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