xref: /freebsd/lib/libmagic/config.h (revision 43a5ec4eb41567cc92586503212743d89686d78f)
1ef19c627SDavid E. O'Brien /* config.h.  Generated from config.h.in by configure.  */
2ae4ecfffSMarius Strobl /* config.h.in.  Generated from configure.ac by autoheader.  */
320164649SDavid E. O'Brien 
4b6cee71dSXin LI /* Define if building universal (internal helper macro) */
5b6cee71dSXin LI /* #undef AC_APPLE_UNIVERSAL_BUILD */
6b6cee71dSXin LI 
7ae4ecfffSMarius Strobl /* Define in built-in ELF support is used */
820164649SDavid E. O'Brien #define BUILTIN_ELF 1
920164649SDavid E. O'Brien 
1090266521SXin LI /* Enable bzlib compression support */
1190266521SXin LI /* #undef BZLIBSUPPORT */
1290266521SXin LI 
13ae4ecfffSMarius Strobl /* Define for ELF core file support */
1420164649SDavid E. O'Brien #define ELFCORE 1
1520164649SDavid E. O'Brien 
16b6cee71dSXin LI /* Define to 1 if you have the `asctime_r' function. */
17b6cee71dSXin LI #define HAVE_ASCTIME_R 1
18b6cee71dSXin LI 
197dbb948bSDavid E. O'Brien /* Define to 1 if you have the `asprintf' function. */
207dbb948bSDavid E. O'Brien #define HAVE_ASPRINTF 1
217dbb948bSDavid E. O'Brien 
2290266521SXin LI /* Define to 1 if you have the <bzlib.h> header file. */
2390266521SXin LI /* #undef HAVE_BZLIB_H */
2490266521SXin LI 
25b6cee71dSXin LI /* Define to 1 if you have the `ctime_r' function. */
26b6cee71dSXin LI #define HAVE_CTIME_R 1
27b6cee71dSXin LI 
28ae4ecfffSMarius Strobl /* HAVE_DAYLIGHT */
2920164649SDavid E. O'Brien /* #undef HAVE_DAYLIGHT */
3020164649SDavid E. O'Brien 
3180c86c36SDavid E. O'Brien /* Define to 1 if you have the declaration of `daylight', and to 0 if you
3280c86c36SDavid E. O'Brien    don't. */
3380c86c36SDavid E. O'Brien #define HAVE_DECL_DAYLIGHT 0
3480c86c36SDavid E. O'Brien 
3580c86c36SDavid E. O'Brien /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
3680c86c36SDavid E. O'Brien    */
3780c86c36SDavid E. O'Brien #define HAVE_DECL_TZNAME 1
3880c86c36SDavid E. O'Brien 
39b3f1b4a2SDavid E. O'Brien /* Define to 1 if you have the <dlfcn.h> header file. */
40b3f1b4a2SDavid E. O'Brien #define HAVE_DLFCN_H 1
4120164649SDavid E. O'Brien 
423e41d09dSXin LI /* Define to 1 if you have the `dprintf' function. */
433e41d09dSXin LI #define HAVE_DPRINTF 1
443e41d09dSXin LI 
457dbb948bSDavid E. O'Brien /* Define to 1 if you have the <err.h> header file. */
467dbb948bSDavid E. O'Brien #define HAVE_ERR_H 1
477dbb948bSDavid E. O'Brien 
4820164649SDavid E. O'Brien /* Define to 1 if you have the <fcntl.h> header file. */
4920164649SDavid E. O'Brien #define HAVE_FCNTL_H 1
5020164649SDavid E. O'Brien 
51b6cee71dSXin LI /* Define to 1 if you have the `fmtcheck' function. */
52b6cee71dSXin LI #define HAVE_FMTCHECK 1
53b6cee71dSXin LI 
5480c86c36SDavid E. O'Brien /* Define to 1 if you have the `fork' function. */
5580c86c36SDavid E. O'Brien #define HAVE_FORK 1
5680c86c36SDavid E. O'Brien 
57c2931133SXin LI /* Define to 1 if you have the `freelocale' function. */
58c2931133SXin LI #define HAVE_FREELOCALE 1
59c2931133SXin LI 
607dbb948bSDavid E. O'Brien /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
617dbb948bSDavid E. O'Brien #define HAVE_FSEEKO 1
627dbb948bSDavid E. O'Brien 
6380c86c36SDavid E. O'Brien /* Define to 1 if you have the `getline' function. */
6480c86c36SDavid E. O'Brien #define HAVE_GETLINE 1
6580c86c36SDavid E. O'Brien 
6620164649SDavid E. O'Brien /* Define to 1 if you have the <getopt.h> header file. */
6720164649SDavid E. O'Brien #define HAVE_GETOPT_H 1
6820164649SDavid E. O'Brien 
6920164649SDavid E. O'Brien /* Define to 1 if you have the `getopt_long' function. */
7020164649SDavid E. O'Brien #define HAVE_GETOPT_LONG 1
7120164649SDavid E. O'Brien 
72b6cee71dSXin LI /* Define to 1 if you have the `getpagesize' function. */
73b6cee71dSXin LI #define HAVE_GETPAGESIZE 1
747dbb948bSDavid E. O'Brien 
755f0216bdSXin LI /* Define to 1 if you have the `gmtime_r' function. */
765f0216bdSXin LI #define HAVE_GMTIME_R 1
775f0216bdSXin LI 
78b6cee71dSXin LI /* Define to 1 if the system has the type `intptr_t'. */
79b6cee71dSXin LI #define HAVE_INTPTR_T 1
807dbb948bSDavid E. O'Brien 
8120164649SDavid E. O'Brien /* Define to 1 if you have the <inttypes.h> header file. */
8220164649SDavid E. O'Brien #define HAVE_INTTYPES_H 1
8320164649SDavid E. O'Brien 
8490266521SXin LI /* Define to 1 if you have the `bz2' library (-lbz2). */
8590266521SXin LI /* #undef HAVE_LIBBZ2 */
8690266521SXin LI 
8780c86c36SDavid E. O'Brien /* Define to 1 if you have the `gnurx' library (-lgnurx). */
8880c86c36SDavid E. O'Brien /* #undef HAVE_LIBGNURX */
8980c86c36SDavid E. O'Brien 
9090266521SXin LI /* Define to 1 if you have the `lzma' library (-llzma). */
9190266521SXin LI /* #undef HAVE_LIBLZMA */
9290266521SXin LI 
9348c779cdSXin LI /* Define to 1 if you have the `seccomp' library (-lseccomp). */
9448c779cdSXin LI /* #undef HAVE_LIBSECCOMP */
9548c779cdSXin LI 
9620164649SDavid E. O'Brien /* Define to 1 if you have the `z' library (-lz). */
9720164649SDavid E. O'Brien #define HAVE_LIBZ 1
9820164649SDavid E. O'Brien 
995f0216bdSXin LI /* Define to 1 if you have the `localtime_r' function. */
1005f0216bdSXin LI #define HAVE_LOCALTIME_R 1
1015f0216bdSXin LI 
10290266521SXin LI /* Define to 1 if you have the <lzma.h> header file. */
10390266521SXin LI /* #undef HAVE_LZMA_H */
10490266521SXin LI 
105b6cee71dSXin LI /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
10620164649SDavid E. O'Brien #define HAVE_MBRTOWC 1
10720164649SDavid E. O'Brien 
108b3f1b4a2SDavid E. O'Brien /* Define to 1 if <wchar.h> declares mbstate_t. */
109b3f1b4a2SDavid E. O'Brien #define HAVE_MBSTATE_T 1
110b3f1b4a2SDavid E. O'Brien 
11148c779cdSXin LI /* Define to 1 if you have the `memmem' function. */
11248c779cdSXin LI #define HAVE_MEMMEM 1
11348c779cdSXin LI 
11420164649SDavid E. O'Brien /* Define to 1 if you have the <memory.h> header file. */
11520164649SDavid E. O'Brien #define HAVE_MEMORY_H 1
11620164649SDavid E. O'Brien 
117b6cee71dSXin LI /* Define to 1 if you have the `mkostemp' function. */
118b6cee71dSXin LI #define HAVE_MKOSTEMP 1
119b6cee71dSXin LI 
12020164649SDavid E. O'Brien /* Define to 1 if you have the `mkstemp' function. */
12120164649SDavid E. O'Brien #define HAVE_MKSTEMP 1
12220164649SDavid E. O'Brien 
123b6cee71dSXin LI /* Define to 1 if you have a working `mmap' system call. */
12420164649SDavid E. O'Brien #define HAVE_MMAP 1
12520164649SDavid E. O'Brien 
126c2931133SXin LI /* Define to 1 if you have the `newlocale' function. */
127c2931133SXin LI #define HAVE_NEWLOCALE 1
128c2931133SXin LI 
129*43a5ec4eSXin LI /* Define to 1 if you have the `pipe2' function. */
130*43a5ec4eSXin LI #define HAVE_PIPE2 1
131*43a5ec4eSXin LI 
132b6cee71dSXin LI /* Define to 1 if you have the `pread' function. */
133b6cee71dSXin LI #define HAVE_PREAD 1
134b6cee71dSXin LI 
1355f0216bdSXin LI /* Have sig_t type */
1365f0216bdSXin LI #define HAVE_SIG_T 1
1375f0216bdSXin LI 
13820164649SDavid E. O'Brien /* Define to 1 if you have the <stdint.h> header file. */
13920164649SDavid E. O'Brien #define HAVE_STDINT_H 1
14020164649SDavid E. O'Brien 
14120164649SDavid E. O'Brien /* Define to 1 if you have the <stdlib.h> header file. */
14220164649SDavid E. O'Brien #define HAVE_STDLIB_H 1
14320164649SDavid E. O'Brien 
144b6cee71dSXin LI /* Define to 1 if you have the `strcasestr' function. */
145b6cee71dSXin LI #define HAVE_STRCASESTR 1
146b6cee71dSXin LI 
14720164649SDavid E. O'Brien /* Define to 1 if you have the <strings.h> header file. */
14820164649SDavid E. O'Brien #define HAVE_STRINGS_H 1
14920164649SDavid E. O'Brien 
15020164649SDavid E. O'Brien /* Define to 1 if you have the <string.h> header file. */
15120164649SDavid E. O'Brien #define HAVE_STRING_H 1
15220164649SDavid E. O'Brien 
1537dbb948bSDavid E. O'Brien /* Define to 1 if you have the `strlcat' function. */
1547dbb948bSDavid E. O'Brien #define HAVE_STRLCAT 1
1557dbb948bSDavid E. O'Brien 
1567dbb948bSDavid E. O'Brien /* Define to 1 if you have the `strlcpy' function. */
1577dbb948bSDavid E. O'Brien #define HAVE_STRLCPY 1
1587dbb948bSDavid E. O'Brien 
159a90b38c0SDavid E. O'Brien /* Define to 1 if you have the `strndup' function. */
16020e76cb3SKonstantin Belousov #define HAVE_STRNDUP 1
161a90b38c0SDavid E. O'Brien 
162ef19c627SDavid E. O'Brien /* Define to 1 if you have the `strtof' function. */
163ef19c627SDavid E. O'Brien #define HAVE_STRTOF 1
164ef19c627SDavid E. O'Brien 
165ae4ecfffSMarius Strobl /* HAVE_STRUCT_OPTION */
166ae4ecfffSMarius Strobl #define HAVE_STRUCT_OPTION 1
167ae4ecfffSMarius Strobl 
16880c86c36SDavid E. O'Brien /* Define to 1 if `st_rdev' is a member of `struct stat'. */
16920164649SDavid E. O'Brien #define HAVE_STRUCT_STAT_ST_RDEV 1
17020164649SDavid E. O'Brien 
17180c86c36SDavid E. O'Brien /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
1727dbb948bSDavid E. O'Brien #define HAVE_STRUCT_TM_TM_GMTOFF 1
1737dbb948bSDavid E. O'Brien 
17480c86c36SDavid E. O'Brien /* Define to 1 if `tm_zone' is a member of `struct tm'. */
1757dbb948bSDavid E. O'Brien #define HAVE_STRUCT_TM_TM_ZONE 1
1767dbb948bSDavid E. O'Brien 
17720164649SDavid E. O'Brien /* Define to 1 if you have the <sys/mman.h> header file. */
17820164649SDavid E. O'Brien #define HAVE_SYS_MMAN_H 1
17920164649SDavid E. O'Brien 
180b6cee71dSXin LI /* Define to 1 if you have the <sys/param.h> header file. */
181b6cee71dSXin LI #define HAVE_SYS_PARAM_H 1
182b6cee71dSXin LI 
18320164649SDavid E. O'Brien /* Define to 1 if you have the <sys/stat.h> header file. */
18420164649SDavid E. O'Brien #define HAVE_SYS_STAT_H 1
18520164649SDavid E. O'Brien 
18648c779cdSXin LI /* Define to 1 if you have the <sys/sysmacros.h> header file. */
18748c779cdSXin LI /* #undef HAVE_SYS_SYSMACROS_H */
18848c779cdSXin LI 
189a90b38c0SDavid E. O'Brien /* Define to 1 if you have the <sys/time.h> header file. */
190a90b38c0SDavid E. O'Brien #define HAVE_SYS_TIME_H 1
191a90b38c0SDavid E. O'Brien 
19220164649SDavid E. O'Brien /* Define to 1 if you have the <sys/types.h> header file. */
19320164649SDavid E. O'Brien #define HAVE_SYS_TYPES_H 1
19420164649SDavid E. O'Brien 
19520164649SDavid E. O'Brien /* Define to 1 if you have the <sys/utime.h> header file. */
19620164649SDavid E. O'Brien /* #undef HAVE_SYS_UTIME_H */
19720164649SDavid E. O'Brien 
19820164649SDavid E. O'Brien /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
19920164649SDavid E. O'Brien #define HAVE_SYS_WAIT_H 1
20020164649SDavid E. O'Brien 
201ae4ecfffSMarius Strobl /* HAVE_TM_ISDST */
202b3f1b4a2SDavid E. O'Brien #define HAVE_TM_ISDST 1
203b3f1b4a2SDavid E. O'Brien 
20420164649SDavid E. O'Brien /* HAVE_TM_ZONE */
20520164649SDavid E. O'Brien #define HAVE_TM_ZONE 1
20620164649SDavid E. O'Brien 
20720164649SDavid E. O'Brien /* HAVE_TZNAME */
20820164649SDavid E. O'Brien #define HAVE_TZNAME 1
20920164649SDavid E. O'Brien 
210b6cee71dSXin LI /* Define to 1 if the system has the type `uintptr_t'. */
211b6cee71dSXin LI #define HAVE_UINTPTR_T 1
2127dbb948bSDavid E. O'Brien 
21320164649SDavid E. O'Brien /* Define to 1 if you have the <unistd.h> header file. */
21420164649SDavid E. O'Brien #define HAVE_UNISTD_H 1
21520164649SDavid E. O'Brien 
216c2931133SXin LI /* Define to 1 if you have the `uselocale' function. */
217c2931133SXin LI #define HAVE_USELOCALE 1
218c2931133SXin LI 
21920164649SDavid E. O'Brien /* Define to 1 if you have the `utime' function. */
22020164649SDavid E. O'Brien #define HAVE_UTIME 1
22120164649SDavid E. O'Brien 
22220164649SDavid E. O'Brien /* Define to 1 if you have the `utimes' function. */
22320164649SDavid E. O'Brien #define HAVE_UTIMES 1
22420164649SDavid E. O'Brien 
22520164649SDavid E. O'Brien /* Define to 1 if you have the <utime.h> header file. */
22620164649SDavid E. O'Brien #define HAVE_UTIME_H 1
22720164649SDavid E. O'Brien 
2287dbb948bSDavid E. O'Brien /* Define to 1 if you have the `vasprintf' function. */
2297dbb948bSDavid E. O'Brien #define HAVE_VASPRINTF 1
2307dbb948bSDavid E. O'Brien 
231b6cee71dSXin LI /* Define to 1 if you have the `vfork' function. */
232b6cee71dSXin LI #define HAVE_VFORK 1
233b6cee71dSXin LI 
234b6cee71dSXin LI /* Define to 1 if you have the <vfork.h> header file. */
235b6cee71dSXin LI /* #undef HAVE_VFORK_H */
236b6cee71dSXin LI 
237b6cee71dSXin LI /* Define to 1 or 0, depending whether the compiler supports simple visibility
238b6cee71dSXin LI    declarations. */
239b6cee71dSXin LI #define HAVE_VISIBILITY 1
240b6cee71dSXin LI 
24120164649SDavid E. O'Brien /* Define to 1 if you have the <wchar.h> header file. */
24220164649SDavid E. O'Brien #define HAVE_WCHAR_H 1
24320164649SDavid E. O'Brien 
244a90b38c0SDavid E. O'Brien /* Define to 1 if you have the <wctype.h> header file. */
245a90b38c0SDavid E. O'Brien #define HAVE_WCTYPE_H 1
246a90b38c0SDavid E. O'Brien 
24720164649SDavid E. O'Brien /* Define to 1 if you have the `wcwidth' function. */
24820164649SDavid E. O'Brien #define HAVE_WCWIDTH 1
24920164649SDavid E. O'Brien 
250b6cee71dSXin LI /* Define to 1 if `fork' works. */
251b6cee71dSXin LI #define HAVE_WORKING_FORK 1
252b6cee71dSXin LI 
253b6cee71dSXin LI /* Define to 1 if `vfork' works. */
254b6cee71dSXin LI #define HAVE_WORKING_VFORK 1
255b6cee71dSXin LI 
256c2931133SXin LI /* Define to 1 if you have the <xlocale.h> header file. */
257c2931133SXin LI #define HAVE_XLOCALE_H 1
258c2931133SXin LI 
259ef19c627SDavid E. O'Brien /* Define to 1 if you have the <zlib.h> header file. */
260ef19c627SDavid E. O'Brien #define HAVE_ZLIB_H 1
261ef19c627SDavid E. O'Brien 
262d38c30c0SXin LI /* Define to the sub-directory where libtool stores uninstalled libraries. */
26380c86c36SDavid E. O'Brien #define LT_OBJDIR ".libs/"
26480c86c36SDavid E. O'Brien 
26520164649SDavid E. O'Brien /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
26620164649SDavid E. O'Brien    */
26720164649SDavid E. O'Brien /* #undef MAJOR_IN_MKDEV */
26820164649SDavid E. O'Brien 
26920164649SDavid E. O'Brien /* Define to 1 if `major', `minor', and `makedev' are declared in
27020164649SDavid E. O'Brien    <sysmacros.h>. */
27120164649SDavid E. O'Brien /* #undef MAJOR_IN_SYSMACROS */
27220164649SDavid E. O'Brien 
27320164649SDavid E. O'Brien /* Name of package */
27420164649SDavid E. O'Brien #define PACKAGE "file"
27520164649SDavid E. O'Brien 
27620164649SDavid E. O'Brien /* Define to the address where bug reports for this package should be sent. */
277ae4ecfffSMarius Strobl #define PACKAGE_BUGREPORT "christos@astron.com"
27820164649SDavid E. O'Brien 
27920164649SDavid E. O'Brien /* Define to the full name of this package. */
280ae4ecfffSMarius Strobl #define PACKAGE_NAME "file"
28120164649SDavid E. O'Brien 
28220164649SDavid E. O'Brien /* Define to the full name and version of this package. */
283*43a5ec4eSXin LI #define PACKAGE_STRING "file 5.41"
28420164649SDavid E. O'Brien 
28520164649SDavid E. O'Brien /* Define to the one symbol short name of this package. */
286ae4ecfffSMarius Strobl #define PACKAGE_TARNAME "file"
28720164649SDavid E. O'Brien 
28880c86c36SDavid E. O'Brien /* Define to the home page for this package. */
28980c86c36SDavid E. O'Brien #define PACKAGE_URL ""
29080c86c36SDavid E. O'Brien 
29120164649SDavid E. O'Brien /* Define to the version of this package. */
292*43a5ec4eSXin LI #define PACKAGE_VERSION "5.41"
293b3f1b4a2SDavid E. O'Brien 
29420164649SDavid E. O'Brien /* Define to 1 if you have the ANSI C header files. */
29520164649SDavid E. O'Brien #define STDC_HEADERS 1
29620164649SDavid E. O'Brien 
29720164649SDavid E. O'Brien /* Define to 1 if your <sys/time.h> declares `struct tm'. */
29820164649SDavid E. O'Brien /* #undef TM_IN_SYS_TIME */
29920164649SDavid E. O'Brien 
30080c86c36SDavid E. O'Brien /* Enable extensions on AIX 3, Interix.  */
30180c86c36SDavid E. O'Brien #ifndef _ALL_SOURCE
30280c86c36SDavid E. O'Brien # define _ALL_SOURCE 1
30380c86c36SDavid E. O'Brien #endif
304ef19c627SDavid E. O'Brien /* Enable GNU extensions on systems that have them.  */
305ef19c627SDavid E. O'Brien #ifndef _GNU_SOURCE
306ef19c627SDavid E. O'Brien # define _GNU_SOURCE 1
307ef19c627SDavid E. O'Brien #endif
30880c86c36SDavid E. O'Brien /* Enable threading extensions on Solaris.  */
30980c86c36SDavid E. O'Brien #ifndef _POSIX_PTHREAD_SEMANTICS
31080c86c36SDavid E. O'Brien # define _POSIX_PTHREAD_SEMANTICS 1
311ef19c627SDavid E. O'Brien #endif
31280c86c36SDavid E. O'Brien /* Enable extensions on HP NonStop.  */
31380c86c36SDavid E. O'Brien #ifndef _TANDEM_SOURCE
31480c86c36SDavid E. O'Brien # define _TANDEM_SOURCE 1
31580c86c36SDavid E. O'Brien #endif
31680c86c36SDavid E. O'Brien /* Enable general extensions on Solaris.  */
31780c86c36SDavid E. O'Brien #ifndef __EXTENSIONS__
31880c86c36SDavid E. O'Brien # define __EXTENSIONS__ 1
31980c86c36SDavid E. O'Brien #endif
32080c86c36SDavid E. O'Brien 
32180c86c36SDavid E. O'Brien 
32280c86c36SDavid E. O'Brien /* Version number of package */
323*43a5ec4eSXin LI #define VERSION "5.41"
324b6cee71dSXin LI 
325b6cee71dSXin LI /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
326b6cee71dSXin LI    significant byte first (like Motorola and SPARC, unlike Intel). */
327b6cee71dSXin LI #if defined AC_APPLE_UNIVERSAL_BUILD
328b6cee71dSXin LI # if defined __BIG_ENDIAN__
329b6cee71dSXin LI #  define WORDS_BIGENDIAN 1
330b6cee71dSXin LI # endif
331b6cee71dSXin LI #else
332b6cee71dSXin LI # ifndef WORDS_BIGENDIAN
333b6cee71dSXin LI /* #  undef WORDS_BIGENDIAN */
334b6cee71dSXin LI # endif
335b6cee71dSXin LI #endif
336b6cee71dSXin LI 
33790266521SXin LI /* Enable xzlib compression support */
33890266521SXin LI /* #undef XZLIBSUPPORT */
33990266521SXin LI 
340282e23f0SXin LI /* Enable zlib compression support */
341282e23f0SXin LI #define ZLIBSUPPORT 1
342282e23f0SXin LI 
343b6cee71dSXin LI /* Enable large inode numbers on Mac OS X 10.5.  */
344b6cee71dSXin LI #ifndef _DARWIN_USE_64_BIT_INODE
345b6cee71dSXin LI # define _DARWIN_USE_64_BIT_INODE 1
346b6cee71dSXin LI #endif
34780c86c36SDavid E. O'Brien 
34880c86c36SDavid E. O'Brien /* Number of bits in a file offset, on hosts where this is settable. */
34980c86c36SDavid E. O'Brien /* #undef _FILE_OFFSET_BITS */
350ef19c627SDavid E. O'Brien 
351ae4ecfffSMarius Strobl /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
352ae4ecfffSMarius Strobl /* #undef _LARGEFILE_SOURCE */
353ae4ecfffSMarius Strobl 
35420164649SDavid E. O'Brien /* Define for large files, on AIX-style hosts. */
35520164649SDavid E. O'Brien /* #undef _LARGE_FILES */
35620164649SDavid E. O'Brien 
35780c86c36SDavid E. O'Brien /* Define to 1 if on MINIX. */
35880c86c36SDavid E. O'Brien /* #undef _MINIX */
35980c86c36SDavid E. O'Brien 
36080c86c36SDavid E. O'Brien /* Define to 2 if the system does not provide POSIX.1 features except with
36180c86c36SDavid E. O'Brien    this defined. */
36280c86c36SDavid E. O'Brien /* #undef _POSIX_1_SOURCE */
36380c86c36SDavid E. O'Brien 
36480c86c36SDavid E. O'Brien /* Define to 1 if you need to in order for `stat' and other things to work. */
36580c86c36SDavid E. O'Brien /* #undef _POSIX_SOURCE */
36680c86c36SDavid E. O'Brien 
367b6cee71dSXin LI /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
368b6cee71dSXin LI    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
369b6cee71dSXin LI    #define below would cause a syntax error. */
370b6cee71dSXin LI /* #undef _UINT32_T */
371b6cee71dSXin LI 
372b6cee71dSXin LI /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
373b6cee71dSXin LI    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
374b6cee71dSXin LI    #define below would cause a syntax error. */
375b6cee71dSXin LI /* #undef _UINT64_T */
376b6cee71dSXin LI 
377b6cee71dSXin LI /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
378b6cee71dSXin LI    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
379b6cee71dSXin LI    #define below would cause a syntax error. */
380b6cee71dSXin LI /* #undef _UINT8_T */
381b6cee71dSXin LI 
382b6cee71dSXin LI /* Define to the type of a signed integer type of width exactly 32 bits if
383b6cee71dSXin LI    such a type exists and the standard includes do not define it. */
384b6cee71dSXin LI /* #undef int32_t */
385b6cee71dSXin LI 
386b6cee71dSXin LI /* Define to the type of a signed integer type of width exactly 64 bits if
387b6cee71dSXin LI    such a type exists and the standard includes do not define it. */
388b6cee71dSXin LI /* #undef int64_t */
389b6cee71dSXin LI 
390b6cee71dSXin LI /* Define to the type of a signed integer type wide enough to hold a pointer,
391b6cee71dSXin LI    if such a type exists, and if the system does not define it. */
392b6cee71dSXin LI /* #undef intptr_t */
393b6cee71dSXin LI 
394ae4ecfffSMarius Strobl /* Define to a type if <wchar.h> does not define. */
395ae4ecfffSMarius Strobl /* #undef mbstate_t */
396ae4ecfffSMarius Strobl 
397ae4ecfffSMarius Strobl /* Define to `long int' if <sys/types.h> does not define. */
398ae4ecfffSMarius Strobl /* #undef off_t */
399ae4ecfffSMarius Strobl 
400b6cee71dSXin LI /* Define to `int' if <sys/types.h> does not define. */
401b6cee71dSXin LI /* #undef pid_t */
402b6cee71dSXin LI 
403ae4ecfffSMarius Strobl /* Define to `unsigned int' if <sys/types.h> does not define. */
404ae4ecfffSMarius Strobl /* #undef size_t */
405ae4ecfffSMarius Strobl 
406b6cee71dSXin LI /* Define to the type of an unsigned integer type of width exactly 16 bits if
407b6cee71dSXin LI    such a type exists and the standard includes do not define it. */
408b6cee71dSXin LI /* #undef uint16_t */
409ae4ecfffSMarius Strobl 
410b6cee71dSXin LI /* Define to the type of an unsigned integer type of width exactly 32 bits if
411b6cee71dSXin LI    such a type exists and the standard includes do not define it. */
412b6cee71dSXin LI /* #undef uint32_t */
413ae4ecfffSMarius Strobl 
414b6cee71dSXin LI /* Define to the type of an unsigned integer type of width exactly 64 bits if
415b6cee71dSXin LI    such a type exists and the standard includes do not define it. */
416b6cee71dSXin LI /* #undef uint64_t */
417b6cee71dSXin LI 
418b6cee71dSXin LI /* Define to the type of an unsigned integer type of width exactly 8 bits if
419b6cee71dSXin LI    such a type exists and the standard includes do not define it. */
420b6cee71dSXin LI /* #undef uint8_t */
421b6cee71dSXin LI 
422b6cee71dSXin LI /* Define to the type of an unsigned integer type wide enough to hold a
423b6cee71dSXin LI    pointer, if such a type exists, and if the system does not define it. */
424b6cee71dSXin LI /* #undef uintptr_t */
425b6cee71dSXin LI 
426b6cee71dSXin LI /* Define as `fork' if `vfork' does not work. */
427b6cee71dSXin LI /* #undef vfork */
428