00001 /* include/IL/config.h. Generated by configure. */ 00002 // 2005-01-27 henrikd: Modified to follow our standard, and automate support of linux and windows in the same header 00003 #ifndef IL_CONFIG_H_INCLUDED 00004 #define IL_CONFIG_H_INCLUDED 00005 00006 /* Supported images formats (il) */ 00007 00008 /* #undef IL_NO_BMP */ 00009 /* #undef IL_NO_CUT */ 00010 /* #undef IL_NO_DCX */ 00011 /* #undef IL_NO_DDS */ 00012 /* #undef IL_NO_DOOM */ 00013 /* #undef IL_NO_GIF */ 00014 /* #undef IL_NO_ICO */ 00015 /* #undef IL_NO_JPG */ 00016 //#define IL_NO_LCMS 1 00017 /* #undef IL_NO_LIF */ 00018 /* #undef IL_NO_MDL */ 00019 //#define IL_NO_MNG 1 00020 /* #undef IL_NO_PCD */ 00021 /* #undef IL_NO_PCX */ 00022 /* #undef IL_NO_PIC */ 00023 /* #undef IL_NO_PIX */ 00024 /* #undef IL_NO_PNG */ 00025 /* #undef IL_NO_PNM */ 00026 /* #undef IL_NO_PSD */ 00027 /* #undef IL_NO_PSP */ 00028 /* #undef IL_NO_PXR */ 00029 /* #undef IL_NO_RAW */ 00030 /* #undef IL_NO_SGI */ 00031 /* #undef IL_NO_TGA */ 00032 /* #undef IL_NO_TIF */ 00033 /* #undef IL_NO_WAL */ 00034 /* #undef IL_NO_XPM */ 00035 #undef IL_USE_JPEGLIB_UNMODIFIED 00036 #define IL_USE_JPEGLIB_UNMODIFIED 1 00037 #define IL_NO_LCMS 00038 00039 /* Supported api (ilut) */ 00040 00041 /* #undef ILUT_USE_ALLEGRO */ 00042 //#define ILUT_USE_DIRECTX8 1 00043 //#define ILUT_USE_DIRECTX9 1 00044 #define ILUT_USE_OPENGL 1 00045 //#define ILUT_USE_SDL 1 00046 #ifdef WIN32 00047 #define ILUT_USE_WIN32 1 00048 #endif 00049 00050 /* Define if you have the <dlfcn.h> header file. */ 00051 /* #undef HAVE_DLFCN_H */ 00052 00053 /* Name of package */ 00054 #define PACKAGE "DevIL" 00055 00056 /* Version number of package */ 00057 #define VERSION "1.6.6" 00058 00059 /* Define if your processor stores words with the most significant byte first 00060 (like Motorola and SPARC, unlike Intel and VAX). */ 00061 /* #undef WORDS_BIGENDIAN */ 00062 00063 /* Define if the X Window System is missing or not being used. */ 00064 #define X_DISPLAY_MISSING 1 00065 #endif // IL_CONFIG_H_INCLUDED