Revision 191,
1.3 KB
checked in by bittner, 19 years ago
(diff) |
basic sampling strategies
|
Line | |
---|
1 | /* include/IL/config.h.in. Generated automatically from configure.in by autoheader. */
|
---|
2 | #ifndef __CONFIG_H__
|
---|
3 | #define __CONFIG_H__
|
---|
4 |
|
---|
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 | #undef IL_NO_LCMS
|
---|
17 | #undef IL_NO_LIF
|
---|
18 | #undef IL_NO_MDL
|
---|
19 | #undef IL_NO_MNG
|
---|
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 |
|
---|
37 | /* Supported api (ilut) */
|
---|
38 |
|
---|
39 | #undef ILUT_USE_ALLEGRO
|
---|
40 | #undef ILUT_USE_DIRECTX8
|
---|
41 | #undef ILUT_USE_DIRECTX9
|
---|
42 | #undef ILUT_USE_OPENGL
|
---|
43 | #undef ILUT_USE_SDL
|
---|
44 | #undef ILUT_USE_WIN32
|
---|
45 |
|
---|
46 |
|
---|
47 | /* Define if you have the <dlfcn.h> header file. */
|
---|
48 | #undef HAVE_DLFCN_H
|
---|
49 |
|
---|
50 | /* Name of package */
|
---|
51 | #undef PACKAGE
|
---|
52 |
|
---|
53 | /* Version number of package */
|
---|
54 | #undef VERSION
|
---|
55 |
|
---|
56 | /* Define if your processor stores words with the most significant byte first
|
---|
57 | (like Motorola and SPARC, unlike Intel and VAX). */
|
---|
58 | #undef WORDS_BIGENDIAN
|
---|
59 |
|
---|
60 | /* Define if the X Window System is missing or not being used. */
|
---|
61 | #undef X_DISPLAY_MISSING
|
---|
62 | #endif /* __CONFIG_H__ */
|
---|
Note: See
TracBrowser
for help on using the repository browser.