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