1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Uncomment this to exhaustively run memory checks while the game is running
4   (this is EXTREMELY slow). */
5#undef CHECKHEAP
6
7/* Define for support for MBF helper dogs */
8#undef DOGS
9
10/* Define to be the path where Doom WADs are stored */
11#undef DOOMWADDIR
12
13/* Define if you are building with OpenGL support */
14#undef GL_DOOM
15
16/* Define to 1 if you have the <asm/byteorder.h> header file. */
17#undef HAVE_ASM_BYTEORDER_H
18
19/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
20   don't. */
21#undef HAVE_DECL_SYS_SIGLIST
22
23/* Define to 1 if you have the `getopt' function. */
24#undef HAVE_GETOPT
25
26/* Define to 1 if you have the `inet_aton' function. */
27#undef HAVE_INET_ATON
28
29/* Define to 1 if you have the `inet_ntop' function. */
30#undef HAVE_INET_NTOP
31
32/* Define to 1 if you have the `inet_pton' function. */
33#undef HAVE_INET_PTON
34
35/* Define to 1 if you have the <inttypes.h> header file. */
36#undef HAVE_INTTYPES_H
37
38/* Define if you have struct sockaddr_in6 */
39#undef HAVE_IPv6
40
41/* Define to 1 if you have the `m' library (-lm). */
42#undef HAVE_LIBM
43
44/* Define to 1 if you have the `png' library (-lpng). */
45#undef HAVE_LIBPNG
46
47/* Define to 1 if you have the `SDL_mixer' library (-lSDL_mixer). */
48#undef HAVE_LIBSDL_MIXER
49
50/* Define if you have the SDL net library -lSDL_net */
51#undef HAVE_LIBSDL_NET
52
53/* Define to 1 if you have the <memory.h> header file. */
54#undef HAVE_MEMORY_H
55
56/* Define to 1 if you have the `mmap' function. */
57#undef HAVE_MMAP
58
59/* Define if you want network game support */
60#undef HAVE_NET
61
62/* Define to 1 if you have the <sched.h> header file. */
63#undef HAVE_SCHED_H
64
65/* Define to 1 if you have the `sched_setaffinity' function. */
66#undef HAVE_SCHED_SETAFFINITY
67
68/* Define to 1 if you have the `SDL_JoystickGetAxis' function. */
69#undef HAVE_SDL_JOYSTICKGETAXIS
70
71/* Define to 1 if you have the `snprintf' function. */
72#undef HAVE_SNPRINTF
73
74/* Define to 1 if you have the <stdint.h> header file. */
75#undef HAVE_STDINT_H
76
77/* Define to 1 if you have the <stdlib.h> header file. */
78#undef HAVE_STDLIB_H
79
80/* Define to 1 if you have the <strings.h> header file. */
81#undef HAVE_STRINGS_H
82
83/* Define to 1 if you have the <string.h> header file. */
84#undef HAVE_STRING_H
85
86/* Define to 1 if you have the <sys/stat.h> header file. */
87#undef HAVE_SYS_STAT_H
88
89/* Define to 1 if you have the <sys/types.h> header file. */
90#undef HAVE_SYS_TYPES_H
91
92/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
93#undef HAVE_SYS_WAIT_H
94
95/* Define to 1 if you have the <unistd.h> header file. */
96#undef HAVE_UNISTD_H
97
98/* Define to 1 if you have the `usleep' function. */
99#undef HAVE_USLEEP
100
101/* Define to 1 if you have the `vsnprintf' function. */
102#undef HAVE_VSNPRINTF
103
104/* Uncomment this to cause heap dumps to be generated. Only useful if
105   INSTRUMENTED is also defined. */
106#undef HEAPDUMP
107
108/* Define for high resolution support */
109#undef HIGHRES
110
111/* Define on targets supporting 386 assembly */
112#undef I386_ASM
113
114/* Define this to see real-time memory allocation statistics, and enable extra
115   debugging features */
116#undef INSTRUMENTED
117
118/* If your platform has a fast version of max, define MAX to it */
119#undef MAX
120
121/* If your platform has a fast version of min, define MIN to it */
122#undef MIN
123
124/* Name of package */
125#undef PACKAGE
126
127/* Define to the address where bug reports for this package should be sent. */
128#undef PACKAGE_BUGREPORT
129
130/* Define to the full name of this package. */
131#undef PACKAGE_NAME
132
133/* Define to the full name and version of this package. */
134#undef PACKAGE_STRING
135
136/* Define to the one symbol short name of this package. */
137#undef PACKAGE_TARNAME
138
139/* Define to the version of this package. */
140#undef PACKAGE_VERSION
141
142/* Set to the attribute to apply to struct definitions to make them packed */
143#undef PACKEDATTR
144
145/* Define to enable internal range checking */
146#undef RANGECHECK
147
148/* Define if you have an old SDL_net, such that the UDPpacket structure has a
149   src member instead of an address member */
150#undef SDL_NET_UDP_PACKET_SRC
151
152/* When defined this causes quick checks which only impose significant
153   overhead if a posible error is detected. */
154#undef SIMPLECHECKS
155
156/* Define to 1 if you have the ANSI C header files. */
157#undef STDC_HEADERS
158
159/* Defining this causes time stamps to be created each time a lump is locked,
160   and lumps locked for long periods of time are reported */
161#undef TIMEDIAG
162
163/* Define if you want to use gluImageScale */
164#undef USE_GLU_IMAGESCALE
165
166/* Define if you want to use gluBuild2DMipmaps */
167#undef USE_GLU_MIPMAP
168
169/* Define if you want to use the SDL net lib */
170#undef USE_SDL_NET
171
172/* Version number of package */
173#undef VERSION
174
175/* Define if using the dmalloc debugging malloc package */
176#undef WITH_DMALLOC
177
178/* Define to 1 if your processor stores words with the most significant byte
179   first (like Motorola and SPARC, unlike Intel and VAX). */
180#undef WORDS_BIGENDIAN
181
182/* Define this to perform id checks on zone blocks, to detect corrupted and
183   illegally freed blocks */
184#undef ZONEIDCHECK
185
186/* Define to empty if `const' does not conform to ANSI C. */
187#undef const
188
189/* Define to `int' if <sys/types.h> doesn't define. */
190#undef gid_t
191
192/* Define to `__inline__' or `__inline' if that's what the C compiler
193   calls it, or to nothing if 'inline' is not supported under any name.  */
194#ifndef __cplusplus
195#undef inline
196#endif
197
198/* Define to `unsigned int' if <sys/types.h> does not define. */
199#undef size_t
200
201/* Define to strcasecmp, if we have it */
202#undef stricmp
203
204/* Define to strncasecmp, if we have it */
205#undef strnicmp
206
207/* Define to `int' if <sys/types.h> doesn't define. */
208#undef uid_t
209