]> git.mxchange.org Git - flightgear.git/blob - acconfig.h
Updated with latest build information.
[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 enable http jpeg server code */
58 #undef FG_JPEG_SERVER
59
60 /* Define to eliminate all trace of debugging messages such as for a 
61    release build */
62 #undef FG_NDEBUG
63    
64 /* Define to include Oliver's networking support */
65 #undef FG_NETWORK_OLK
66    
67 /* Define to avoid Christian's new weather code */
68 #undef FG_OLD_WEATHER
69    
70 /* Define if we are building FGFS (should always be defined) */
71 #undef FGFS
72    
73 /* Define to enable 3dfx/glide render in a window hack under unix.
74    This probably won't work under windows. */
75 #undef XMESA
76 #undef FX
77
78 /* Define to the type of elements in the array set by `getgroups'.
79    Usually this is either `int' or `gid_t'.  */
80 #undef GETGROUPS_T
81
82 /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
83 #undef GETLOADAVG_PRIVILEGED
84
85 /* Define if the `getpgrp' function takes no argument.  */
86 #undef GETPGRP_VOID
87
88 /* Define to `int' if <sys/types.h> doesn't define.  */
89 #undef gid_t
90
91 /* Define if you have alloca, as a function or macro.  */
92 #undef HAVE_ALLOCA
93
94 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
95 #undef HAVE_ALLOCA_H
96
97 /* Define if you external variables daylight.  */
98 #undef HAVE_DAYLIGHT
99
100 /* Define if you don't have vprintf but do have _doprnt.  */
101 #undef HAVE_DOPRNT
102
103 /* Define if your system has a working fnmatch function.  */
104 #undef HAVE_FNMATCH
105
106 /* Define if your system has its own `getloadavg' function.  */
107 #undef HAVE_GETLOADAVG
108
109 /* Define if you have getrusage() */
110 #undef HAVE_GETRUSAGE
111
112 /* Define if you have the getmntent function.  */
113 #undef HAVE_GETMNTENT
114
115 /* Define if you have the gpc library and headers installed.  */
116 #undef HAVE_GPC_H
117
118 /* Define if the `long double' type works.  */
119 #undef HAVE_LONG_DOUBLE
120
121 /* Define if you support file names longer than 14 characters.  */
122 #undef HAVE_LONG_FILE_NAMES
123
124 /* Define if you have a working `mmap' system call.  */
125 #undef HAVE_MMAP
126
127 /* Define if system calls automatically restart after interruption
128    by a signal.  */
129 #undef HAVE_RESTARTABLE_SYSCALLS
130
131 /* Define if you have rint() which rounds to closest int but returns
132    result as a double data type.  */
133 #undef HAVE_RINT
134
135 /* Define if your struct stat has st_blksize.  */
136 #undef HAVE_ST_BLKSIZE
137
138 /* Define if your struct stat has st_blocks.  */
139 #undef HAVE_ST_BLOCKS
140
141 /* Define if you have the strcoll function and it is properly defined.  */
142 #undef HAVE_STRCOLL
143
144 /* Define if your struct stat has st_rdev.  */
145 #undef HAVE_ST_RDEV
146
147 /* Define if you have the strftime function.  */
148 #undef HAVE_STRFTIME
149
150 /* Define if you have <sys/param.h>  */
151 #undef HAVE_SYS_PARAM_H
152
153 /* Define if you have <sys/stat.h> that is POSIX.1 compatible.  */
154 #undef HAVE_SYS_STAT_H
155
156 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
157 #undef HAVE_SYS_WAIT_H
158
159 /* Define if you have timegm() */
160 #undef HAVE_TIMEGM
161
162 /* Define if you external variables timezone.  */
163 #undef HAVE_TIMEZONE
164
165 /* Define if your struct tm has tm_zone.  */
166 #undef HAVE_TM_ZONE
167
168 /* Define if you don't have tm_zone but do have the external array
169    tzname.  */
170 #undef HAVE_TZNAME
171
172 /* Define if you have <unistd.h>.  */
173 #undef HAVE_UNISTD_H
174
175 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
176 #undef HAVE_UTIME_NULL
177
178 /* Define if you have <vfork.h>.  */
179 #undef HAVE_VFORK_H
180
181 /* Define if you have the vprintf function.  */
182 #undef HAVE_VPRINTF
183
184 /* Define if you have the wait3 system call.  */
185 #undef HAVE_WAIT3
186
187 /* Define if you have MetaKit installed system wide.  */
188 #undef HAVE_MK4
189
190 /* Define if you have zlib installed system wide.  */
191 #undef HAVE_ZLIB
192
193 /* Define as __inline if that's what the C compiler calls it.  */
194 #undef inline
195
196 /* Define if int is 16 bits instead of 32.  */
197 #undef INT_16_BITS
198
199 /* Define if long int is 64 bits.  */
200 #undef LONG_64_BITS
201
202 /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
203 #undef MAJOR_IN_MKDEV
204
205 /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
206 #undef MAJOR_IN_SYSMACROS
207
208 /* Define if on MINIX.  */
209 #undef _MINIX
210
211 /* Define to `int' if <sys/types.h> doesn't define.  */
212 #undef mode_t
213
214 /* Define if you don't have <dirent.h>, but have <ndir.h>.  */
215 #undef NDIR
216
217 /* Define if you have <memory.h>, and <string.h> doesn't declare the
218    mem* functions.  */
219 #undef NEED_MEMORY_H
220
221 /* Define if your struct nlist has an n_un member.  */
222 #undef NLIST_NAME_UNION
223
224 /* Define if you have <nlist.h>.  */
225 #undef NLIST_STRUCT
226
227 /* Define if your C compiler doesn't accept -c and -o together.  */
228 #undef NO_MINUS_C_MINUS_O
229
230 /* Define to `long' if <sys/types.h> doesn't define.  */
231 #undef off_t
232
233 /* Define to package name */
234 #undef PACKAGE
235
236 /* Define to `int' if <sys/types.h> doesn't define.  */
237 #undef pid_t
238
239 /* Define if the system does not provide POSIX.1 features except
240    with this defined.  */
241 #undef _POSIX_1_SOURCE
242
243 /* Define if you need to in order for stat and other things to work.  */
244 #undef _POSIX_SOURCE
245
246 /* Define as the return type of signal handlers (int or void).  */
247 #undef RETSIGTYPE
248
249 /* Define if the `setpgrp' function takes no argument.  */
250 #undef SETPGRP_VOID
251
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
254    before release 3.  */
255 #undef SETVBUF_REVERSED
256
257 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
258 #undef size_t
259
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
266  */
267 #undef STACK_DIRECTION
268
269 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
270 #undef STAT_MACROS_BROKEN
271
272 /* Define if you have the ANSI C header files.  */
273 #undef STDC_HEADERS
274
275 /* Define on System V Release 4.  */
276 #undef SVR4
277
278 /* Define if you don't have <dirent.h>, but have <sys/dir.h>.  */
279 #undef SYSDIR
280
281 /* Define if you don't have <dirent.h>, but have <sys/ndir.h>.  */
282 #undef SYSNDIR
283
284 /* Define if `sys_siglist' is declared by <signal.h>.  */
285 #undef SYS_SIGLIST_DECLARED
286
287 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
288 #undef TIME_WITH_SYS_TIME
289
290 /* Define if your <sys/time.h> declares struct tm.  */
291 #undef TM_IN_SYS_TIME
292
293 /* Define to `int' if <sys/types.h> doesn't define.  */
294 #undef uid_t
295
296 /* Define for Encore UMAX.  */
297 #undef UMAX
298
299 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
300    instead of <sys/cpustats.h>.  */
301 #undef UMAX4_3
302
303 /* Define if you do not have <strings.h>, index, bzero, etc..  */
304 #undef USG
305
306 /* Define vfork as fork if vfork does not work.  */
307 #undef vfork
308
309 /* Define if the closedir function returns void instead of int.  */
310 #undef VOID_CLOSEDIR
311
312 /* Define if compiling on a Winbloze (95, NT, etc.) platform */
313 #undef WIN32
314
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
318
319 /* Define if the X Window System is missing or not being used.  */
320 #undef X_DISPLAY_MISSING
321
322 /* Define if lex declares yytext as a char * by default, not a char[].  */
323 #undef YYTEXT_POINTER
324
325 /* Define to use tile loading threads */
326 #undef ENABLE_THREADS
327
328 \f
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).  */
333