xref: /freebsd/contrib/file/config.h.in (revision 58a0f0d00c0cc4a90ce584a61470290751bfcac7)
128a8b562SDavid E. O'Brien/* config.h.in.  Generated from configure.ac by autoheader.  */
275a6cdb3SDavid E. O'Brien
3b6cee71dSXin LI/* Define if building universal (internal helper macro) */
4b6cee71dSXin LI#undef AC_APPLE_UNIVERSAL_BUILD
5b6cee71dSXin LI
628a8b562SDavid E. O'Brien/* Define in built-in ELF support is used */
775a6cdb3SDavid E. O'Brien#undef BUILTIN_ELF
875a6cdb3SDavid E. O'Brien
928a8b562SDavid E. O'Brien/* Define for ELF core file support */
1075a6cdb3SDavid E. O'Brien#undef ELFCORE
1175a6cdb3SDavid E. O'Brien
12b6cee71dSXin LI/* Define to 1 if you have the `asctime_r' function. */
13b6cee71dSXin LI#undef HAVE_ASCTIME_R
14b6cee71dSXin LI
1528a8b562SDavid E. O'Brien/* Define to 1 if you have the `asprintf' function. */
1628a8b562SDavid E. O'Brien#undef HAVE_ASPRINTF
1728a8b562SDavid E. O'Brien
18b6cee71dSXin LI/* Define to 1 if you have the `ctime_r' function. */
19b6cee71dSXin LI#undef HAVE_CTIME_R
20b6cee71dSXin LI
2128a8b562SDavid E. O'Brien/* HAVE_DAYLIGHT */
22649d615cSDavid E. O'Brien#undef HAVE_DAYLIGHT
23649d615cSDavid E. O'Brien
2480c86c36SDavid E. O'Brien/* Define to 1 if you have the declaration of `daylight', and to 0 if you
2580c86c36SDavid E. O'Brien   don't. */
2680c86c36SDavid E. O'Brien#undef HAVE_DECL_DAYLIGHT
2780c86c36SDavid E. O'Brien
2880c86c36SDavid E. O'Brien/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
2980c86c36SDavid E. O'Brien   */
3080c86c36SDavid E. O'Brien#undef HAVE_DECL_TZNAME
3180c86c36SDavid E. O'Brien
32a2e8fb4cSDavid E. O'Brien/* Define to 1 if you have the <dlfcn.h> header file. */
33a2e8fb4cSDavid E. O'Brien#undef HAVE_DLFCN_H
3475a6cdb3SDavid E. O'Brien
353e41d09dSXin LI/* Define to 1 if you have the `dprintf' function. */
363e41d09dSXin LI#undef HAVE_DPRINTF
373e41d09dSXin LI
3828a8b562SDavid E. O'Brien/* Define to 1 if you have the <err.h> header file. */
3928a8b562SDavid E. O'Brien#undef HAVE_ERR_H
4028a8b562SDavid E. O'Brien
41ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <fcntl.h> header file. */
428ed12636SDavid E. O'Brien#undef HAVE_FCNTL_H
438ed12636SDavid E. O'Brien
44b6cee71dSXin LI/* Define to 1 if you have the `fmtcheck' function. */
45b6cee71dSXin LI#undef HAVE_FMTCHECK
46b6cee71dSXin LI
4780c86c36SDavid E. O'Brien/* Define to 1 if you have the `fork' function. */
4880c86c36SDavid E. O'Brien#undef HAVE_FORK
4980c86c36SDavid E. O'Brien
50c2931133SXin LI/* Define to 1 if you have the `freelocale' function. */
51c2931133SXin LI#undef HAVE_FREELOCALE
52c2931133SXin LI
5328a8b562SDavid E. O'Brien/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
5428a8b562SDavid E. O'Brien#undef HAVE_FSEEKO
5528a8b562SDavid E. O'Brien
5680c86c36SDavid E. O'Brien/* Define to 1 if you have the `getline' function. */
5780c86c36SDavid E. O'Brien#undef HAVE_GETLINE
5880c86c36SDavid E. O'Brien
59ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <getopt.h> header file. */
608ed12636SDavid E. O'Brien#undef HAVE_GETOPT_H
618ed12636SDavid E. O'Brien
62ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the `getopt_long' function. */
63ea8dc7e0SDavid E. O'Brien#undef HAVE_GETOPT_LONG
64ea8dc7e0SDavid E. O'Brien
65b6cee71dSXin LI/* Define to 1 if you have the `getpagesize' function. */
66b6cee71dSXin LI#undef HAVE_GETPAGESIZE
6728a8b562SDavid E. O'Brien
685f0216bdSXin LI/* Define to 1 if you have the `gmtime_r' function. */
695f0216bdSXin LI#undef HAVE_GMTIME_R
705f0216bdSXin LI
71b6cee71dSXin LI/* Define to 1 if the system has the type `intptr_t'. */
72b6cee71dSXin LI#undef HAVE_INTPTR_T
7328a8b562SDavid E. O'Brien
74ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <inttypes.h> header file. */
753459dd37SDavid E. O'Brien#undef HAVE_INTTYPES_H
763459dd37SDavid E. O'Brien
7780c86c36SDavid E. O'Brien/* Define to 1 if you have the `gnurx' library (-lgnurx). */
7880c86c36SDavid E. O'Brien#undef HAVE_LIBGNURX
7980c86c36SDavid E. O'Brien
80*58a0f0d0SEitan Adler/* Define to 1 if you have the `seccomp' library (-lseccomp). */
81*58a0f0d0SEitan Adler#undef HAVE_LIBSECCOMP
82*58a0f0d0SEitan Adler
83ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the `z' library (-lz). */
848ed12636SDavid E. O'Brien#undef HAVE_LIBZ
858ed12636SDavid E. O'Brien
8617c6260fSDavid E. O'Brien/* Define to 1 if you have the <limits.h> header file. */
8717c6260fSDavid E. O'Brien#undef HAVE_LIMITS_H
8817c6260fSDavid E. O'Brien
89ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <locale.h> header file. */
90ea8dc7e0SDavid E. O'Brien#undef HAVE_LOCALE_H
9175a6cdb3SDavid E. O'Brien
925f0216bdSXin LI/* Define to 1 if you have the `localtime_r' function. */
935f0216bdSXin LI#undef HAVE_LOCALTIME_R
945f0216bdSXin LI
95b6cee71dSXin LI/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
96ea8dc7e0SDavid E. O'Brien#undef HAVE_MBRTOWC
97ea8dc7e0SDavid E. O'Brien
9888a5e5acSDavid E. O'Brien/* Define to 1 if <wchar.h> declares mbstate_t. */
9988a5e5acSDavid E. O'Brien#undef HAVE_MBSTATE_T
10088a5e5acSDavid E. O'Brien
101ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <memory.h> header file. */
102ea8dc7e0SDavid E. O'Brien#undef HAVE_MEMORY_H
103ea8dc7e0SDavid E. O'Brien
104b6cee71dSXin LI/* Define to 1 if you have the `mkostemp' function. */
105b6cee71dSXin LI#undef HAVE_MKOSTEMP
106b6cee71dSXin LI
107ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the `mkstemp' function. */
108ea8dc7e0SDavid E. O'Brien#undef HAVE_MKSTEMP
109ea8dc7e0SDavid E. O'Brien
110b6cee71dSXin LI/* Define to 1 if you have a working `mmap' system call. */
111ea8dc7e0SDavid E. O'Brien#undef HAVE_MMAP
112ea8dc7e0SDavid E. O'Brien
113c2931133SXin LI/* Define to 1 if you have the `newlocale' function. */
114c2931133SXin LI#undef HAVE_NEWLOCALE
115c2931133SXin LI
116b6cee71dSXin LI/* Define to 1 if you have the `pread' function. */
117b6cee71dSXin LI#undef HAVE_PREAD
118b6cee71dSXin LI
119c2931133SXin LI/* Define to 1 if you have the `setlocale' function. */
120c2931133SXin LI#undef HAVE_SETLOCALE
121c2931133SXin LI
1225f0216bdSXin LI/* Define to 1 if you have the <signal.h> header file. */
1235f0216bdSXin LI#undef HAVE_SIGNAL_H
1245f0216bdSXin LI
1255f0216bdSXin LI/* Have sig_t type */
1265f0216bdSXin LI#undef HAVE_SIG_T
1275f0216bdSXin LI
128b6cee71dSXin LI/* Define to 1 if you have the <stddef.h> header file. */
129b6cee71dSXin LI#undef HAVE_STDDEF_H
13080c86c36SDavid E. O'Brien
131ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <stdint.h> header file. */
132ea8dc7e0SDavid E. O'Brien#undef HAVE_STDINT_H
133ea8dc7e0SDavid E. O'Brien
134ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <stdlib.h> header file. */
135ea8dc7e0SDavid E. O'Brien#undef HAVE_STDLIB_H
136ea8dc7e0SDavid E. O'Brien
137b6cee71dSXin LI/* Define to 1 if you have the `strcasestr' function. */
138b6cee71dSXin LI#undef HAVE_STRCASESTR
139b6cee71dSXin LI
140ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the `strerror' function. */
141ea8dc7e0SDavid E. O'Brien#undef HAVE_STRERROR
142ea8dc7e0SDavid E. O'Brien
143ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <strings.h> header file. */
144ea8dc7e0SDavid E. O'Brien#undef HAVE_STRINGS_H
145ea8dc7e0SDavid E. O'Brien
146ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <string.h> header file. */
147ea8dc7e0SDavid E. O'Brien#undef HAVE_STRING_H
148ea8dc7e0SDavid E. O'Brien
1497dbb948bSDavid E. O'Brien/* Define to 1 if you have the `strlcat' function. */
1507dbb948bSDavid E. O'Brien#undef HAVE_STRLCAT
1517dbb948bSDavid E. O'Brien
1527dbb948bSDavid E. O'Brien/* Define to 1 if you have the `strlcpy' function. */
1537dbb948bSDavid E. O'Brien#undef HAVE_STRLCPY
1547dbb948bSDavid E. O'Brien
15517c6260fSDavid E. O'Brien/* Define to 1 if you have the `strndup' function. */
15617c6260fSDavid E. O'Brien#undef HAVE_STRNDUP
15717c6260fSDavid E. O'Brien
158974b70c4SDavid E. O'Brien/* Define to 1 if you have the `strtof' function. */
159974b70c4SDavid E. O'Brien#undef HAVE_STRTOF
160974b70c4SDavid E. O'Brien
161ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the `strtoul' function. */
162ea8dc7e0SDavid E. O'Brien#undef HAVE_STRTOUL
163ea8dc7e0SDavid E. O'Brien
16470b95ceeSXin LI/* HAVE_STRUCT_OPTION */
16570b95ceeSXin LI#undef HAVE_STRUCT_OPTION
16670b95ceeSXin LI
16780c86c36SDavid E. O'Brien/* Define to 1 if `st_rdev' is a member of `struct stat'. */
168ea8dc7e0SDavid E. O'Brien#undef HAVE_STRUCT_STAT_ST_RDEV
169ea8dc7e0SDavid E. O'Brien
17080c86c36SDavid E. O'Brien/* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
1717dbb948bSDavid E. O'Brien#undef HAVE_STRUCT_TM_TM_GMTOFF
1727dbb948bSDavid E. O'Brien
17380c86c36SDavid E. O'Brien/* Define to 1 if `tm_zone' is a member of `struct tm'. */
1747dbb948bSDavid E. O'Brien#undef HAVE_STRUCT_TM_TM_ZONE
1757dbb948bSDavid E. O'Brien
176ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <sys/mman.h> header file. */
177ea8dc7e0SDavid E. O'Brien#undef HAVE_SYS_MMAN_H
178ea8dc7e0SDavid E. O'Brien
179b6cee71dSXin LI/* Define to 1 if you have the <sys/param.h> header file. */
180b6cee71dSXin LI#undef HAVE_SYS_PARAM_H
181b6cee71dSXin LI
182ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <sys/stat.h> header file. */
183ea8dc7e0SDavid E. O'Brien#undef HAVE_SYS_STAT_H
184ea8dc7e0SDavid E. O'Brien
18517c6260fSDavid E. O'Brien/* Define to 1 if you have the <sys/time.h> header file. */
18617c6260fSDavid E. O'Brien#undef HAVE_SYS_TIME_H
18717c6260fSDavid E. O'Brien
188ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <sys/types.h> header file. */
189ea8dc7e0SDavid E. O'Brien#undef HAVE_SYS_TYPES_H
190ea8dc7e0SDavid E. O'Brien
191ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <sys/utime.h> header file. */
192ea8dc7e0SDavid E. O'Brien#undef HAVE_SYS_UTIME_H
193ea8dc7e0SDavid E. O'Brien
194ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
195ea8dc7e0SDavid E. O'Brien#undef HAVE_SYS_WAIT_H
19675a6cdb3SDavid E. O'Brien
19728a8b562SDavid E. O'Brien/* HAVE_TM_ISDST */
198a2e8fb4cSDavid E. O'Brien#undef HAVE_TM_ISDST
199a2e8fb4cSDavid E. O'Brien
2008ed12636SDavid E. O'Brien/* HAVE_TM_ZONE */
2018ed12636SDavid E. O'Brien#undef HAVE_TM_ZONE
2028ed12636SDavid E. O'Brien
2038ed12636SDavid E. O'Brien/* HAVE_TZNAME */
2048ed12636SDavid E. O'Brien#undef HAVE_TZNAME
2058ed12636SDavid E. O'Brien
206b6cee71dSXin LI/* Define to 1 if the system has the type `uintptr_t'. */
207b6cee71dSXin LI#undef HAVE_UINTPTR_T
20828a8b562SDavid E. O'Brien
209ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <unistd.h> header file. */
210ea8dc7e0SDavid E. O'Brien#undef HAVE_UNISTD_H
211ea8dc7e0SDavid E. O'Brien
212c2931133SXin LI/* Define to 1 if you have the `uselocale' function. */
213c2931133SXin LI#undef HAVE_USELOCALE
214c2931133SXin LI
215ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the `utime' function. */
216ea8dc7e0SDavid E. O'Brien#undef HAVE_UTIME
217ea8dc7e0SDavid E. O'Brien
218ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the `utimes' function. */
219ea8dc7e0SDavid E. O'Brien#undef HAVE_UTIMES
220ea8dc7e0SDavid E. O'Brien
221ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <utime.h> header file. */
222ea8dc7e0SDavid E. O'Brien#undef HAVE_UTIME_H
223ea8dc7e0SDavid E. O'Brien
22428a8b562SDavid E. O'Brien/* Define to 1 if you have the `vasprintf' function. */
22528a8b562SDavid E. O'Brien#undef HAVE_VASPRINTF
22688a5e5acSDavid E. O'Brien
227b6cee71dSXin LI/* Define to 1 if you have the `vfork' function. */
228b6cee71dSXin LI#undef HAVE_VFORK
229b6cee71dSXin LI
230b6cee71dSXin LI/* Define to 1 if you have the <vfork.h> header file. */
231b6cee71dSXin LI#undef HAVE_VFORK_H
232b6cee71dSXin LI
233ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <wchar.h> header file. */
234ea8dc7e0SDavid E. O'Brien#undef HAVE_WCHAR_H
235ea8dc7e0SDavid E. O'Brien
236d1d50c78SDavid E. O'Brien/* Define to 1 if you have the <wctype.h> header file. */
237d1d50c78SDavid E. O'Brien#undef HAVE_WCTYPE_H
238d1d50c78SDavid E. O'Brien
239ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the `wcwidth' function. */
240ea8dc7e0SDavid E. O'Brien#undef HAVE_WCWIDTH
241ea8dc7e0SDavid E. O'Brien
242b6cee71dSXin LI/* Define to 1 if `fork' works. */
243b6cee71dSXin LI#undef HAVE_WORKING_FORK
244b6cee71dSXin LI
245b6cee71dSXin LI/* Define to 1 if `vfork' works. */
246b6cee71dSXin LI#undef HAVE_WORKING_VFORK
247b6cee71dSXin LI
248c2931133SXin LI/* Define to 1 if you have the <xlocale.h> header file. */
249c2931133SXin LI#undef HAVE_XLOCALE_H
250c2931133SXin LI
251974b70c4SDavid E. O'Brien/* Define to 1 if you have the <zlib.h> header file. */
252974b70c4SDavid E. O'Brien#undef HAVE_ZLIB_H
253974b70c4SDavid E. O'Brien
25480c86c36SDavid E. O'Brien/* Define to the sub-directory in which libtool stores uninstalled libraries.
25580c86c36SDavid E. O'Brien   */
25680c86c36SDavid E. O'Brien#undef LT_OBJDIR
25780c86c36SDavid E. O'Brien
258ea8dc7e0SDavid E. O'Brien/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
259ea8dc7e0SDavid E. O'Brien   */
260ea8dc7e0SDavid E. O'Brien#undef MAJOR_IN_MKDEV
261ea8dc7e0SDavid E. O'Brien
262ea8dc7e0SDavid E. O'Brien/* Define to 1 if `major', `minor', and `makedev' are declared in
263ea8dc7e0SDavid E. O'Brien   <sysmacros.h>. */
264ea8dc7e0SDavid E. O'Brien#undef MAJOR_IN_SYSMACROS
265ea8dc7e0SDavid E. O'Brien
266*58a0f0d0SEitan Adler/* Define to 1 if your C compiler doesn't accept -c and -o together. */
267*58a0f0d0SEitan Adler#undef NO_MINUS_C_MINUS_O
268*58a0f0d0SEitan Adler
269ea8dc7e0SDavid E. O'Brien/* Name of package */
270ea8dc7e0SDavid E. O'Brien#undef PACKAGE
271ea8dc7e0SDavid E. O'Brien
272ea8dc7e0SDavid E. O'Brien/* Define to the address where bug reports for this package should be sent. */
273ea8dc7e0SDavid E. O'Brien#undef PACKAGE_BUGREPORT
274ea8dc7e0SDavid E. O'Brien
275ea8dc7e0SDavid E. O'Brien/* Define to the full name of this package. */
276ea8dc7e0SDavid E. O'Brien#undef PACKAGE_NAME
277ea8dc7e0SDavid E. O'Brien
278ea8dc7e0SDavid E. O'Brien/* Define to the full name and version of this package. */
279ea8dc7e0SDavid E. O'Brien#undef PACKAGE_STRING
280ea8dc7e0SDavid E. O'Brien
281ea8dc7e0SDavid E. O'Brien/* Define to the one symbol short name of this package. */
282ea8dc7e0SDavid E. O'Brien#undef PACKAGE_TARNAME
283ea8dc7e0SDavid E. O'Brien
28480c86c36SDavid E. O'Brien/* Define to the home page for this package. */
28580c86c36SDavid E. O'Brien#undef PACKAGE_URL
28680c86c36SDavid E. O'Brien
287ea8dc7e0SDavid E. O'Brien/* Define to the version of this package. */
288ea8dc7e0SDavid E. O'Brien#undef PACKAGE_VERSION
289ea8dc7e0SDavid E. O'Brien
290ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the ANSI C header files. */
291ea8dc7e0SDavid E. O'Brien#undef STDC_HEADERS
292ea8dc7e0SDavid E. O'Brien
293ea8dc7e0SDavid E. O'Brien/* Define to 1 if your <sys/time.h> declares `struct tm'. */
294ea8dc7e0SDavid E. O'Brien#undef TM_IN_SYS_TIME
295ea8dc7e0SDavid E. O'Brien
29680c86c36SDavid E. O'Brien/* Enable extensions on AIX 3, Interix.  */
29780c86c36SDavid E. O'Brien#ifndef _ALL_SOURCE
29880c86c36SDavid E. O'Brien# undef _ALL_SOURCE
29980c86c36SDavid E. O'Brien#endif
30080c86c36SDavid E. O'Brien/* Enable GNU extensions on systems that have them.  */
30180c86c36SDavid E. O'Brien#ifndef _GNU_SOURCE
30280c86c36SDavid E. O'Brien# undef _GNU_SOURCE
30380c86c36SDavid E. O'Brien#endif
30480c86c36SDavid E. O'Brien/* Enable threading extensions on Solaris.  */
30580c86c36SDavid E. O'Brien#ifndef _POSIX_PTHREAD_SEMANTICS
30680c86c36SDavid E. O'Brien# undef _POSIX_PTHREAD_SEMANTICS
30780c86c36SDavid E. O'Brien#endif
30880c86c36SDavid E. O'Brien/* Enable extensions on HP NonStop.  */
30980c86c36SDavid E. O'Brien#ifndef _TANDEM_SOURCE
31080c86c36SDavid E. O'Brien# undef _TANDEM_SOURCE
31180c86c36SDavid E. O'Brien#endif
31280c86c36SDavid E. O'Brien/* Enable general extensions on Solaris.  */
31380c86c36SDavid E. O'Brien#ifndef __EXTENSIONS__
31480c86c36SDavid E. O'Brien# undef __EXTENSIONS__
31580c86c36SDavid E. O'Brien#endif
31680c86c36SDavid E. O'Brien
31780c86c36SDavid E. O'Brien
318ea8dc7e0SDavid E. O'Brien/* Version number of package */
319ea8dc7e0SDavid E. O'Brien#undef VERSION
320ea8dc7e0SDavid E. O'Brien
321b6cee71dSXin LI/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
322b6cee71dSXin LI   significant byte first (like Motorola and SPARC, unlike Intel). */
323b6cee71dSXin LI#if defined AC_APPLE_UNIVERSAL_BUILD
324b6cee71dSXin LI# if defined __BIG_ENDIAN__
325b6cee71dSXin LI#  define WORDS_BIGENDIAN 1
326b6cee71dSXin LI# endif
327b6cee71dSXin LI#else
328b6cee71dSXin LI# ifndef WORDS_BIGENDIAN
329b6cee71dSXin LI#  undef WORDS_BIGENDIAN
330b6cee71dSXin LI# endif
331b6cee71dSXin LI#endif
332b6cee71dSXin LI
333282e23f0SXin LI/* Enable zlib compression support */
334282e23f0SXin LI#undef ZLIBSUPPORT
335282e23f0SXin LI
336b6cee71dSXin LI/* Enable large inode numbers on Mac OS X 10.5.  */
337b6cee71dSXin LI#ifndef _DARWIN_USE_64_BIT_INODE
338b6cee71dSXin LI# define _DARWIN_USE_64_BIT_INODE 1
339b6cee71dSXin LI#endif
340b6cee71dSXin LI
3418ed12636SDavid E. O'Brien/* Number of bits in a file offset, on hosts where this is settable. */
3428ed12636SDavid E. O'Brien#undef _FILE_OFFSET_BITS
3438ed12636SDavid E. O'Brien
34428a8b562SDavid E. O'Brien/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
34528a8b562SDavid E. O'Brien#undef _LARGEFILE_SOURCE
34628a8b562SDavid E. O'Brien
3478ed12636SDavid E. O'Brien/* Define for large files, on AIX-style hosts. */
3488ed12636SDavid E. O'Brien#undef _LARGE_FILES
3498ed12636SDavid E. O'Brien
35080c86c36SDavid E. O'Brien/* Define to 1 if on MINIX. */
35180c86c36SDavid E. O'Brien#undef _MINIX
35280c86c36SDavid E. O'Brien
35380c86c36SDavid E. O'Brien/* Define to 2 if the system does not provide POSIX.1 features except with
35480c86c36SDavid E. O'Brien   this defined. */
35580c86c36SDavid E. O'Brien#undef _POSIX_1_SOURCE
35680c86c36SDavid E. O'Brien
35780c86c36SDavid E. O'Brien/* Define to 1 if you need to in order for `stat' and other things to work. */
35880c86c36SDavid E. O'Brien#undef _POSIX_SOURCE
35980c86c36SDavid E. O'Brien
360b6cee71dSXin LI/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
361b6cee71dSXin LI   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
362b6cee71dSXin LI   #define below would cause a syntax error. */
363b6cee71dSXin LI#undef _UINT32_T
364b6cee71dSXin LI
365b6cee71dSXin LI/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
366b6cee71dSXin LI   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
367b6cee71dSXin LI   #define below would cause a syntax error. */
368b6cee71dSXin LI#undef _UINT64_T
369b6cee71dSXin LI
370b6cee71dSXin LI/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
371b6cee71dSXin LI   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
372b6cee71dSXin LI   #define below would cause a syntax error. */
373b6cee71dSXin LI#undef _UINT8_T
374b6cee71dSXin LI
375ea8dc7e0SDavid E. O'Brien/* Define to empty if `const' does not conform to ANSI C. */
376ea8dc7e0SDavid E. O'Brien#undef const
377ea8dc7e0SDavid E. O'Brien
378b6cee71dSXin LI/* Define to the type of a signed integer type of width exactly 32 bits if
379b6cee71dSXin LI   such a type exists and the standard includes do not define it. */
380b6cee71dSXin LI#undef int32_t
381b6cee71dSXin LI
382b6cee71dSXin LI/* Define to the type of a signed integer type of width exactly 64 bits if
383b6cee71dSXin LI   such a type exists and the standard includes do not define it. */
384b6cee71dSXin LI#undef int64_t
385b6cee71dSXin LI
386b6cee71dSXin LI/* Define to the type of a signed integer type wide enough to hold a pointer,
387b6cee71dSXin LI   if such a type exists, and if the system does not define it. */
388b6cee71dSXin LI#undef intptr_t
389b6cee71dSXin LI
390ea8dc7e0SDavid E. O'Brien/* Define to a type if <wchar.h> does not define. */
391ea8dc7e0SDavid E. O'Brien#undef mbstate_t
392ea8dc7e0SDavid E. O'Brien
393974b70c4SDavid E. O'Brien/* Define to `long int' if <sys/types.h> does not define. */
394ea8dc7e0SDavid E. O'Brien#undef off_t
395ea8dc7e0SDavid E. O'Brien
396b6cee71dSXin LI/* Define to `int' if <sys/types.h> does not define. */
397b6cee71dSXin LI#undef pid_t
398b6cee71dSXin LI
399974b70c4SDavid E. O'Brien/* Define to `unsigned int' if <sys/types.h> does not define. */
400ea8dc7e0SDavid E. O'Brien#undef size_t
401a2e8fb4cSDavid E. O'Brien
402b6cee71dSXin LI/* Define to the type of an unsigned integer type of width exactly 16 bits if
403b6cee71dSXin LI   such a type exists and the standard includes do not define it. */
404b6cee71dSXin LI#undef uint16_t
405a2e8fb4cSDavid E. O'Brien
406b6cee71dSXin LI/* Define to the type of an unsigned integer type of width exactly 32 bits if
407b6cee71dSXin LI   such a type exists and the standard includes do not define it. */
408b6cee71dSXin LI#undef uint32_t
409a2e8fb4cSDavid E. O'Brien
410b6cee71dSXin LI/* Define to the type of an unsigned integer type of width exactly 64 bits if
411b6cee71dSXin LI   such a type exists and the standard includes do not define it. */
412b6cee71dSXin LI#undef uint64_t
413b6cee71dSXin LI
414b6cee71dSXin LI/* Define to the type of an unsigned integer type of width exactly 8 bits if
415b6cee71dSXin LI   such a type exists and the standard includes do not define it. */
416b6cee71dSXin LI#undef uint8_t
417b6cee71dSXin LI
418b6cee71dSXin LI/* Define to the type of an unsigned integer type wide enough to hold a
419b6cee71dSXin LI   pointer, if such a type exists, and if the system does not define it. */
420b6cee71dSXin LI#undef uintptr_t
421b6cee71dSXin LI
422b6cee71dSXin LI/* Define as `fork' if `vfork' does not work. */
423b6cee71dSXin LI#undef vfork
424