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