config.h 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. /* include/IL/config.h. Generated by configure. */
  2. /* include/IL/config.h.in. Generated from configure.in by autoheader. */
  3. #ifndef __CONFIG_H__
  4. #define __CONFIG_H__
  5. #define IL_USE_PRAGMA_LIBS
  6. // Supported image formats (IL)
  7. // #define IL_NO_BLP
  8. // #define IL_NO_BMP
  9. // #define IL_NO_CUT
  10. // #define IL_NO_CHEAD
  11. // #define IL_NO_DCX
  12. // #define IL_NO_DDS
  13. // #define IL_NO_DICOM
  14. // #define IL_NO_DOOM
  15. // #define IL_NO_EXR
  16. // #define IL_NO_FITS
  17. // #define IL_NO_FTX
  18. // #define IL_NO_GIF
  19. // #define IL_NO_HDR
  20. // #define IL_NO_ICO
  21. // #define IL_NO_ICNS
  22. // #define IL_NO_IWI
  23. // #define IL_NO_JP2
  24. // #define IL_NO_JPG
  25. // #define IL_NO_LCMS
  26. // #define IL_NO_LIF
  27. // #define IL_NO_MDL
  28. // #define IL_NO_MNG
  29. // #define IL_NO_PCD
  30. // #define IL_NO_PCX
  31. // #define IL_NO_PIC
  32. // #define IL_NO_PIX
  33. // #define IL_NO_PNG
  34. // #define IL_NO_PNM
  35. // #define IL_NO_PSD
  36. // #define IL_NO_PSP
  37. // #define IL_NO_PXR
  38. // #define IL_NO_RAW
  39. // #define IL_NO_ROT
  40. // #define IL_NO_SGI
  41. // #define IL_NO_SUN
  42. // #define IL_NO_TGA
  43. // #define IL_NO_TIF
  44. // #define IL_NO_TPL
  45. // #define IL_NO_WAL
  46. // #define IL_NO_WDP
  47. // #define IL_NO_XPM
  48. #define IL_USE_JPEGLIB_UNMODIFIED 1
  49. //#define IL_USE_DXTC_NVIDIA
  50. #define IL_USE_DXTC_SQUISH
  51. /* Supported api (ilut) */
  52. //
  53. // sorry just
  54. // can't get this one to work under windows
  55. // have disabled for the now
  56. //
  57. // will look at it some more later
  58. //
  59. // Kriss
  60. //
  61. #undef ILUT_USE_ALLEGRO
  62. #undef ILUT_USE_DIRECTX8
  63. //#define ILUT_USE_DIRECTX9
  64. //#define ILUT_USE_DIRECTX10
  65. //#define ILUT_USE_OPENGL
  66. //#define ILUT_USE_SDL
  67. //#define ILUT_USE_WIN32
  68. /* Define to 1 if you have the <dlfcn.h> header file. */
  69. //#define HAVE_DLFCN_H 1
  70. /* Define to 1 if you have the <inttypes.h> header file. */
  71. //#define HAVE_INTTYPES_H 1
  72. /* Define to 1 if you have the <memory.h> header file. */
  73. //#define HAVE_MEMORY_H 1
  74. /* Define to 1 if you have the <stdint.h> header file. */
  75. //#define HAVE_STDINT_H 1
  76. /* Define to 1 if you have the <stdlib.h> header file. */
  77. //#define HAVE_STDLIB_H 1
  78. /* Define to 1 if you have the <strings.h> header file. */
  79. //#define HAVE_STRINGS_H 1
  80. /* Define to 1 if you have the <string.h> header file. */
  81. //#define HAVE_STRING_H 1
  82. /* Define to 1 if you have the <sys/stat.h> header file. */
  83. //#define HAVE_SYS_STAT_H 1
  84. /* Define to 1 if you have the <sys/types.h> header file. */
  85. //#define HAVE_SYS_TYPES_H 1
  86. /* Define to 1 if you have the <unistd.h> header file. */
  87. //#define HAVE_UNISTD_H 1
  88. /* Name of package */
  89. #define IL_PACKAGE "DevIL"
  90. /* Define to the address where bug reports for this package should be sent. */
  91. #define PACKAGE_BUGREPORT ""
  92. /* Define to the full name of this package. */
  93. #define IL_PACKAGE_NAME ""
  94. /* Define to the full name and version of this package. */
  95. #define IL_PACKAGE_STRING ""
  96. /* Define to the one symbol short name of this package. */
  97. #define IL_PACKAGE_TARNAME ""
  98. /* Define to the version of this package. */
  99. #define IL_PACKAGE_VERSION ""
  100. /* Define to 1 if you have the ANSI C header files. */
  101. #define STDC_HEADERS 1
  102. /* Version number of package */
  103. //#define IL_VERSION "1.7.3"
  104. /* Define to 1 if your processor stores words with the most significant byte
  105. first (like Motorola and SPARC, unlike Intel and VAX). */
  106. /* #undef WORDS_BIGENDIAN */
  107. /* If using Mac OS X uncomment this line */
  108. /* #include "macconfig.h" */
  109. /* Define to 1 if the X Window System is missing or not being used. */
  110. /* #undef X_DISPLAY_MISSING */
  111. #endif /* __CONFIG_H__ */