2 This file is in the public domain.
4 Descriptive text for the C preprocessor macros that
5 the distributed Autoconf macros can define.
6 No software package will use all of them; autoheader copies the ones
7 your configure.in uses into your configuration header file templates.
9 The entries are in sort -df order: alphabetical, case insensitive,
10 ignoring punctuation (such as underscores). Although this order
11 can split up related entries, it makes it easier to check whether
12 a given entry is in the file.
14 Leave the following blank line there!! Autoheader needs it. */
17 /* Define if on AIX 3.
18 System headers sometimes define this.
19 We just want to avoid a redefinition error message. */
24 /* Define if using alloca.c. */
27 /* Define if type char is unsigned and you are not using gcc. */
28 #ifndef __CHAR_UNSIGNED__
29 #undef __CHAR_UNSIGNED__
32 /* Define if the closedir function returns void instead of int. */
35 /* Define to empty if the keyword does not work. */
38 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
39 This function is required for alloca.c support on those systems. */
40 #undef CRAY_STACKSEG_END
42 /* Define for DGUX with <sys/dg_sys_info.h>. */
45 /* Define if you have <dirent.h>. */
48 /* Define to enable audio support */
49 #undef ENABLE_AUDIO_SUPPORT
51 /* Define to enable GLUT joystick support (limited to 3 axes) */
52 #undef ENABLE_GLUT_JOYSTICK
54 /* Define to enable plib joystick support (recommended) */
55 #undef ENABLE_PLIB_JOYSTICK
57 /* Define to enable plib joystick support (recommended) */
60 /* Define to eliminate all trace of debugging messages such as for a
64 /* Define to include Oliver's networking support */
67 /* Define to avoid Christian's new weather code */
70 /* Define if we are building FGFS (should always be defined) */
73 /* Define to enable 3dfx/glide render in a window hack under unix.
74 This probably won't work under windows. */
78 /* Define to the type of elements in the array set by `getgroups'.
79 Usually this is either `int' or `gid_t'. */
82 /* Define if the `getloadavg' function needs to be run setuid or setgid. */
83 #undef GETLOADAVG_PRIVILEGED
85 /* Define if the `getpgrp' function takes no argument. */
88 /* Define to `int' if <sys/types.h> doesn't define. */
91 /* Define if you have alloca, as a function or macro. */
94 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
97 /* Define if you external variables daylight. */
100 /* Define if you don't have vprintf but do have _doprnt. */
103 /* Define if your system has a working fnmatch function. */
106 /* Define if your system has its own `getloadavg' function. */
107 #undef HAVE_GETLOADAVG
109 /* Define if you have getrusage() */
110 #undef HAVE_GETRUSAGE
112 /* Define if you have the getmntent function. */
113 #undef HAVE_GETMNTENT
115 /* Define if you have the gpc library and headers installed. */
118 /* Define if the `long double' type works. */
119 #undef HAVE_LONG_DOUBLE
121 /* Define if you support file names longer than 14 characters. */
122 #undef HAVE_LONG_FILE_NAMES
124 /* Define if you have a working `mmap' system call. */
127 /* Define if system calls automatically restart after interruption
129 #undef HAVE_RESTARTABLE_SYSCALLS
131 /* Define if you have rint() which rounds to closest int but returns
132 result as a double data type. */
135 /* Define if your struct stat has st_blksize. */
136 #undef HAVE_ST_BLKSIZE
138 /* Define if your struct stat has st_blocks. */
139 #undef HAVE_ST_BLOCKS
141 /* Define if you have the strcoll function and it is properly defined. */
144 /* Define if your struct stat has st_rdev. */
147 /* Define if you have the strftime function. */
150 /* Define if you have <sys/param.h> */
151 #undef HAVE_SYS_PARAM_H
153 /* Define if you have <sys/stat.h> that is POSIX.1 compatible. */
154 #undef HAVE_SYS_STAT_H
156 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
157 #undef HAVE_SYS_WAIT_H
159 /* Define if you have timegm() */
162 /* Define if you external variables timezone. */
165 /* Define if your struct tm has tm_zone. */
168 /* Define if you don't have tm_zone but do have the external array
172 /* Define if you have <unistd.h>. */
175 /* Define if utime(file, NULL) sets file's timestamp to the present. */
176 #undef HAVE_UTIME_NULL
178 /* Define if you have <vfork.h>. */
181 /* Define if you have the vprintf function. */
184 /* Define if you have the wait3 system call. */
187 /* Define if you have MetaKit installed system wide. */
190 /* Define if you have zlib installed system wide. */
193 /* Define as __inline if that's what the C compiler calls it. */
196 /* Define if int is 16 bits instead of 32. */
199 /* Define if long int is 64 bits. */
202 /* Define if major, minor, and makedev are declared in <mkdev.h>. */
203 #undef MAJOR_IN_MKDEV
205 /* Define if major, minor, and makedev are declared in <sysmacros.h>. */
206 #undef MAJOR_IN_SYSMACROS
208 /* Define if on MINIX. */
211 /* Define to `int' if <sys/types.h> doesn't define. */
214 /* Define if you don't have <dirent.h>, but have <ndir.h>. */
217 /* Define if you have <memory.h>, and <string.h> doesn't declare the
221 /* Define if your struct nlist has an n_un member. */
222 #undef NLIST_NAME_UNION
224 /* Define if you have <nlist.h>. */
227 /* Define if your C compiler doesn't accept -c and -o together. */
228 #undef NO_MINUS_C_MINUS_O
230 /* Define to `long' if <sys/types.h> doesn't define. */
233 /* Define to package name */
236 /* Define to `int' if <sys/types.h> doesn't define. */
239 /* Define if the system does not provide POSIX.1 features except
240 with this defined. */
241 #undef _POSIX_1_SOURCE
243 /* Define if you need to in order for stat and other things to work. */
246 /* Define as the return type of signal handlers (int or void). */
249 /* Define if the `setpgrp' function takes no argument. */
252 /* Define if the setvbuf function takes the buffering type as its second
253 argument and the buffer pointer as the third, as on System V
255 #undef SETVBUF_REVERSED
257 /* Define to `unsigned' if <sys/types.h> doesn't define. */
260 /* If using the C implementation of alloca, define if you know the
261 direction of stack growth for your system; otherwise it will be
262 automatically deduced at run-time.
263 STACK_DIRECTION > 0 => grows toward higher addresses
264 STACK_DIRECTION < 0 => grows toward lower addresses
265 STACK_DIRECTION = 0 => direction of growth unknown
267 #undef STACK_DIRECTION
269 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
270 #undef STAT_MACROS_BROKEN
272 /* Define if you have the ANSI C header files. */
275 /* Define on System V Release 4. */
278 /* Define if you don't have <dirent.h>, but have <sys/dir.h>. */
281 /* Define if you don't have <dirent.h>, but have <sys/ndir.h>. */
284 /* Define if `sys_siglist' is declared by <signal.h>. */
285 #undef SYS_SIGLIST_DECLARED
287 /* Define if you can safely include both <sys/time.h> and <time.h>. */
288 #undef TIME_WITH_SYS_TIME
290 /* Define if your <sys/time.h> declares struct tm. */
291 #undef TM_IN_SYS_TIME
293 /* Define to `int' if <sys/types.h> doesn't define. */
296 /* Define for Encore UMAX. */
299 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
300 instead of <sys/cpustats.h>. */
303 /* Define if you do not have <strings.h>, index, bzero, etc.. */
306 /* Define vfork as fork if vfork does not work. */
309 /* Define if the closedir function returns void instead of int. */
312 /* Define if compiling on a Winbloze (95, NT, etc.) platform */
315 /* Define if your processor stores words with the most significant
316 byte first (like Motorola and SPARC, unlike Intel and VAX). */
317 #undef WORDS_BIGENDIAN
319 /* Define if the X Window System is missing or not being used. */
320 #undef X_DISPLAY_MISSING
322 /* Define if lex declares yytext as a char * by default, not a char[]. */
323 #undef YYTEXT_POINTER
325 /* Define to use tile loading threads */
326 #undef ENABLE_THREADS
329 /* Leave that blank line there!! Autoheader needs it.
330 If you're adding to this file, keep in mind:
331 The entries are in sort -df order: alphabetical, case insensitive,
332 ignoring punctuation (such as underscores). */