xref: /freebsd/lib/libmagic/config.h (revision 48c779cdecb5f803e5fe5d761987e976ca9609db)
120164649SDavid E. O'Brien /* $FreeBSD$ */
220164649SDavid E. O'Brien 
339a9ae0fSDimitry Andric /* Get __FreeBSD_version. */
439a9ae0fSDimitry Andric #include <osreldate.h>
539a9ae0fSDimitry Andric 
639a9ae0fSDimitry Andric /* Only specific versions of FreeBSD support xlocale */
739a9ae0fSDimitry Andric #if __FreeBSD_version >= 1000002 || (__FreeBSD_version < 1000000 && __FreeBSD_version >= 900506)
839a9ae0fSDimitry Andric #define FREEBSD_XLOCALE_SUPPORT 1
939a9ae0fSDimitry Andric #endif
1039a9ae0fSDimitry Andric 
11ef19c627SDavid E. O'Brien /* config.h.  Generated from config.h.in by configure.  */
12ae4ecfffSMarius Strobl /* config.h.in.  Generated from configure.ac by autoheader.  */
1320164649SDavid E. O'Brien 
14b6cee71dSXin LI /* Define if building universal (internal helper macro) */
15b6cee71dSXin LI /* #undef AC_APPLE_UNIVERSAL_BUILD */
16b6cee71dSXin LI 
17ae4ecfffSMarius Strobl /* Define in built-in ELF support is used */
1820164649SDavid E. O'Brien #define BUILTIN_ELF 1
1920164649SDavid E. O'Brien 
20ae4ecfffSMarius Strobl /* Define for ELF core file support */
2120164649SDavid E. O'Brien #define ELFCORE 1
2220164649SDavid E. O'Brien 
23b6cee71dSXin LI /* Define to 1 if you have the `asctime_r' function. */
24b6cee71dSXin LI #define HAVE_ASCTIME_R 1
25b6cee71dSXin LI 
267dbb948bSDavid E. O'Brien /* Define to 1 if you have the `asprintf' function. */
277dbb948bSDavid E. O'Brien #define HAVE_ASPRINTF 1
287dbb948bSDavid E. O'Brien 
29b6cee71dSXin LI /* Define to 1 if you have the `ctime_r' function. */
30b6cee71dSXin LI #define HAVE_CTIME_R 1
31b6cee71dSXin LI 
32ae4ecfffSMarius Strobl /* HAVE_DAYLIGHT */
3320164649SDavid E. O'Brien /* #undef HAVE_DAYLIGHT */
3420164649SDavid E. O'Brien 
3580c86c36SDavid E. O'Brien /* Define to 1 if you have the declaration of `daylight', and to 0 if you
3680c86c36SDavid E. O'Brien    don't. */
3780c86c36SDavid E. O'Brien #define HAVE_DECL_DAYLIGHT 0
3880c86c36SDavid E. O'Brien 
3980c86c36SDavid E. O'Brien /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
4080c86c36SDavid E. O'Brien    */
4180c86c36SDavid E. O'Brien #define HAVE_DECL_TZNAME 1
4280c86c36SDavid E. O'Brien 
43b3f1b4a2SDavid E. O'Brien /* Define to 1 if you have the <dlfcn.h> header file. */
44b3f1b4a2SDavid E. O'Brien #define HAVE_DLFCN_H 1
4520164649SDavid E. O'Brien 
463e41d09dSXin LI /* Define to 1 if you have the `dprintf' function. */
473e41d09dSXin LI #define HAVE_DPRINTF 1
483e41d09dSXin LI 
497dbb948bSDavid E. O'Brien /* Define to 1 if you have the <err.h> header file. */
507dbb948bSDavid E. O'Brien #define HAVE_ERR_H 1
517dbb948bSDavid E. O'Brien 
5220164649SDavid E. O'Brien /* Define to 1 if you have the <fcntl.h> header file. */
5320164649SDavid E. O'Brien #define HAVE_FCNTL_H 1
5420164649SDavid E. O'Brien 
55b6cee71dSXin LI /* Define to 1 if you have the `fmtcheck' function. */
56b6cee71dSXin LI #define HAVE_FMTCHECK 1
57b6cee71dSXin LI 
5880c86c36SDavid E. O'Brien /* Define to 1 if you have the `fork' function. */
5980c86c36SDavid E. O'Brien #define HAVE_FORK 1
6080c86c36SDavid E. O'Brien 
61c2931133SXin LI /* Define to 1 if you have the `freelocale' function. */
6239a9ae0fSDimitry Andric #ifdef FREEBSD_XLOCALE_SUPPORT
63c2931133SXin LI #define HAVE_FREELOCALE 1
6439a9ae0fSDimitry Andric #endif
65c2931133SXin LI 
667dbb948bSDavid E. O'Brien /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
677dbb948bSDavid E. O'Brien #define HAVE_FSEEKO 1
687dbb948bSDavid E. O'Brien 
6980c86c36SDavid E. O'Brien /* Define to 1 if you have the `getline' function. */
7080c86c36SDavid E. O'Brien #define HAVE_GETLINE 1
7180c86c36SDavid E. O'Brien 
7220164649SDavid E. O'Brien /* Define to 1 if you have the <getopt.h> header file. */
7320164649SDavid E. O'Brien #define HAVE_GETOPT_H 1
7420164649SDavid E. O'Brien 
7520164649SDavid E. O'Brien /* Define to 1 if you have the `getopt_long' function. */
7620164649SDavid E. O'Brien #define HAVE_GETOPT_LONG 1
7720164649SDavid E. O'Brien 
78b6cee71dSXin LI /* Define to 1 if you have the `getpagesize' function. */
79b6cee71dSXin LI #define HAVE_GETPAGESIZE 1
807dbb948bSDavid E. O'Brien 
815f0216bdSXin LI /* Define to 1 if you have the `gmtime_r' function. */
825f0216bdSXin LI #define HAVE_GMTIME_R 1
835f0216bdSXin LI 
84b6cee71dSXin LI /* Define to 1 if the system has the type `intptr_t'. */
85b6cee71dSXin LI #define HAVE_INTPTR_T 1
867dbb948bSDavid E. O'Brien 
8720164649SDavid E. O'Brien /* Define to 1 if you have the <inttypes.h> header file. */
8820164649SDavid E. O'Brien #define HAVE_INTTYPES_H 1
8920164649SDavid E. O'Brien 
9080c86c36SDavid E. O'Brien /* Define to 1 if you have the `gnurx' library (-lgnurx). */
9180c86c36SDavid E. O'Brien /* #undef HAVE_LIBGNURX */
9280c86c36SDavid E. O'Brien 
93*48c779cdSXin LI /* Define to 1 if you have the `seccomp' library (-lseccomp). */
94*48c779cdSXin LI /* #undef HAVE_LIBSECCOMP */
95*48c779cdSXin 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 
102b6cee71dSXin LI /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
10320164649SDavid E. O'Brien #define HAVE_MBRTOWC 1
10420164649SDavid E. O'Brien 
105b3f1b4a2SDavid E. O'Brien /* Define to 1 if <wchar.h> declares mbstate_t. */
106b3f1b4a2SDavid E. O'Brien #define HAVE_MBSTATE_T 1
107b3f1b4a2SDavid E. O'Brien 
108*48c779cdSXin LI /* Define to 1 if you have the `memmem' function. */
109*48c779cdSXin LI #define HAVE_MEMMEM 1
110*48c779cdSXin LI 
11120164649SDavid E. O'Brien /* Define to 1 if you have the <memory.h> header file. */
11220164649SDavid E. O'Brien #define HAVE_MEMORY_H 1
11320164649SDavid E. O'Brien 
114b6cee71dSXin LI /* Define to 1 if you have the `mkostemp' function. */
115b6cee71dSXin LI #define HAVE_MKOSTEMP 1
116b6cee71dSXin LI 
11720164649SDavid E. O'Brien /* Define to 1 if you have the `mkstemp' function. */
11820164649SDavid E. O'Brien #define HAVE_MKSTEMP 1
11920164649SDavid E. O'Brien 
120b6cee71dSXin LI /* Define to 1 if you have a working `mmap' system call. */
12120164649SDavid E. O'Brien #define HAVE_MMAP 1
12220164649SDavid E. O'Brien 
123c2931133SXin LI /* Define to 1 if you have the `newlocale' function. */
12439a9ae0fSDimitry Andric #ifdef FREEBSD_XLOCALE_SUPPORT
125c2931133SXin LI #define HAVE_NEWLOCALE 1
12639a9ae0fSDimitry Andric #endif
127c2931133SXin LI 
128b6cee71dSXin LI /* Define to 1 if you have the `pread' function. */
129b6cee71dSXin LI #define HAVE_PREAD 1
130b6cee71dSXin LI 
1315f0216bdSXin LI /* Have sig_t type */
1325f0216bdSXin LI #define HAVE_SIG_T 1
1335f0216bdSXin LI 
13420164649SDavid E. O'Brien /* Define to 1 if you have the <stdint.h> header file. */
13520164649SDavid E. O'Brien #define HAVE_STDINT_H 1
13620164649SDavid E. O'Brien 
13720164649SDavid E. O'Brien /* Define to 1 if you have the <stdlib.h> header file. */
13820164649SDavid E. O'Brien #define HAVE_STDLIB_H 1
13920164649SDavid E. O'Brien 
140b6cee71dSXin LI /* Define to 1 if you have the `strcasestr' function. */
141b6cee71dSXin LI #define HAVE_STRCASESTR 1
142b6cee71dSXin LI 
14320164649SDavid E. O'Brien /* Define to 1 if you have the <strings.h> header file. */
14420164649SDavid E. O'Brien #define HAVE_STRINGS_H 1
14520164649SDavid E. O'Brien 
14620164649SDavid E. O'Brien /* Define to 1 if you have the <string.h> header file. */
14720164649SDavid E. O'Brien #define HAVE_STRING_H 1
14820164649SDavid E. O'Brien 
1497dbb948bSDavid E. O'Brien /* Define to 1 if you have the `strlcat' function. */
1507dbb948bSDavid E. O'Brien #define HAVE_STRLCAT 1
1517dbb948bSDavid E. O'Brien 
1527dbb948bSDavid E. O'Brien /* Define to 1 if you have the `strlcpy' function. */
1537dbb948bSDavid E. O'Brien #define HAVE_STRLCPY 1
1547dbb948bSDavid E. O'Brien 
155a90b38c0SDavid E. O'Brien /* Define to 1 if you have the `strndup' function. */
15620e76cb3SKonstantin Belousov #define HAVE_STRNDUP 1
157a90b38c0SDavid E. O'Brien 
158ef19c627SDavid E. O'Brien /* Define to 1 if you have the `strtof' function. */
159ef19c627SDavid E. O'Brien #define HAVE_STRTOF 1
160ef19c627SDavid E. O'Brien 
161ae4ecfffSMarius Strobl /* HAVE_STRUCT_OPTION */
162ae4ecfffSMarius Strobl #define HAVE_STRUCT_OPTION 1
163ae4ecfffSMarius Strobl 
16480c86c36SDavid E. O'Brien /* Define to 1 if `st_rdev' is a member of `struct stat'. */
16520164649SDavid E. O'Brien #define HAVE_STRUCT_STAT_ST_RDEV 1
16620164649SDavid E. O'Brien 
16780c86c36SDavid E. O'Brien /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
1687dbb948bSDavid E. O'Brien #define HAVE_STRUCT_TM_TM_GMTOFF 1
1697dbb948bSDavid E. O'Brien 
17080c86c36SDavid E. O'Brien /* Define to 1 if `tm_zone' is a member of `struct tm'. */
1717dbb948bSDavid E. O'Brien #define HAVE_STRUCT_TM_TM_ZONE 1
1727dbb948bSDavid E. O'Brien 
17320164649SDavid E. O'Brien /* Define to 1 if you have the <sys/mman.h> header file. */
17420164649SDavid E. O'Brien #define HAVE_SYS_MMAN_H 1
17520164649SDavid E. O'Brien 
176b6cee71dSXin LI /* Define to 1 if you have the <sys/param.h> header file. */
177b6cee71dSXin LI #define HAVE_SYS_PARAM_H 1
178b6cee71dSXin LI 
17920164649SDavid E. O'Brien /* Define to 1 if you have the <sys/stat.h> header file. */
18020164649SDavid E. O'Brien #define HAVE_SYS_STAT_H 1
18120164649SDavid E. O'Brien 
182*48c779cdSXin LI /* Define to 1 if you have the <sys/sysmacros.h> header file. */
183*48c779cdSXin LI /* #undef HAVE_SYS_SYSMACROS_H */
184*48c779cdSXin LI 
185a90b38c0SDavid E. O'Brien /* Define to 1 if you have the <sys/time.h> header file. */
186a90b38c0SDavid E. O'Brien #define HAVE_SYS_TIME_H 1
187a90b38c0SDavid E. O'Brien 
18820164649SDavid E. O'Brien /* Define to 1 if you have the <sys/types.h> header file. */
18920164649SDavid E. O'Brien #define HAVE_SYS_TYPES_H 1
19020164649SDavid E. O'Brien 
19120164649SDavid E. O'Brien /* Define to 1 if you have the <sys/utime.h> header file. */
19220164649SDavid E. O'Brien /* #undef HAVE_SYS_UTIME_H */
19320164649SDavid E. O'Brien 
19420164649SDavid E. O'Brien /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
19520164649SDavid E. O'Brien #define HAVE_SYS_WAIT_H 1
19620164649SDavid E. O'Brien 
197ae4ecfffSMarius Strobl /* HAVE_TM_ISDST */
198b3f1b4a2SDavid E. O'Brien #define HAVE_TM_ISDST 1
199b3f1b4a2SDavid E. O'Brien 
20020164649SDavid E. O'Brien /* HAVE_TM_ZONE */
20120164649SDavid E. O'Brien #define HAVE_TM_ZONE 1
20220164649SDavid E. O'Brien 
20320164649SDavid E. O'Brien /* HAVE_TZNAME */
20420164649SDavid E. O'Brien #define HAVE_TZNAME 1
20520164649SDavid E. O'Brien 
206b6cee71dSXin LI /* Define to 1 if the system has the type `uintptr_t'. */
207b6cee71dSXin LI #define HAVE_UINTPTR_T 1
2087dbb948bSDavid E. O'Brien 
20920164649SDavid E. O'Brien /* Define to 1 if you have the <unistd.h> header file. */
21020164649SDavid E. O'Brien #define HAVE_UNISTD_H 1
21120164649SDavid E. O'Brien 
212c2931133SXin LI /* Define to 1 if you have the `uselocale' function. */
21339a9ae0fSDimitry Andric #ifdef FREEBSD_XLOCALE_SUPPORT
214c2931133SXin LI #define HAVE_USELOCALE 1
21539a9ae0fSDimitry Andric #endif
216c2931133SXin LI 
21720164649SDavid E. O'Brien /* Define to 1 if you have the `utime' function. */
21820164649SDavid E. O'Brien #define HAVE_UTIME 1
21920164649SDavid E. O'Brien 
22020164649SDavid E. O'Brien /* Define to 1 if you have the `utimes' function. */
22120164649SDavid E. O'Brien #define HAVE_UTIMES 1
22220164649SDavid E. O'Brien 
22320164649SDavid E. O'Brien /* Define to 1 if you have the <utime.h> header file. */
22420164649SDavid E. O'Brien #define HAVE_UTIME_H 1
22520164649SDavid E. O'Brien 
2267dbb948bSDavid E. O'Brien /* Define to 1 if you have the `vasprintf' function. */
2277dbb948bSDavid E. O'Brien #define HAVE_VASPRINTF 1
2287dbb948bSDavid E. O'Brien 
229b6cee71dSXin LI /* Define to 1 if you have the `vfork' function. */
230b6cee71dSXin LI #define HAVE_VFORK 1
231b6cee71dSXin LI 
232b6cee71dSXin LI /* Define to 1 if you have the <vfork.h> header file. */
233b6cee71dSXin LI /* #undef HAVE_VFORK_H */
234b6cee71dSXin LI 
235b6cee71dSXin LI /* Define to 1 or 0, depending whether the compiler supports simple visibility
236b6cee71dSXin LI    declarations. */
237b6cee71dSXin LI #define HAVE_VISIBILITY 1
238b6cee71dSXin LI 
23920164649SDavid E. O'Brien /* Define to 1 if you have the <wchar.h> header file. */
24020164649SDavid E. O'Brien #define HAVE_WCHAR_H 1
24120164649SDavid E. O'Brien 
242a90b38c0SDavid E. O'Brien /* Define to 1 if you have the <wctype.h> header file. */
243a90b38c0SDavid E. O'Brien #define HAVE_WCTYPE_H 1
244a90b38c0SDavid E. O'Brien 
24520164649SDavid E. O'Brien /* Define to 1 if you have the `wcwidth' function. */
24620164649SDavid E. O'Brien #define HAVE_WCWIDTH 1
24720164649SDavid E. O'Brien 
248b6cee71dSXin LI /* Define to 1 if `fork' works. */
249b6cee71dSXin LI #define HAVE_WORKING_FORK 1
250b6cee71dSXin LI 
251b6cee71dSXin LI /* Define to 1 if `vfork' works. */
252b6cee71dSXin LI #define HAVE_WORKING_VFORK 1
253b6cee71dSXin LI 
254c2931133SXin LI /* Define to 1 if you have the <xlocale.h> header file. */
25539a9ae0fSDimitry Andric #ifdef FREEBSD_XLOCALE_SUPPORT
256c2931133SXin LI #define HAVE_XLOCALE_H 1
25739a9ae0fSDimitry Andric #endif
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 
26280c86c36SDavid E. O'Brien /* Define to the sub-directory in which libtool stores uninstalled libraries.
26380c86c36SDavid E. O'Brien    */
26480c86c36SDavid E. O'Brien #define LT_OBJDIR ".libs/"
26580c86c36SDavid E. O'Brien 
26620164649SDavid E. O'Brien /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
26720164649SDavid E. O'Brien    */
26820164649SDavid E. O'Brien /* #undef MAJOR_IN_MKDEV */
26920164649SDavid E. O'Brien 
27020164649SDavid E. O'Brien /* Define to 1 if `major', `minor', and `makedev' are declared in
27120164649SDavid E. O'Brien    <sysmacros.h>. */
27220164649SDavid E. O'Brien /* #undef MAJOR_IN_SYSMACROS */
27320164649SDavid E. O'Brien 
27420164649SDavid E. O'Brien /* Name of package */
27520164649SDavid E. O'Brien #define PACKAGE "file"
27620164649SDavid E. O'Brien 
27720164649SDavid E. O'Brien /* Define to the address where bug reports for this package should be sent. */
278ae4ecfffSMarius Strobl #define PACKAGE_BUGREPORT "christos@astron.com"
27920164649SDavid E. O'Brien 
28020164649SDavid E. O'Brien /* Define to the full name of this package. */
281ae4ecfffSMarius Strobl #define PACKAGE_NAME "file"
28220164649SDavid E. O'Brien 
28320164649SDavid E. O'Brien /* Define to the full name and version of this package. */
284*48c779cdSXin LI #define PACKAGE_STRING "file 5.37"
28520164649SDavid E. O'Brien 
28620164649SDavid E. O'Brien /* Define to the one symbol short name of this package. */
287ae4ecfffSMarius Strobl #define PACKAGE_TARNAME "file"
28820164649SDavid E. O'Brien 
28980c86c36SDavid E. O'Brien /* Define to the home page for this package. */
29080c86c36SDavid E. O'Brien #define PACKAGE_URL ""
29180c86c36SDavid E. O'Brien 
29220164649SDavid E. O'Brien /* Define to the version of this package. */
293*48c779cdSXin LI #define PACKAGE_VERSION "5.37"
294b3f1b4a2SDavid E. O'Brien 
29520164649SDavid E. O'Brien /* Define to 1 if you have the ANSI C header files. */
29620164649SDavid E. O'Brien #define STDC_HEADERS 1
29720164649SDavid E. O'Brien 
29820164649SDavid E. O'Brien /* Define to 1 if your <sys/time.h> declares `struct tm'. */
29920164649SDavid E. O'Brien /* #undef TM_IN_SYS_TIME */
30020164649SDavid E. O'Brien 
30180c86c36SDavid E. O'Brien /* Enable extensions on AIX 3, Interix.  */
30280c86c36SDavid E. O'Brien #ifndef _ALL_SOURCE
30380c86c36SDavid E. O'Brien # define _ALL_SOURCE 1
30480c86c36SDavid E. O'Brien #endif
305ef19c627SDavid E. O'Brien /* Enable GNU extensions on systems that have them.  */
306ef19c627SDavid E. O'Brien #ifndef _GNU_SOURCE
307ef19c627SDavid E. O'Brien # define _GNU_SOURCE 1
308ef19c627SDavid E. O'Brien #endif
30980c86c36SDavid E. O'Brien /* Enable threading extensions on Solaris.  */
31080c86c36SDavid E. O'Brien #ifndef _POSIX_PTHREAD_SEMANTICS
31180c86c36SDavid E. O'Brien # define _POSIX_PTHREAD_SEMANTICS 1
312ef19c627SDavid E. O'Brien #endif
31380c86c36SDavid E. O'Brien /* Enable extensions on HP NonStop.  */
31480c86c36SDavid E. O'Brien #ifndef _TANDEM_SOURCE
31580c86c36SDavid E. O'Brien # define _TANDEM_SOURCE 1
31680c86c36SDavid E. O'Brien #endif
31780c86c36SDavid E. O'Brien /* Enable general extensions on Solaris.  */
31880c86c36SDavid E. O'Brien #ifndef __EXTENSIONS__
31980c86c36SDavid E. O'Brien # define __EXTENSIONS__ 1
32080c86c36SDavid E. O'Brien #endif
32180c86c36SDavid E. O'Brien 
32280c86c36SDavid E. O'Brien 
32380c86c36SDavid E. O'Brien /* Version number of package */
324*48c779cdSXin LI #define VERSION "5.37"
325b6cee71dSXin LI 
326b6cee71dSXin LI /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
327b6cee71dSXin LI    significant byte first (like Motorola and SPARC, unlike Intel). */
328b6cee71dSXin LI #if defined AC_APPLE_UNIVERSAL_BUILD
329b6cee71dSXin LI # if defined __BIG_ENDIAN__
330b6cee71dSXin LI #  define WORDS_BIGENDIAN 1
331b6cee71dSXin LI # endif
332b6cee71dSXin LI #else
333b6cee71dSXin LI # ifndef WORDS_BIGENDIAN
334b6cee71dSXin LI /* #  undef WORDS_BIGENDIAN */
335b6cee71dSXin LI # endif
336b6cee71dSXin LI #endif
337b6cee71dSXin LI 
338282e23f0SXin LI /* Enable zlib compression support */
339282e23f0SXin LI #define ZLIBSUPPORT 1
340282e23f0SXin LI 
341b6cee71dSXin LI /* Enable large inode numbers on Mac OS X 10.5.  */
342b6cee71dSXin LI #ifndef _DARWIN_USE_64_BIT_INODE
343b6cee71dSXin LI # define _DARWIN_USE_64_BIT_INODE 1
344b6cee71dSXin LI #endif
34580c86c36SDavid E. O'Brien 
34680c86c36SDavid E. O'Brien /* Number of bits in a file offset, on hosts where this is settable. */
34780c86c36SDavid E. O'Brien /* #undef _FILE_OFFSET_BITS */
348ef19c627SDavid E. O'Brien 
349ae4ecfffSMarius Strobl /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
350ae4ecfffSMarius Strobl /* #undef _LARGEFILE_SOURCE */
351ae4ecfffSMarius Strobl 
35220164649SDavid E. O'Brien /* Define for large files, on AIX-style hosts. */
35320164649SDavid E. O'Brien /* #undef _LARGE_FILES */
35420164649SDavid E. O'Brien 
35580c86c36SDavid E. O'Brien /* Define to 1 if on MINIX. */
35680c86c36SDavid E. O'Brien /* #undef _MINIX */
35780c86c36SDavid E. O'Brien 
35880c86c36SDavid E. O'Brien /* Define to 2 if the system does not provide POSIX.1 features except with
35980c86c36SDavid E. O'Brien    this defined. */
36080c86c36SDavid E. O'Brien /* #undef _POSIX_1_SOURCE */
36180c86c36SDavid E. O'Brien 
36280c86c36SDavid E. O'Brien /* Define to 1 if you need to in order for `stat' and other things to work. */
36380c86c36SDavid E. O'Brien /* #undef _POSIX_SOURCE */
36480c86c36SDavid E. O'Brien 
365b6cee71dSXin LI /* Define for Solaris 2.5.1 so the uint32_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 _UINT32_T */
369b6cee71dSXin LI 
370b6cee71dSXin LI /* Define for Solaris 2.5.1 so the uint64_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 _UINT64_T */
374b6cee71dSXin LI 
375b6cee71dSXin LI /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
376b6cee71dSXin LI    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
377b6cee71dSXin LI    #define below would cause a syntax error. */
378b6cee71dSXin LI /* #undef _UINT8_T */
379b6cee71dSXin LI 
38020164649SDavid E. O'Brien /* Define to empty if `const' does not conform to ANSI C. */
38120164649SDavid E. O'Brien /* #undef const */
382ae4ecfffSMarius Strobl 
383b6cee71dSXin LI /* Define to the type of a signed integer type of width exactly 32 bits if
384b6cee71dSXin LI    such a type exists and the standard includes do not define it. */
385b6cee71dSXin LI /* #undef int32_t */
386b6cee71dSXin LI 
387b6cee71dSXin LI /* Define to the type of a signed integer type of width exactly 64 bits if
388b6cee71dSXin LI    such a type exists and the standard includes do not define it. */
389b6cee71dSXin LI /* #undef int64_t */
390b6cee71dSXin LI 
391b6cee71dSXin LI /* Define to the type of a signed integer type wide enough to hold a pointer,
392b6cee71dSXin LI    if such a type exists, and if the system does not define it. */
393b6cee71dSXin LI /* #undef intptr_t */
394b6cee71dSXin LI 
395ae4ecfffSMarius Strobl /* Define to a type if <wchar.h> does not define. */
396ae4ecfffSMarius Strobl /* #undef mbstate_t */
397ae4ecfffSMarius Strobl 
398ae4ecfffSMarius Strobl /* Define to `long int' if <sys/types.h> does not define. */
399ae4ecfffSMarius Strobl /* #undef off_t */
400ae4ecfffSMarius Strobl 
401b6cee71dSXin LI /* Define to `int' if <sys/types.h> does not define. */
402b6cee71dSXin LI /* #undef pid_t */
403b6cee71dSXin LI 
404ae4ecfffSMarius Strobl /* Define to `unsigned int' if <sys/types.h> does not define. */
405ae4ecfffSMarius Strobl /* #undef size_t */
406ae4ecfffSMarius Strobl 
407b6cee71dSXin LI /* Define to the type of an unsigned integer type of width exactly 16 bits if
408b6cee71dSXin LI    such a type exists and the standard includes do not define it. */
409b6cee71dSXin LI /* #undef uint16_t */
410ae4ecfffSMarius Strobl 
411b6cee71dSXin LI /* Define to the type of an unsigned integer type of width exactly 32 bits if
412b6cee71dSXin LI    such a type exists and the standard includes do not define it. */
413b6cee71dSXin LI /* #undef uint32_t */
414ae4ecfffSMarius Strobl 
415b6cee71dSXin LI /* Define to the type of an unsigned integer type of width exactly 64 bits if
416b6cee71dSXin LI    such a type exists and the standard includes do not define it. */
417b6cee71dSXin LI /* #undef uint64_t */
418b6cee71dSXin LI 
419b6cee71dSXin LI /* Define to the type of an unsigned integer type of width exactly 8 bits if
420b6cee71dSXin LI    such a type exists and the standard includes do not define it. */
421b6cee71dSXin LI /* #undef uint8_t */
422b6cee71dSXin LI 
423b6cee71dSXin LI /* Define to the type of an unsigned integer type wide enough to hold a
424b6cee71dSXin LI    pointer, if such a type exists, and if the system does not define it. */
425b6cee71dSXin LI /* #undef uintptr_t */
426b6cee71dSXin LI 
427b6cee71dSXin LI /* Define as `fork' if `vfork' does not work. */
428b6cee71dSXin LI /* #undef vfork */
429