Revision 191,
1.6 KB
checked in by bittner, 19 years ago
(diff) |
basic sampling strategies
|
Line | |
---|
1 | /* include/IL/config.h. Generated by configure. */
|
---|
2 | /* include/IL/config.h.in. Generated automatically from configure.in by autoheader. */
|
---|
3 | #ifndef __CONFIG_H__
|
---|
4 | #define __CONFIG_H__
|
---|
5 |
|
---|
6 | /* Supported images formats (il) */
|
---|
7 |
|
---|
8 | /* #undef IL_NO_BMP */
|
---|
9 | /* #undef IL_NO_CUT */
|
---|
10 | /* #undef IL_NO_DCX */
|
---|
11 | /* #undef IL_NO_DDS */
|
---|
12 | /* #undef IL_NO_DOOM */
|
---|
13 | /* #undef IL_NO_GIF */
|
---|
14 | /* #undef IL_NO_ICO */
|
---|
15 | /* #undef IL_NO_JPG */
|
---|
16 | //#define IL_NO_LCMS 1
|
---|
17 | /* #undef IL_NO_LIF */
|
---|
18 | /* #undef IL_NO_MDL */
|
---|
19 | //#define IL_NO_MNG 1
|
---|
20 | /* #undef IL_NO_PCD */
|
---|
21 | /* #undef IL_NO_PCX */
|
---|
22 | /* #undef IL_NO_PIC */
|
---|
23 | /* #undef IL_NO_PIX */
|
---|
24 | /* #undef IL_NO_PNG */
|
---|
25 | /* #undef IL_NO_PNM */
|
---|
26 | /* #undef IL_NO_PSD */
|
---|
27 | /* #undef IL_NO_PSP */
|
---|
28 | /* #undef IL_NO_PXR */
|
---|
29 | /* #undef IL_NO_RAW */
|
---|
30 | /* #undef IL_NO_SGI */
|
---|
31 | /* #undef IL_NO_TGA */
|
---|
32 | /* #undef IL_NO_TIF */
|
---|
33 | /* #undef IL_NO_WAL */
|
---|
34 | /* #undef IL_NO_XPM */
|
---|
35 | #undef IL_USE_JPEGLIB_UNMODIFIED
|
---|
36 | #define IL_USE_JPEGLIB_UNMODIFIED 1
|
---|
37 | #define IL_NO_LCMS
|
---|
38 |
|
---|
39 | /* Supported api (ilut) */
|
---|
40 |
|
---|
41 | /* #undef ILUT_USE_ALLEGRO */
|
---|
42 | //#define ILUT_USE_DIRECTX8 1
|
---|
43 | //#define ILUT_USE_DIRECTX9 1
|
---|
44 | #define ILUT_USE_OPENGL 1
|
---|
45 | //#define ILUT_USE_SDL 1
|
---|
46 | #define ILUT_USE_WIN32 1
|
---|
47 |
|
---|
48 |
|
---|
49 | /* Define if you have the <dlfcn.h> header file. */
|
---|
50 | /* #undef HAVE_DLFCN_H */
|
---|
51 |
|
---|
52 | /* Name of package */
|
---|
53 | #define PACKAGE "DevIL"
|
---|
54 |
|
---|
55 | /* Version number of package */
|
---|
56 | #define VERSION "1.6.6"
|
---|
57 |
|
---|
58 | /* Define if your processor stores words with the most significant byte first
|
---|
59 | (like Motorola and SPARC, unlike Intel and VAX). */
|
---|
60 | /* #undef WORDS_BIGENDIAN */
|
---|
61 |
|
---|
62 | /* Define if the X Window System is missing or not being used. */
|
---|
63 | #define X_DISPLAY_MISSING 1
|
---|
64 | #endif /* __CONFIG_H__ */
|
---|
Note: See
TracBrowser
for help on using the repository browser.