]> git.mxchange.org Git - flightgear.git/blob - acconfig.h
Removed old remnants of plib-1.2.x support. We haven't officially supported
[flightgear.git] / acconfig.h
1 /* acconfig.h
2    This file is in the public domain.
3
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.
8
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.
13
14    Leave the following blank line there!!  Autoheader needs it.  */
15 \f
16
17 /* Define if on AIX 3.
18    System headers sometimes define this.
19    We just want to avoid a redefinition error message.  */
20 #ifndef _ALL_SOURCE
21 #undef _ALL_SOURCE
22 #endif
23
24 /* Define if using alloca.c.  */
25 #undef C_ALLOCA
26
27 /* Define if type char is unsigned and you are not using gcc.  */
28 #ifndef __CHAR_UNSIGNED__
29 #undef __CHAR_UNSIGNED__
30 #endif
31
32 /* Define if the closedir function returns void instead of int.  */
33 #undef CLOSEDIR_VOID
34
35 /* Define to empty if the keyword does not work.  */
36 #undef const
37
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
41
42 /* Define for DGUX with <sys/dg_sys_info.h>.  */
43 #undef DGUX
44
45 /* Define if you have <dirent.h>.  */
46 #undef DIRENT
47
48 /* Define to enable audio support */
49 #undef ENABLE_AUDIO_SUPPORT
50
51 /* Define to enable GLUT joystick support (limited to 3 axes) */
52 #undef ENABLE_GLUT_JOYSTICK
53    
54 /* Define to enable plib joystick support (recommended) */
55 #undef ENABLE_PLIB_JOYSTICK
56    
57 /* Define to eliminate all trace of debugging messages such as for a 
58    release build */
59 #undef FG_NDEBUG
60    
61 /* Define to include Oliver's networking support */
62 #undef FG_NETWORK_OLK
63    
64 /* Define to avoid Christian's new weather code */
65 #undef FG_OLD_WEATHER
66    
67 /* Define if we are building FGFS (should always be defined) */
68 #undef FGFS
69    
70 /* Define to enable 3dfx/glide render in a window hack under unix.
71    This probably won't work under windows. */
72 #undef XMESA
73 #undef FX
74
75 /* Define to the type of elements in the array set by `getgroups'.
76    Usually this is either `int' or `gid_t'.  */
77 #undef GETGROUPS_T
78
79 /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
80 #undef GETLOADAVG_PRIVILEGED
81
82 /* Define if the `getpgrp' function takes no argument.  */
83 #undef GETPGRP_VOID
84
85 /* Define to `int' if <sys/types.h> doesn't define.  */
86 #undef gid_t
87
88 /* Define if you have alloca, as a function or macro.  */
89 #undef HAVE_ALLOCA
90
91 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
92 #undef HAVE_ALLOCA_H
93
94 /* Define if you external variables daylight.  */
95 #undef HAVE_DAYLIGHT
96
97 /* Define if you don't have vprintf but do have _doprnt.  */
98 #undef HAVE_DOPRNT
99
100 /* Define if your system has a working fnmatch function.  */
101 #undef HAVE_FNMATCH
102
103 /* Define if your system has its own `getloadavg' function.  */
104 #undef HAVE_GETLOADAVG
105
106 /* Define if you have getrusage() */
107 #undef HAVE_GETRUSAGE
108
109 /* Define if you have the getmntent function.  */
110 #undef HAVE_GETMNTENT
111
112 /* Define if you have the gpc library and headers installed.  */
113 #undef HAVE_GPC_H
114
115 /* Define if the `long double' type works.  */
116 #undef HAVE_LONG_DOUBLE
117
118 /* Define if you support file names longer than 14 characters.  */
119 #undef HAVE_LONG_FILE_NAMES
120
121 /* Define if you have a working `mmap' system call.  */
122 #undef HAVE_MMAP
123
124 /* Define if system calls automatically restart after interruption
125    by a signal.  */
126 #undef HAVE_RESTARTABLE_SYSCALLS
127
128 /* Define if you have rint() which rounds to closest int but returns
129    result as a double data type.  */
130 #undef HAVE_RINT
131
132 /* Define if your struct stat has st_blksize.  */
133 #undef HAVE_ST_BLKSIZE
134
135 /* Define if your struct stat has st_blocks.  */
136 #undef HAVE_ST_BLOCKS
137
138 /* Define if you have the strcoll function and it is properly defined.  */
139 #undef HAVE_STRCOLL
140
141 /* Define if your struct stat has st_rdev.  */
142 #undef HAVE_ST_RDEV
143
144 /* Define if you have the strftime function.  */
145 #undef HAVE_STRFTIME
146
147 /* Define if you have <sys/param.h>  */
148 #undef HAVE_SYS_PARAM_H
149
150 /* Define if you have <sys/stat.h> that is POSIX.1 compatible.  */
151 #undef HAVE_SYS_STAT_H
152
153 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
154 #undef HAVE_SYS_WAIT_H
155
156 /* Define if you have timegm() */
157 #undef HAVE_TIMEGM
158
159 /* Define if you external variables timezone.  */
160 #undef HAVE_TIMEZONE
161
162 /* Define if your struct tm has tm_zone.  */
163 #undef HAVE_TM_ZONE
164
165 /* Define if you don't have tm_zone but do have the external array
166    tzname.  */
167 #undef HAVE_TZNAME
168
169 /* Define if you have <unistd.h>.  */
170 #undef HAVE_UNISTD_H
171
172 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
173 #undef HAVE_UTIME_NULL
174
175 /* Define if you have <vfork.h>.  */
176 #undef HAVE_VFORK_H
177
178 /* Define if you have the vprintf function.  */
179 #undef HAVE_VPRINTF
180
181 /* Define if you have the wait3 system call.  */
182 #undef HAVE_WAIT3
183
184 /* Define if you have MetaKit installed system wide.  */
185 #undef HAVE_MK4
186
187 /* Define if you have zlib installed system wide.  */
188 #undef HAVE_ZLIB
189
190 /* Define as __inline if that's what the C compiler calls it.  */
191 #undef inline
192
193 /* Define if int is 16 bits instead of 32.  */
194 #undef INT_16_BITS
195
196 /* Define if long int is 64 bits.  */
197 #undef LONG_64_BITS
198
199 /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
200 #undef MAJOR_IN_MKDEV
201
202 /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
203 #undef MAJOR_IN_SYSMACROS
204
205 /* Define if on MINIX.  */
206 #undef _MINIX
207
208 /* Define to `int' if <sys/types.h> doesn't define.  */
209 #undef mode_t
210
211 /* Define if you don't have <dirent.h>, but have <ndir.h>.  */
212 #undef NDIR
213
214 /* Define if you have <memory.h>, and <string.h> doesn't declare the
215    mem* functions.  */
216 #undef NEED_MEMORY_H
217
218 /* Define if your struct nlist has an n_un member.  */
219 #undef NLIST_NAME_UNION
220
221 /* Define if you have <nlist.h>.  */
222 #undef NLIST_STRUCT
223
224 /* Define if your C compiler doesn't accept -c and -o together.  */
225 #undef NO_MINUS_C_MINUS_O
226
227 /* Define to `long' if <sys/types.h> doesn't define.  */
228 #undef off_t
229
230 /* Define to package name */
231 #undef PACKAGE
232
233 /* Define to `int' if <sys/types.h> doesn't define.  */
234 #undef pid_t
235
236 /* Define if the system does not provide POSIX.1 features except
237    with this defined.  */
238 #undef _POSIX_1_SOURCE
239
240 /* Define if you need to in order for stat and other things to work.  */
241 #undef _POSIX_SOURCE
242
243 /* Define as the return type of signal handlers (int or void).  */
244 #undef RETSIGTYPE
245
246 /* Define if the `setpgrp' function takes no argument.  */
247 #undef SETPGRP_VOID
248
249 /* Define if the setvbuf function takes the buffering type as its second
250    argument and the buffer pointer as the third, as on System V
251    before release 3.  */
252 #undef SETVBUF_REVERSED
253
254 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
255 #undef size_t
256
257 /* If using the C implementation of alloca, define if you know the
258    direction of stack growth for your system; otherwise it will be
259    automatically deduced at run-time.
260         STACK_DIRECTION > 0 => grows toward higher addresses
261         STACK_DIRECTION < 0 => grows toward lower addresses
262         STACK_DIRECTION = 0 => direction of growth unknown
263  */
264 #undef STACK_DIRECTION
265
266 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
267 #undef STAT_MACROS_BROKEN
268
269 /* Define if you have the ANSI C header files.  */
270 #undef STDC_HEADERS
271
272 /* Define on System V Release 4.  */
273 #undef SVR4
274
275 /* Define if you don't have <dirent.h>, but have <sys/dir.h>.  */
276 #undef SYSDIR
277
278 /* Define if you don't have <dirent.h>, but have <sys/ndir.h>.  */
279 #undef SYSNDIR
280
281 /* Define if `sys_siglist' is declared by <signal.h>.  */
282 #undef SYS_SIGLIST_DECLARED
283
284 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
285 #undef TIME_WITH_SYS_TIME
286
287 /* Define if your <sys/time.h> declares struct tm.  */
288 #undef TM_IN_SYS_TIME
289
290 /* Define to `int' if <sys/types.h> doesn't define.  */
291 #undef uid_t
292
293 /* Define for Encore UMAX.  */
294 #undef UMAX
295
296 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
297    instead of <sys/cpustats.h>.  */
298 #undef UMAX4_3
299
300 /* Define if you do not have <strings.h>, index, bzero, etc..  */
301 #undef USG
302
303 /* Define vfork as fork if vfork does not work.  */
304 #undef vfork
305
306 /* Define if the closedir function returns void instead of int.  */
307 #undef VOID_CLOSEDIR
308
309 /* Define if compiling on a Winbloze (95, NT, etc.) platform */
310 #undef WIN32
311
312 /* Define if your processor stores words with the most significant
313    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
314 #undef WORDS_BIGENDIAN
315
316 /* Define if the X Window System is missing or not being used.  */
317 #undef X_DISPLAY_MISSING
318
319 /* Define if lex declares yytext as a char * by default, not a char[].  */
320 #undef YYTEXT_POINTER
321
322 /* Define to use tile loading threads */
323 #undef ENABLE_THREADS
324
325 \f
326 /* Leave that blank line there!!  Autoheader needs it.
327    If you're adding to this file, keep in mind:
328    The entries are in sort -df order: alphabetical, case insensitive,
329    ignoring punctuation (such as underscores).  */
330