config.h.in 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Uncomment this to exhaustively run memory checks while the game is running
  5. (this is EXTREMELY slow). */
  6. #undef CHECKHEAP
  7. /* Define for support for MBF helper dogs */
  8. #undef DOGS
  9. /* Define to be the path where Doom WADs are stored */
  10. #undef DOOMWADDIR
  11. /* Define if you are building with OpenGL support */
  12. #undef GL_DOOM
  13. /* Define to 1 if you have the <asm/byteorder.h> header file. */
  14. #undef HAVE_ASM_BYTEORDER_H
  15. /* Define to 1 if a SysV or X/Open compatible Curses library is present */
  16. #undef HAVE_CURSES
  17. /* Define to 1 if library supports color (enhanced functions) */
  18. #undef HAVE_CURSES_COLOR
  19. /* Define to 1 if library supports X/Open Enhanced functions */
  20. #undef HAVE_CURSES_ENHANCED
  21. /* Define to 1 if <curses.h> is present */
  22. #undef HAVE_CURSES_H
  23. /* Define to 1 if library supports certain obsolete features */
  24. #undef HAVE_CURSES_OBSOLETE
  25. /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
  26. don't. */
  27. #undef HAVE_DECL_SYS_SIGLIST
  28. /* Define to 1 if the Curses Form library is present */
  29. #undef HAVE_FORM
  30. /* Define to 1 if <form.h> is present */
  31. #undef HAVE_FORM_H
  32. /* Define to 1 if you have the `getopt' function. */
  33. #undef HAVE_GETOPT
  34. /* Define to 1 if you have the `inet_aton' function. */
  35. #undef HAVE_INET_ATON
  36. /* Define to 1 if you have the `inet_ntop' function. */
  37. #undef HAVE_INET_NTOP
  38. /* Define to 1 if you have the `inet_pton' function. */
  39. #undef HAVE_INET_PTON
  40. /* Define to 1 if you have the <inttypes.h> header file. */
  41. #undef HAVE_INTTYPES_H
  42. /* Define if you have struct sockaddr_in6 */
  43. #undef HAVE_IPv6
  44. /* Define to 1 if you have the `dumb' library (-ldumb). */
  45. #undef HAVE_LIBDUMB
  46. /* Define to 1 if you have the `fluidsynth' library (-lfluidsynth). */
  47. #undef HAVE_LIBFLUIDSYNTH
  48. /* Define to 1 if you have the `m' library (-lm). */
  49. #undef HAVE_LIBM
  50. /* Define to 1 if you have the `mad' library (-lmad). */
  51. #undef HAVE_LIBMAD
  52. /* Define to 1 if you have the `pcreposix' library (-lpcreposix). */
  53. #undef HAVE_LIBPCREPOSIX
  54. /* Define to 1 if you have the `portmidi' library (-lportmidi). */
  55. #undef HAVE_LIBPORTMIDI
  56. /* Define to 1 if you have the `SDL2_image' library (-lSDL2_image). */
  57. #undef HAVE_LIBSDL2_IMAGE
  58. /* Define to 1 if you have the `SDL2_mixer' library (-lSDL2_mixer). */
  59. #undef HAVE_LIBSDL2_MIXER
  60. /* Define to 1 if you have the `vorbisfile' library (-lvorbisfile). */
  61. #undef HAVE_LIBVORBISFILE
  62. /* Define to 1 if you have the <memory.h> header file. */
  63. #undef HAVE_MEMORY_H
  64. /* Define to 1 if you have the `mmap' function. */
  65. #undef HAVE_MMAP
  66. /* Define to 1 if the Ncurses library is present */
  67. #undef HAVE_NCURSES
  68. /* Define to 1 if the NcursesW library is present */
  69. #undef HAVE_NCURSESW
  70. /* Define to 1 if <ncursesw/curses.h> is present */
  71. #undef HAVE_NCURSESW_CURSES_H
  72. /* Define to 1 if <ncursesw/form.h> is present */
  73. #undef HAVE_NCURSESW_FORM_H
  74. /* Define to 1 if <ncursesw.h> is present */
  75. #undef HAVE_NCURSESW_H
  76. /* Define to 1 if <ncurses/curses.h> is present */
  77. #undef HAVE_NCURSES_CURSES_H
  78. /* Define to 1 if <ncurses/form.h> is present */
  79. #undef HAVE_NCURSES_FORM_H
  80. /* Define to 1 if <ncurses.h> is present */
  81. #undef HAVE_NCURSES_H
  82. /* Define if you want network game support */
  83. #undef HAVE_NET
  84. /* Define to 1 if you have the <sched.h> header file. */
  85. #undef HAVE_SCHED_H
  86. /* Define to 1 if you have the `sched_setaffinity' function. */
  87. #undef HAVE_SCHED_SETAFFINITY
  88. /* Define to 1 if you have the `SDL_JoystickGetAxis' function. */
  89. #undef HAVE_SDL_JOYSTICKGETAXIS
  90. /* Define to 1 if you have the <stdint.h> header file. */
  91. #undef HAVE_STDINT_H
  92. /* Define to 1 if you have the <stdlib.h> header file. */
  93. #undef HAVE_STDLIB_H
  94. /* Define to 1 if you have the <strings.h> header file. */
  95. #undef HAVE_STRINGS_H
  96. /* Define to 1 if you have the <string.h> header file. */
  97. #undef HAVE_STRING_H
  98. /* Define to 1 if you have the <sys/stat.h> header file. */
  99. #undef HAVE_SYS_STAT_H
  100. /* Define to 1 if you have the <sys/types.h> header file. */
  101. #undef HAVE_SYS_TYPES_H
  102. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  103. #undef HAVE_SYS_WAIT_H
  104. /* Define to 1 if you have the <unistd.h> header file. */
  105. #undef HAVE_UNISTD_H
  106. /* Define to 1 if you have the `usleep' function. */
  107. #undef HAVE_USLEEP
  108. /* Uncomment this to cause heap dumps to be generated. Only useful if
  109. INSTRUMENTED is also defined. */
  110. #undef HEAPDUMP
  111. /* Define for high resolution support */
  112. #undef HIGHRES
  113. /* Define this to see real-time memory allocation statistics, and enable extra
  114. debugging features */
  115. #undef INSTRUMENTED
  116. /* If your platform has a fast version of max, define MAX to it */
  117. #undef MAX
  118. /* If your platform has a fast version of min, define MIN to it */
  119. #undef MIN
  120. /* Name of package */
  121. #undef PACKAGE
  122. /* Define to the address where bug reports for this package should be sent. */
  123. #undef PACKAGE_BUGREPORT
  124. /* Define to the full name of this package. */
  125. #undef PACKAGE_NAME
  126. /* Define to the full name and version of this package. */
  127. #undef PACKAGE_STRING
  128. /* Define to the one symbol short name of this package. */
  129. #undef PACKAGE_TARNAME
  130. /* Define to the home page for this package. */
  131. #undef PACKAGE_URL
  132. /* Define to the version of this package. */
  133. #undef PACKAGE_VERSION
  134. /* Define to enable internal range checking */
  135. #undef RANGECHECK
  136. /* When defined this causes quick checks which only impose significant
  137. overhead if a possible error is detected. */
  138. #undef SIMPLECHECKS
  139. /* Define to 1 if you have the ANSI C header files. */
  140. #undef STDC_HEADERS
  141. /* Defining this causes time stamps to be created each time a lump is locked,
  142. and lumps locked for long periods of time are reported */
  143. #undef TIMEDIAG
  144. /* Define if you want to use gluImageScale */
  145. #undef USE_GLU_IMAGESCALE
  146. /* Define if you want to use gluBuild2DMipmaps */
  147. #undef USE_GLU_MIPMAP
  148. /* Define if you want to use the gluTesselator */
  149. #undef USE_GLU_TESS
  150. /* Define if you want to use the SDL net lib */
  151. #undef USE_SDL_NET
  152. /* Enable extensions on AIX 3, Interix. */
  153. #ifndef _ALL_SOURCE
  154. # undef _ALL_SOURCE
  155. #endif
  156. /* Enable GNU extensions on systems that have them. */
  157. #ifndef _GNU_SOURCE
  158. # undef _GNU_SOURCE
  159. #endif
  160. /* Enable threading extensions on Solaris. */
  161. #ifndef _POSIX_PTHREAD_SEMANTICS
  162. # undef _POSIX_PTHREAD_SEMANTICS
  163. #endif
  164. /* Enable extensions on HP NonStop. */
  165. #ifndef _TANDEM_SOURCE
  166. # undef _TANDEM_SOURCE
  167. #endif
  168. /* Enable general extensions on Solaris. */
  169. #ifndef __EXTENSIONS__
  170. # undef __EXTENSIONS__
  171. #endif
  172. /* Version number of package */
  173. #undef VERSION
  174. /* Define this to enable VXDRE debugging */
  175. #undef VXDRE_DEBUG
  176. /* Define if using the dmalloc debugging malloc package */
  177. #undef WITH_DMALLOC
  178. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  179. significant byte first (like Motorola and SPARC, unlike Intel). */
  180. #if defined AC_APPLE_UNIVERSAL_BUILD
  181. # if defined __BIG_ENDIAN__
  182. # define WORDS_BIGENDIAN 1
  183. # endif
  184. #else
  185. # ifndef WORDS_BIGENDIAN
  186. # undef WORDS_BIGENDIAN
  187. # endif
  188. #endif
  189. /* Define this to perform id checks on zone blocks, to detect corrupted and
  190. illegally freed blocks */
  191. #undef ZONEIDCHECK
  192. /* Define to 1 if on MINIX. */
  193. #undef _MINIX
  194. /* Define to 2 if the system does not provide POSIX.1 features except with
  195. this defined. */
  196. #undef _POSIX_1_SOURCE
  197. /* Define to 1 if you need to in order for `stat' and other things to work. */
  198. #undef _POSIX_SOURCE
  199. /* Define to empty if `const' does not conform to ANSI C. */
  200. #undef const
  201. /* Define to `int' if <sys/types.h> doesn't define. */
  202. #undef gid_t
  203. /* Define to `__inline__' or `__inline' if that's what the C compiler
  204. calls it, or to nothing if 'inline' is not supported under any name. */
  205. #ifndef __cplusplus
  206. #undef inline
  207. #endif
  208. /* Define to `unsigned int' if <sys/types.h> does not define. */
  209. #undef size_t
  210. /* Define to strcasecmp, if we have it */
  211. #undef stricmp
  212. /* Define to strncasecmp, if we have it */
  213. #undef strnicmp
  214. /* Define to `int' if <sys/types.h> doesn't define. */
  215. #undef uid_t