xref: /freebsd/contrib/file/config.h.in (revision d38c30c092828f4882ce13b08d0bd3fd6dc7afb5)
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
9*d38c30c0SXin LI/* Enable bzlib compression support */
10*d38c30c0SXin LI#undef BZLIBSUPPORT
11*d38c30c0SXin LI
1228a8b562SDavid E. O'Brien/* Define for ELF core file support */
1375a6cdb3SDavid E. O'Brien#undef ELFCORE
1475a6cdb3SDavid E. O'Brien
15b6cee71dSXin LI/* Define to 1 if you have the `asctime_r' function. */
16b6cee71dSXin LI#undef HAVE_ASCTIME_R
17b6cee71dSXin LI
1828a8b562SDavid E. O'Brien/* Define to 1 if you have the `asprintf' function. */
1928a8b562SDavid E. O'Brien#undef HAVE_ASPRINTF
2028a8b562SDavid E. O'Brien
21*d38c30c0SXin LI/* Define to 1 if you have the <bzlib.h> header file. */
22*d38c30c0SXin LI#undef HAVE_BZLIB_H
23*d38c30c0SXin LI
24b6cee71dSXin LI/* Define to 1 if you have the `ctime_r' function. */
25b6cee71dSXin LI#undef HAVE_CTIME_R
26b6cee71dSXin LI
2728a8b562SDavid E. O'Brien/* HAVE_DAYLIGHT */
28649d615cSDavid E. O'Brien#undef HAVE_DAYLIGHT
29649d615cSDavid E. O'Brien
3080c86c36SDavid E. O'Brien/* Define to 1 if you have the declaration of `daylight', and to 0 if you
3180c86c36SDavid E. O'Brien   don't. */
3280c86c36SDavid E. O'Brien#undef HAVE_DECL_DAYLIGHT
3380c86c36SDavid E. O'Brien
3480c86c36SDavid E. O'Brien/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
3580c86c36SDavid E. O'Brien   */
3680c86c36SDavid E. O'Brien#undef HAVE_DECL_TZNAME
3780c86c36SDavid E. O'Brien
38a2e8fb4cSDavid E. O'Brien/* Define to 1 if you have the <dlfcn.h> header file. */
39a2e8fb4cSDavid E. O'Brien#undef HAVE_DLFCN_H
4075a6cdb3SDavid E. O'Brien
413e41d09dSXin LI/* Define to 1 if you have the `dprintf' function. */
423e41d09dSXin LI#undef HAVE_DPRINTF
433e41d09dSXin LI
4428a8b562SDavid E. O'Brien/* Define to 1 if you have the <err.h> header file. */
4528a8b562SDavid E. O'Brien#undef HAVE_ERR_H
4628a8b562SDavid E. O'Brien
47ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <fcntl.h> header file. */
488ed12636SDavid E. O'Brien#undef HAVE_FCNTL_H
498ed12636SDavid E. O'Brien
50b6cee71dSXin LI/* Define to 1 if you have the `fmtcheck' function. */
51b6cee71dSXin LI#undef HAVE_FMTCHECK
52b6cee71dSXin LI
5380c86c36SDavid E. O'Brien/* Define to 1 if you have the `fork' function. */
5480c86c36SDavid E. O'Brien#undef HAVE_FORK
5580c86c36SDavid E. O'Brien
56c2931133SXin LI/* Define to 1 if you have the `freelocale' function. */
57c2931133SXin LI#undef HAVE_FREELOCALE
58c2931133SXin LI
5928a8b562SDavid E. O'Brien/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
6028a8b562SDavid E. O'Brien#undef HAVE_FSEEKO
6128a8b562SDavid E. O'Brien
6280c86c36SDavid E. O'Brien/* Define to 1 if you have the `getline' function. */
6380c86c36SDavid E. O'Brien#undef HAVE_GETLINE
6480c86c36SDavid E. O'Brien
65ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <getopt.h> header file. */
668ed12636SDavid E. O'Brien#undef HAVE_GETOPT_H
678ed12636SDavid E. O'Brien
68ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the `getopt_long' function. */
69ea8dc7e0SDavid E. O'Brien#undef HAVE_GETOPT_LONG
70ea8dc7e0SDavid E. O'Brien
71b6cee71dSXin LI/* Define to 1 if you have the `getpagesize' function. */
72b6cee71dSXin LI#undef HAVE_GETPAGESIZE
7328a8b562SDavid E. O'Brien
745f0216bdSXin LI/* Define to 1 if you have the `gmtime_r' function. */
755f0216bdSXin LI#undef HAVE_GMTIME_R
765f0216bdSXin LI
77b6cee71dSXin LI/* Define to 1 if the system has the type `intptr_t'. */
78b6cee71dSXin LI#undef HAVE_INTPTR_T
7928a8b562SDavid E. O'Brien
80ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <inttypes.h> header file. */
813459dd37SDavid E. O'Brien#undef HAVE_INTTYPES_H
823459dd37SDavid E. O'Brien
83*d38c30c0SXin LI/* Define to 1 if you have the `bz2' library (-lbz2). */
84*d38c30c0SXin LI#undef HAVE_LIBBZ2
85*d38c30c0SXin LI
8680c86c36SDavid E. O'Brien/* Define to 1 if you have the `gnurx' library (-lgnurx). */
8780c86c36SDavid E. O'Brien#undef HAVE_LIBGNURX
8880c86c36SDavid E. O'Brien
89*d38c30c0SXin LI/* Define to 1 if you have the `lzma' library (-llzma). */
90*d38c30c0SXin LI#undef HAVE_LIBLZMA
91*d38c30c0SXin LI
9258a0f0d0SEitan Adler/* Define to 1 if you have the `seccomp' library (-lseccomp). */
9358a0f0d0SEitan Adler#undef HAVE_LIBSECCOMP
9458a0f0d0SEitan Adler
95ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the `z' library (-lz). */
968ed12636SDavid E. O'Brien#undef HAVE_LIBZ
978ed12636SDavid E. O'Brien
985f0216bdSXin LI/* Define to 1 if you have the `localtime_r' function. */
995f0216bdSXin LI#undef HAVE_LOCALTIME_R
1005f0216bdSXin LI
101*d38c30c0SXin LI/* Define to 1 if you have the <lzma.h> header file. */
102*d38c30c0SXin LI#undef HAVE_LZMA_H
103*d38c30c0SXin LI
104b6cee71dSXin LI/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
105ea8dc7e0SDavid E. O'Brien#undef HAVE_MBRTOWC
106ea8dc7e0SDavid E. O'Brien
10788a5e5acSDavid E. O'Brien/* Define to 1 if <wchar.h> declares mbstate_t. */
10888a5e5acSDavid E. O'Brien#undef HAVE_MBSTATE_T
10988a5e5acSDavid E. O'Brien
11048c779cdSXin LI/* Define to 1 if you have the `memmem' function. */
11148c779cdSXin LI#undef HAVE_MEMMEM
11248c779cdSXin LI
113ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <memory.h> header file. */
114ea8dc7e0SDavid E. O'Brien#undef HAVE_MEMORY_H
115ea8dc7e0SDavid E. O'Brien
116b6cee71dSXin LI/* Define to 1 if you have the `mkostemp' function. */
117b6cee71dSXin LI#undef HAVE_MKOSTEMP
118b6cee71dSXin LI
119ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the `mkstemp' function. */
120ea8dc7e0SDavid E. O'Brien#undef HAVE_MKSTEMP
121ea8dc7e0SDavid E. O'Brien
122b6cee71dSXin LI/* Define to 1 if you have a working `mmap' system call. */
123ea8dc7e0SDavid E. O'Brien#undef HAVE_MMAP
124ea8dc7e0SDavid E. O'Brien
125c2931133SXin LI/* Define to 1 if you have the `newlocale' function. */
126c2931133SXin LI#undef HAVE_NEWLOCALE
127c2931133SXin LI
128b6cee71dSXin LI/* Define to 1 if you have the `pread' function. */
129b6cee71dSXin LI#undef HAVE_PREAD
130b6cee71dSXin LI
1315f0216bdSXin LI/* Have sig_t type */
1325f0216bdSXin LI#undef HAVE_SIG_T
1335f0216bdSXin LI
134ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <stdint.h> header file. */
135ea8dc7e0SDavid E. O'Brien#undef HAVE_STDINT_H
136ea8dc7e0SDavid E. O'Brien
137ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <stdlib.h> header file. */
138ea8dc7e0SDavid E. O'Brien#undef HAVE_STDLIB_H
139ea8dc7e0SDavid E. O'Brien
140b6cee71dSXin LI/* Define to 1 if you have the `strcasestr' function. */
141b6cee71dSXin LI#undef HAVE_STRCASESTR
142b6cee71dSXin LI
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
16170b95ceeSXin LI/* HAVE_STRUCT_OPTION */
16270b95ceeSXin LI#undef HAVE_STRUCT_OPTION
16370b95ceeSXin LI
16480c86c36SDavid E. O'Brien/* Define to 1 if `st_rdev' is a member of `struct stat'. */
165ea8dc7e0SDavid E. O'Brien#undef HAVE_STRUCT_STAT_ST_RDEV
166ea8dc7e0SDavid E. O'Brien
16780c86c36SDavid E. O'Brien/* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
1687dbb948bSDavid E. O'Brien#undef HAVE_STRUCT_TM_TM_GMTOFF
1697dbb948bSDavid E. O'Brien
17080c86c36SDavid E. O'Brien/* Define to 1 if `tm_zone' is a member of `struct tm'. */
1717dbb948bSDavid E. O'Brien#undef HAVE_STRUCT_TM_TM_ZONE
1727dbb948bSDavid E. O'Brien
173ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <sys/mman.h> header file. */
174ea8dc7e0SDavid E. O'Brien#undef HAVE_SYS_MMAN_H
175ea8dc7e0SDavid E. O'Brien
176b6cee71dSXin LI/* Define to 1 if you have the <sys/param.h> header file. */
177b6cee71dSXin LI#undef HAVE_SYS_PARAM_H
178b6cee71dSXin LI
179ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <sys/stat.h> header file. */
180ea8dc7e0SDavid E. O'Brien#undef HAVE_SYS_STAT_H
181ea8dc7e0SDavid E. O'Brien
18248c779cdSXin LI/* Define to 1 if you have the <sys/sysmacros.h> header file. */
18348c779cdSXin LI#undef HAVE_SYS_SYSMACROS_H
18448c779cdSXin LI
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
2332dc4dbb9SEitan Adler/* Define to 1 or 0, depending whether the compiler supports simple visibility
2342dc4dbb9SEitan Adler   declarations. */
2352dc4dbb9SEitan Adler#undef HAVE_VISIBILITY
2362dc4dbb9SEitan Adler
237ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the <wchar.h> header file. */
238ea8dc7e0SDavid E. O'Brien#undef HAVE_WCHAR_H
239ea8dc7e0SDavid E. O'Brien
240d1d50c78SDavid E. O'Brien/* Define to 1 if you have the <wctype.h> header file. */
241d1d50c78SDavid E. O'Brien#undef HAVE_WCTYPE_H
242d1d50c78SDavid E. O'Brien
243ea8dc7e0SDavid E. O'Brien/* Define to 1 if you have the `wcwidth' function. */
244ea8dc7e0SDavid E. O'Brien#undef HAVE_WCWIDTH
245ea8dc7e0SDavid E. O'Brien
246b6cee71dSXin LI/* Define to 1 if `fork' works. */
247b6cee71dSXin LI#undef HAVE_WORKING_FORK
248b6cee71dSXin LI
249b6cee71dSXin LI/* Define to 1 if `vfork' works. */
250b6cee71dSXin LI#undef HAVE_WORKING_VFORK
251b6cee71dSXin LI
252c2931133SXin LI/* Define to 1 if you have the <xlocale.h> header file. */
253c2931133SXin LI#undef HAVE_XLOCALE_H
254c2931133SXin LI
255974b70c4SDavid E. O'Brien/* Define to 1 if you have the <zlib.h> header file. */
256974b70c4SDavid E. O'Brien#undef HAVE_ZLIB_H
257974b70c4SDavid E. O'Brien
258*d38c30c0SXin LI/* Define to the sub-directory where libtool stores uninstalled libraries. */
25980c86c36SDavid E. O'Brien#undef LT_OBJDIR
26080c86c36SDavid E. O'Brien
261ea8dc7e0SDavid E. O'Brien/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
262ea8dc7e0SDavid E. O'Brien   */
263ea8dc7e0SDavid E. O'Brien#undef MAJOR_IN_MKDEV
264ea8dc7e0SDavid E. O'Brien
265ea8dc7e0SDavid E. O'Brien/* Define to 1 if `major', `minor', and `makedev' are declared in
266ea8dc7e0SDavid E. O'Brien   <sysmacros.h>. */
267ea8dc7e0SDavid E. O'Brien#undef MAJOR_IN_SYSMACROS
268ea8dc7e0SDavid E. O'Brien
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
333*d38c30c0SXin LI/* Enable xzlib compression support */
334*d38c30c0SXin LI#undef XZLIBSUPPORT
335*d38c30c0SXin LI
336282e23f0SXin LI/* Enable zlib compression support */
337282e23f0SXin LI#undef ZLIBSUPPORT
338282e23f0SXin LI
339b6cee71dSXin LI/* Enable large inode numbers on Mac OS X 10.5.  */
340b6cee71dSXin LI#ifndef _DARWIN_USE_64_BIT_INODE
341b6cee71dSXin LI# define _DARWIN_USE_64_BIT_INODE 1
342b6cee71dSXin LI#endif
343b6cee71dSXin LI
3448ed12636SDavid E. O'Brien/* Number of bits in a file offset, on hosts where this is settable. */
3458ed12636SDavid E. O'Brien#undef _FILE_OFFSET_BITS
3468ed12636SDavid E. O'Brien
34728a8b562SDavid E. O'Brien/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
34828a8b562SDavid E. O'Brien#undef _LARGEFILE_SOURCE
34928a8b562SDavid E. O'Brien
3508ed12636SDavid E. O'Brien/* Define for large files, on AIX-style hosts. */
3518ed12636SDavid E. O'Brien#undef _LARGE_FILES
3528ed12636SDavid E. O'Brien
35380c86c36SDavid E. O'Brien/* Define to 1 if on MINIX. */
35480c86c36SDavid E. O'Brien#undef _MINIX
35580c86c36SDavid E. O'Brien
35680c86c36SDavid E. O'Brien/* Define to 2 if the system does not provide POSIX.1 features except with
35780c86c36SDavid E. O'Brien   this defined. */
35880c86c36SDavid E. O'Brien#undef _POSIX_1_SOURCE
35980c86c36SDavid E. O'Brien
36080c86c36SDavid E. O'Brien/* Define to 1 if you need to in order for `stat' and other things to work. */
36180c86c36SDavid E. O'Brien#undef _POSIX_SOURCE
36280c86c36SDavid E. O'Brien
363b6cee71dSXin LI/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
364b6cee71dSXin LI   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
365b6cee71dSXin LI   #define below would cause a syntax error. */
366b6cee71dSXin LI#undef _UINT32_T
367b6cee71dSXin LI
368b6cee71dSXin LI/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
369b6cee71dSXin LI   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
370b6cee71dSXin LI   #define below would cause a syntax error. */
371b6cee71dSXin LI#undef _UINT64_T
372b6cee71dSXin LI
373b6cee71dSXin LI/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
374b6cee71dSXin LI   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
375b6cee71dSXin LI   #define below would cause a syntax error. */
376b6cee71dSXin LI#undef _UINT8_T
377b6cee71dSXin LI
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