]> git.mxchange.org Git - flightgear.git/blob - acconfig.h
Merge Include as subdirectory
[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 eliminate all trace of debugging messages such as for a 
49    release build */
50 #undef FG_NDEBUG
51    
52 /* Define to the type of elements in the array set by `getgroups'.
53    Usually this is either `int' or `gid_t'.  */
54 #undef GETGROUPS_T
55
56 /* Define if the `getloadavg' function needs to be run setuid or setgid.  */
57 #undef GETLOADAVG_PRIVILEGED
58
59 /* Define if the `getpgrp' function takes no argument.  */
60 #undef GETPGRP_VOID
61
62 /* Define to `int' if <sys/types.h> doesn't define.  */
63 #undef gid_t
64
65 /* Define if you have alloca, as a function or macro.  */
66 #undef HAVE_ALLOCA
67
68 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
69 #undef HAVE_ALLOCA_H
70
71 /* Define if you don't have vprintf but do have _doprnt.  */
72 #undef HAVE_DOPRNT
73
74 /* Define if your system has a working fnmatch function.  */
75 #undef HAVE_FNMATCH
76
77 /* Define if your system has its own `getloadavg' function.  */
78 #undef HAVE_GETLOADAVG
79
80 /* Define if you have getrusage() */
81 #undef HAVE_GETRUSAGE
82
83 /* Define if you have the getmntent function.  */
84 #undef HAVE_GETMNTENT
85
86 /* Define if you have the gpc library and headers installed.  */
87 #undef HAVE_GPC_H
88
89 /* Define if the `long double' type works.  */
90 #undef HAVE_LONG_DOUBLE
91
92 /* Define if you support file names longer than 14 characters.  */
93 #undef HAVE_LONG_FILE_NAMES
94
95 /* Define if you have a working `mmap' system call.  */
96 #undef HAVE_MMAP
97
98 /* Define if system calls automatically restart after interruption
99    by a signal.  */
100 #undef HAVE_RESTARTABLE_SYSCALLS
101
102 /* Define if you have rint() which rounds to closest int but returns
103    result as a double data type.  */
104 #undef HAVE_RINT
105
106 /* Define if your struct stat has st_blksize.  */
107 #undef HAVE_ST_BLKSIZE
108
109 /* Define if your struct stat has st_blocks.  */
110 #undef HAVE_ST_BLOCKS
111
112 /* Define if you have the strcoll function and it is properly defined.  */
113 #undef HAVE_STRCOLL
114
115 /* Define if your struct stat has st_rdev.  */
116 #undef HAVE_ST_RDEV
117
118 /* Define if you have the strftime function.  */
119 #undef HAVE_STRFTIME
120
121 /* Define if you have <sys/stat.h> that is POSIX.1 compatible.  */
122 #undef HAVE_SYS_STAT_H
123
124 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
125 #undef HAVE_SYS_WAIT_H
126
127 /* Define if your struct tm has tm_zone.  */
128 #undef HAVE_TM_ZONE
129
130 /* Define if you don't have tm_zone but do have the external array
131    tzname.  */
132 #undef HAVE_TZNAME
133
134 /* Define if you have <unistd.h>.  */
135 #undef HAVE_UNISTD_H
136
137 /* Define if utime(file, NULL) sets file's timestamp to the present.  */
138 #undef HAVE_UTIME_NULL
139
140 /* Define if you have <vfork.h>.  */
141 #undef HAVE_VFORK_H
142
143 /* Define if you have the vprintf function.  */
144 #undef HAVE_VPRINTF
145
146 /* Define if you have the wait3 system call.  */
147 #undef HAVE_WAIT3
148
149 /* Define as __inline if that's what the C compiler calls it.  */
150 #undef inline
151
152 /* Define if int is 16 bits instead of 32.  */
153 #undef INT_16_BITS
154
155 /* Define if long int is 64 bits.  */
156 #undef LONG_64_BITS
157
158 /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
159 #undef MAJOR_IN_MKDEV
160
161 /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
162 #undef MAJOR_IN_SYSMACROS
163
164 /* Define if on MINIX.  */
165 #undef _MINIX
166
167 /* Define to `int' if <sys/types.h> doesn't define.  */
168 #undef mode_t
169
170 /* Define if you don't have <dirent.h>, but have <ndir.h>.  */
171 #undef NDIR
172
173 /* Define if you have <memory.h>, and <string.h> doesn't declare the
174    mem* functions.  */
175 #undef NEED_MEMORY_H
176
177 /* Define if your struct nlist has an n_un member.  */
178 #undef NLIST_NAME_UNION
179
180 /* Define if you have <nlist.h>.  */
181 #undef NLIST_STRUCT
182
183 /* Define if your C compiler doesn't accept -c and -o together.  */
184 #undef NO_MINUS_C_MINUS_O
185
186 /* Define to `long' if <sys/types.h> doesn't define.  */
187 #undef off_t
188
189 /* Define to package name */
190 #undef PACKAGE
191
192 /* Define to `int' if <sys/types.h> doesn't define.  */
193 #undef pid_t
194
195 /* Define if the system does not provide POSIX.1 features except
196    with this defined.  */
197 #undef _POSIX_1_SOURCE
198
199 /* Define if you need to in order for stat and other things to work.  */
200 #undef _POSIX_SOURCE
201
202 /* Define as the return type of signal handlers (int or void).  */
203 #undef RETSIGTYPE
204
205 /* Define if the `setpgrp' function takes no argument.  */
206 #undef SETPGRP_VOID
207
208 /* Define if the setvbuf function takes the buffering type as its second
209    argument and the buffer pointer as the third, as on System V
210    before release 3.  */
211 #undef SETVBUF_REVERSED
212
213 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
214 #undef size_t
215
216 /* If using the C implementation of alloca, define if you know the
217    direction of stack growth for your system; otherwise it will be
218    automatically deduced at run-time.
219         STACK_DIRECTION > 0 => grows toward higher addresses
220         STACK_DIRECTION < 0 => grows toward lower addresses
221         STACK_DIRECTION = 0 => direction of growth unknown
222  */
223 #undef STACK_DIRECTION
224
225 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
226 #undef STAT_MACROS_BROKEN
227
228 /* Define if you have the ANSI C header files.  */
229 #undef STDC_HEADERS
230
231 /* Define on System V Release 4.  */
232 #undef SVR4
233
234 /* Define if you don't have <dirent.h>, but have <sys/dir.h>.  */
235 #undef SYSDIR
236
237 /* Define if you don't have <dirent.h>, but have <sys/ndir.h>.  */
238 #undef SYSNDIR
239
240 /* Define if `sys_siglist' is declared by <signal.h>.  */
241 #undef SYS_SIGLIST_DECLARED
242
243 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
244 #undef TIME_WITH_SYS_TIME
245
246 /* Define if your <sys/time.h> declares struct tm.  */
247 #undef TM_IN_SYS_TIME
248
249 /* Define to `int' if <sys/types.h> doesn't define.  */
250 #undef uid_t
251
252 /* Define for Encore UMAX.  */
253 #undef UMAX
254
255 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
256    instead of <sys/cpustats.h>.  */
257 #undef UMAX4_3
258
259 /* Define if you do not have <strings.h>, index, bzero, etc..  */
260 #undef USG
261
262 /* Define to version number */
263 #undef VERSION
264
265 /* Define vfork as fork if vfork does not work.  */
266 #undef vfork
267
268 /* Define if the closedir function returns void instead of int.  */
269 #undef VOID_CLOSEDIR
270
271 /* Define if compiling on a Winbloze (95, NT, etc.) platform */
272 #undef WIN32
273
274 /* Define if your processor stores words with the most significant
275    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
276 #undef WORDS_BIGENDIAN
277
278 /* Define if the X Window System is missing or not being used.  */
279 #undef X_DISPLAY_MISSING
280
281 /* Define if lex declares yytext as a char * by default, not a char[].  */
282 #undef YYTEXT_POINTER
283
284 \f
285 /* Leave that blank line there!!  Autoheader needs it.
286    If you're adding to this file, keep in mind:
287    The entries are in sort -df order: alphabetical, case insensitive,
288    ignoring punctuation (such as underscores).  */