xref: /minix3/external/gpl3/gcc/usr.bin/libcpp/arch/i386/config.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
118a5822eSThomas Veerman /* This file is automatically generated.  DO NOT EDIT! */
2*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative-gcc,v 1.70 2013/05/05 07:11:34 skrll Exp  */
3*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp  */
418a5822eSThomas Veerman 
518a5822eSThomas Veerman /* config.h.  Generated from config.in by configure.  */
618a5822eSThomas Veerman /* config.in.  Generated from configure.ac by autoheader.  */
718a5822eSThomas Veerman 
8*0a6a1f1dSLionel Sambuc /* Define if building universal (internal helper macro) */
9*0a6a1f1dSLionel Sambuc /* #undef AC_APPLE_UNIVERSAL_BUILD */
10*0a6a1f1dSLionel Sambuc 
1118a5822eSThomas Veerman /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
1218a5822eSThomas Veerman    systems. This function is required for `alloca.c' support on those systems.
1318a5822eSThomas Veerman    */
1418a5822eSThomas Veerman /* #undef CRAY_STACKSEG_END */
1518a5822eSThomas Veerman 
1618a5822eSThomas Veerman /* Define to 1 if using `alloca.c'. */
1718a5822eSThomas Veerman /* #undef C_ALLOCA */
1818a5822eSThomas Veerman 
19*0a6a1f1dSLionel Sambuc /* Define to enable system headers canonicalization. */
20*0a6a1f1dSLionel Sambuc #define ENABLE_CANONICAL_SYSTEM_HEADERS 1
21*0a6a1f1dSLionel Sambuc 
2218a5822eSThomas Veerman /* Define if you want more run-time sanity checks. */
2318a5822eSThomas Veerman /* #undef ENABLE_CHECKING */
2418a5822eSThomas Veerman 
25*0a6a1f1dSLionel Sambuc #if !defined(__minix)
2618a5822eSThomas Veerman /* Define to 1 if translation of program messages to the user's native
2718a5822eSThomas Veerman    language is requested. */
28*0a6a1f1dSLionel Sambuc #define ENABLE_NLS 1
29*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */
30*0a6a1f1dSLionel Sambuc 
31*0a6a1f1dSLionel Sambuc /* Define if you want to workaround valgrind (a memory checker) warnings about
32*0a6a1f1dSLionel Sambuc    possible memory leaks because of libcpp use of interior pointers. */
33*0a6a1f1dSLionel Sambuc /* #undef ENABLE_VALGRIND_CHECKING */
3418a5822eSThomas Veerman 
3518a5822eSThomas Veerman /* Define to 1 if you have `alloca', as a function or macro. */
3618a5822eSThomas Veerman #define HAVE_ALLOCA 1
3718a5822eSThomas Veerman 
3818a5822eSThomas Veerman /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
3918a5822eSThomas Veerman    */
4018a5822eSThomas Veerman /* #undef HAVE_ALLOCA_H */
4118a5822eSThomas Veerman 
4218a5822eSThomas Veerman /* Define to 1 if you have the `clearerr_unlocked' function. */
4318a5822eSThomas Veerman /* #undef HAVE_CLEARERR_UNLOCKED */
4418a5822eSThomas Veerman 
4518a5822eSThomas Veerman /* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
4618a5822eSThomas Veerman    */
4718a5822eSThomas Veerman #define HAVE_DECL_ABORT 1
4818a5822eSThomas Veerman 
4918a5822eSThomas Veerman /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
5018a5822eSThomas Veerman    don't. */
5118a5822eSThomas Veerman #define HAVE_DECL_ASPRINTF 1
5218a5822eSThomas Veerman 
53*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
54*0a6a1f1dSLionel Sambuc    you don't. */
5518a5822eSThomas Veerman #define HAVE_DECL_BASENAME 0
5618a5822eSThomas Veerman 
5718a5822eSThomas Veerman /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
5818a5822eSThomas Veerman    you don't. */
5918a5822eSThomas Veerman #define HAVE_DECL_CLEARERR_UNLOCKED 0
6018a5822eSThomas Veerman 
6118a5822eSThomas Veerman /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
6218a5822eSThomas Veerman    */
6318a5822eSThomas Veerman #define HAVE_DECL_ERRNO 0
6418a5822eSThomas Veerman 
6518a5822eSThomas Veerman /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
6618a5822eSThomas Veerman    don't. */
6718a5822eSThomas Veerman #define HAVE_DECL_FEOF_UNLOCKED 0
6818a5822eSThomas Veerman 
6918a5822eSThomas Veerman /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
7018a5822eSThomas Veerman    you don't. */
7118a5822eSThomas Veerman #define HAVE_DECL_FERROR_UNLOCKED 0
7218a5822eSThomas Veerman 
7318a5822eSThomas Veerman /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
7418a5822eSThomas Veerman    you don't. */
7518a5822eSThomas Veerman #define HAVE_DECL_FFLUSH_UNLOCKED 0
7618a5822eSThomas Veerman 
7718a5822eSThomas Veerman /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if
7818a5822eSThomas Veerman    you don't. */
7918a5822eSThomas Veerman #define HAVE_DECL_FGETC_UNLOCKED 0
8018a5822eSThomas Veerman 
8118a5822eSThomas Veerman /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
8218a5822eSThomas Veerman    you don't. */
8318a5822eSThomas Veerman #define HAVE_DECL_FGETS_UNLOCKED 0
8418a5822eSThomas Veerman 
8518a5822eSThomas Veerman /* Define to 1 if you have the declaration of `fileno_unlocked', and to 0 if
8618a5822eSThomas Veerman    you don't. */
8718a5822eSThomas Veerman #define HAVE_DECL_FILENO_UNLOCKED 0
8818a5822eSThomas Veerman 
8918a5822eSThomas Veerman /* Define to 1 if you have the declaration of `fprintf_unlocked', and to 0 if
9018a5822eSThomas Veerman    you don't. */
9118a5822eSThomas Veerman #define HAVE_DECL_FPRINTF_UNLOCKED 0
9218a5822eSThomas Veerman 
9318a5822eSThomas Veerman /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
9418a5822eSThomas Veerman    you don't. */
9518a5822eSThomas Veerman #define HAVE_DECL_FPUTC_UNLOCKED 0
9618a5822eSThomas Veerman 
9718a5822eSThomas Veerman /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
9818a5822eSThomas Veerman    you don't. */
9918a5822eSThomas Veerman #define HAVE_DECL_FPUTS_UNLOCKED 0
10018a5822eSThomas Veerman 
10118a5822eSThomas Veerman /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
10218a5822eSThomas Veerman    you don't. */
10318a5822eSThomas Veerman #define HAVE_DECL_FREAD_UNLOCKED 0
10418a5822eSThomas Veerman 
10518a5822eSThomas Veerman /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
10618a5822eSThomas Veerman    you don't. */
10718a5822eSThomas Veerman #define HAVE_DECL_FWRITE_UNLOCKED 0
10818a5822eSThomas Veerman 
10918a5822eSThomas Veerman /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
11018a5822eSThomas Veerman    you don't. */
11118a5822eSThomas Veerman #define HAVE_DECL_GETCHAR_UNLOCKED 1
11218a5822eSThomas Veerman 
11318a5822eSThomas Veerman /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
11418a5822eSThomas Veerman    don't. */
11518a5822eSThomas Veerman #define HAVE_DECL_GETC_UNLOCKED 1
11618a5822eSThomas Veerman 
11718a5822eSThomas Veerman /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
11818a5822eSThomas Veerman    */
11918a5822eSThomas Veerman #define HAVE_DECL_GETOPT 1
12018a5822eSThomas Veerman 
12118a5822eSThomas Veerman /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
12218a5822eSThomas Veerman    you don't. */
12318a5822eSThomas Veerman #define HAVE_DECL_PUTCHAR_UNLOCKED 1
12418a5822eSThomas Veerman 
12518a5822eSThomas Veerman /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
12618a5822eSThomas Veerman    don't. */
12718a5822eSThomas Veerman #define HAVE_DECL_PUTC_UNLOCKED 1
12818a5822eSThomas Veerman 
12918a5822eSThomas Veerman /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
13018a5822eSThomas Veerman    don't. */
13118a5822eSThomas Veerman #define HAVE_DECL_VASPRINTF 1
13218a5822eSThomas Veerman 
13318a5822eSThomas Veerman /* Define to 1 if you have the <fcntl.h> header file. */
13418a5822eSThomas Veerman #define HAVE_FCNTL_H 1
13518a5822eSThomas Veerman 
13618a5822eSThomas Veerman /* Define to 1 if you have the `feof_unlocked' function. */
13718a5822eSThomas Veerman /* #undef HAVE_FEOF_UNLOCKED */
13818a5822eSThomas Veerman 
13918a5822eSThomas Veerman /* Define to 1 if you have the `ferror_unlocked' function. */
14018a5822eSThomas Veerman /* #undef HAVE_FERROR_UNLOCKED */
14118a5822eSThomas Veerman 
14218a5822eSThomas Veerman /* Define to 1 if you have the `fflush_unlocked' function. */
14318a5822eSThomas Veerman /* #undef HAVE_FFLUSH_UNLOCKED */
14418a5822eSThomas Veerman 
14518a5822eSThomas Veerman /* Define to 1 if you have the `fgetc_unlocked' function. */
14618a5822eSThomas Veerman /* #undef HAVE_FGETC_UNLOCKED */
14718a5822eSThomas Veerman 
14818a5822eSThomas Veerman /* Define to 1 if you have the `fgets_unlocked' function. */
14918a5822eSThomas Veerman /* #undef HAVE_FGETS_UNLOCKED */
15018a5822eSThomas Veerman 
15118a5822eSThomas Veerman /* Define to 1 if you have the `fileno_unlocked' function. */
15218a5822eSThomas Veerman /* #undef HAVE_FILENO_UNLOCKED */
15318a5822eSThomas Veerman 
15418a5822eSThomas Veerman /* Define to 1 if you have the `fprintf_unlocked' function. */
15518a5822eSThomas Veerman /* #undef HAVE_FPRINTF_UNLOCKED */
15618a5822eSThomas Veerman 
15718a5822eSThomas Veerman /* Define to 1 if you have the `fputc_unlocked' function. */
15818a5822eSThomas Veerman /* #undef HAVE_FPUTC_UNLOCKED */
15918a5822eSThomas Veerman 
16018a5822eSThomas Veerman /* Define to 1 if you have the `fputs_unlocked' function. */
16118a5822eSThomas Veerman /* #undef HAVE_FPUTS_UNLOCKED */
16218a5822eSThomas Veerman 
16318a5822eSThomas Veerman /* Define to 1 if you have the `fread_unlocked' function. */
16418a5822eSThomas Veerman /* #undef HAVE_FREAD_UNLOCKED */
16518a5822eSThomas Veerman 
16618a5822eSThomas Veerman /* Define to 1 if you have the `fwrite_unlocked' function. */
16718a5822eSThomas Veerman /* #undef HAVE_FWRITE_UNLOCKED */
16818a5822eSThomas Veerman 
16918a5822eSThomas Veerman /* Define to 1 if you have the `getchar_unlocked' function. */
17018a5822eSThomas Veerman #define HAVE_GETCHAR_UNLOCKED 1
17118a5822eSThomas Veerman 
17218a5822eSThomas Veerman /* Define to 1 if you have the `getc_unlocked' function. */
17318a5822eSThomas Veerman #define HAVE_GETC_UNLOCKED 1
17418a5822eSThomas Veerman 
17518a5822eSThomas Veerman /* Define if you have the iconv() function. */
17618a5822eSThomas Veerman #define HAVE_ICONV 1
17718a5822eSThomas Veerman 
17818a5822eSThomas Veerman /* Define to 1 if you have the <inttypes.h> header file. */
17918a5822eSThomas Veerman #define HAVE_INTTYPES_H 1
18018a5822eSThomas Veerman 
18118a5822eSThomas Veerman /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
18218a5822eSThomas Veerman #define HAVE_LANGINFO_CODESET 1
18318a5822eSThomas Veerman 
18418a5822eSThomas Veerman /* Define to 1 if you have the <limits.h> header file. */
18518a5822eSThomas Veerman #define HAVE_LIMITS_H 1
18618a5822eSThomas Veerman 
18718a5822eSThomas Veerman /* Define to 1 if you have the <locale.h> header file. */
18818a5822eSThomas Veerman #define HAVE_LOCALE_H 1
18918a5822eSThomas Veerman 
19018a5822eSThomas Veerman /* Define to 1 if you have the <memory.h> header file. */
19118a5822eSThomas Veerman #define HAVE_MEMORY_H 1
19218a5822eSThomas Veerman 
19318a5822eSThomas Veerman /* Define to 1 if libc includes obstacks. */
19418a5822eSThomas Veerman /* #undef HAVE_OBSTACK */
19518a5822eSThomas Veerman 
19618a5822eSThomas Veerman /* Define to 1 if you have the `putchar_unlocked' function. */
19718a5822eSThomas Veerman #define HAVE_PUTCHAR_UNLOCKED 1
19818a5822eSThomas Veerman 
19918a5822eSThomas Veerman /* Define to 1 if you have the `putc_unlocked' function. */
20018a5822eSThomas Veerman #define HAVE_PUTC_UNLOCKED 1
20118a5822eSThomas Veerman 
202*0a6a1f1dSLionel Sambuc /* Define to 1 if you can assemble SSE4 insns. */
203*0a6a1f1dSLionel Sambuc #define HAVE_SSE4 1
204*0a6a1f1dSLionel Sambuc 
20518a5822eSThomas Veerman /* Define to 1 if you have the <stddef.h> header file. */
20618a5822eSThomas Veerman #define HAVE_STDDEF_H 1
20718a5822eSThomas Veerman 
20818a5822eSThomas Veerman /* Define to 1 if you have the <stdint.h> header file. */
20918a5822eSThomas Veerman #define HAVE_STDINT_H 1
21018a5822eSThomas Veerman 
21118a5822eSThomas Veerman /* Define to 1 if you have the <stdlib.h> header file. */
21218a5822eSThomas Veerman #define HAVE_STDLIB_H 1
21318a5822eSThomas Veerman 
21418a5822eSThomas Veerman /* Define to 1 if you have the <strings.h> header file. */
21518a5822eSThomas Veerman #define HAVE_STRINGS_H 1
21618a5822eSThomas Veerman 
21718a5822eSThomas Veerman /* Define to 1 if you have the <string.h> header file. */
21818a5822eSThomas Veerman #define HAVE_STRING_H 1
21918a5822eSThomas Veerman 
22018a5822eSThomas Veerman /* Define to 1 if you have the <sys/file.h> header file. */
22118a5822eSThomas Veerman #define HAVE_SYS_FILE_H 1
22218a5822eSThomas Veerman 
22318a5822eSThomas Veerman /* Define to 1 if you have the <sys/stat.h> header file. */
22418a5822eSThomas Veerman #define HAVE_SYS_STAT_H 1
22518a5822eSThomas Veerman 
22618a5822eSThomas Veerman /* Define to 1 if you have the <sys/types.h> header file. */
22718a5822eSThomas Veerman #define HAVE_SYS_TYPES_H 1
22818a5822eSThomas Veerman 
22918a5822eSThomas Veerman /* Define if <sys/types.h> defines \`uchar'. */
23018a5822eSThomas Veerman /* #undef HAVE_UCHAR */
23118a5822eSThomas Veerman 
232*0a6a1f1dSLionel Sambuc /* Define to 1 if the system has the type `uintptr_t'. */
233*0a6a1f1dSLionel Sambuc #define HAVE_UINTPTR_T 1
234*0a6a1f1dSLionel Sambuc 
23518a5822eSThomas Veerman /* Define to 1 if you have the <unistd.h> header file. */
23618a5822eSThomas Veerman #define HAVE_UNISTD_H 1
23718a5822eSThomas Veerman 
23818a5822eSThomas Veerman /* Define to the widest efficient host integer type at least as wide as the
23918a5822eSThomas Veerman    target's size_t type. */
240*0a6a1f1dSLionel Sambuc #define HOST_WIDE_INT long long
24118a5822eSThomas Veerman 
24218a5822eSThomas Veerman /* Define as const if the declaration of iconv() needs const. */
24318a5822eSThomas Veerman #define ICONV_CONST const
24418a5822eSThomas Veerman 
24518a5822eSThomas Veerman /* Define to the name of this package. */
24618a5822eSThomas Veerman #define PACKAGE "cpplib"
24718a5822eSThomas Veerman 
24818a5822eSThomas Veerman /* Define to the address where bug reports for this package should be sent. */
24918a5822eSThomas Veerman #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
25018a5822eSThomas Veerman 
25118a5822eSThomas Veerman /* Define to the full name of this package. */
25218a5822eSThomas Veerman #define PACKAGE_NAME "cpplib"
25318a5822eSThomas Veerman 
25418a5822eSThomas Veerman /* Define to the full name and version of this package. */
25518a5822eSThomas Veerman #define PACKAGE_STRING "cpplib  "
25618a5822eSThomas Veerman 
25718a5822eSThomas Veerman /* Define to the one symbol short name of this package. */
25818a5822eSThomas Veerman #define PACKAGE_TARNAME "cpplib"
25918a5822eSThomas Veerman 
26018a5822eSThomas Veerman /* Define to the home page for this package. */
26118a5822eSThomas Veerman #define PACKAGE_URL ""
26218a5822eSThomas Veerman 
26318a5822eSThomas Veerman /* Define to the version of this package. */
26418a5822eSThomas Veerman #define PACKAGE_VERSION " "
26518a5822eSThomas Veerman 
26618a5822eSThomas Veerman /* The size of `int', as computed by sizeof. */
26718a5822eSThomas Veerman #define SIZEOF_INT 4
26818a5822eSThomas Veerman 
26918a5822eSThomas Veerman /* The size of `long', as computed by sizeof. */
27018a5822eSThomas Veerman #define SIZEOF_LONG 4
27118a5822eSThomas Veerman 
27218a5822eSThomas Veerman /* If using the C implementation of alloca, define if you know the
27318a5822eSThomas Veerman    direction of stack growth for your system; otherwise it will be
27418a5822eSThomas Veerman    automatically deduced at runtime.
27518a5822eSThomas Veerman 	STACK_DIRECTION > 0 => grows toward higher addresses
27618a5822eSThomas Veerman 	STACK_DIRECTION < 0 => grows toward lower addresses
27718a5822eSThomas Veerman 	STACK_DIRECTION = 0 => direction of growth unknown */
27818a5822eSThomas Veerman /* #undef STACK_DIRECTION */
27918a5822eSThomas Veerman 
28018a5822eSThomas Veerman /* Define to 1 if you have the ANSI C header files. */
28118a5822eSThomas Veerman #define STDC_HEADERS 1
28218a5822eSThomas Veerman 
28318a5822eSThomas Veerman /* Define if you can safely include both <string.h> and <strings.h>. */
28418a5822eSThomas Veerman #define STRING_WITH_STRINGS 1
28518a5822eSThomas Veerman 
28618a5822eSThomas Veerman /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
28718a5822eSThomas Veerman #define TIME_WITH_SYS_TIME 1
28818a5822eSThomas Veerman 
28918a5822eSThomas Veerman /* Define to 1 if your <sys/time.h> declares `struct tm'. */
29018a5822eSThomas Veerman /* #undef TM_IN_SYS_TIME */
29118a5822eSThomas Veerman 
292*0a6a1f1dSLionel Sambuc /* Enable extensions on AIX 3, Interix.  */
293*0a6a1f1dSLionel Sambuc #ifndef _ALL_SOURCE
294*0a6a1f1dSLionel Sambuc # define _ALL_SOURCE 1
295*0a6a1f1dSLionel Sambuc #endif
296*0a6a1f1dSLionel Sambuc /* Enable GNU extensions on systems that have them.  */
297*0a6a1f1dSLionel Sambuc #ifndef _GNU_SOURCE
298*0a6a1f1dSLionel Sambuc # define _GNU_SOURCE 1
299*0a6a1f1dSLionel Sambuc #endif
300*0a6a1f1dSLionel Sambuc /* Enable threading extensions on Solaris.  */
301*0a6a1f1dSLionel Sambuc #ifndef _POSIX_PTHREAD_SEMANTICS
302*0a6a1f1dSLionel Sambuc # define _POSIX_PTHREAD_SEMANTICS 1
303*0a6a1f1dSLionel Sambuc #endif
304*0a6a1f1dSLionel Sambuc /* Enable extensions on HP NonStop.  */
305*0a6a1f1dSLionel Sambuc #ifndef _TANDEM_SOURCE
306*0a6a1f1dSLionel Sambuc # define _TANDEM_SOURCE 1
307*0a6a1f1dSLionel Sambuc #endif
308*0a6a1f1dSLionel Sambuc /* Enable general extensions on Solaris.  */
309*0a6a1f1dSLionel Sambuc #ifndef __EXTENSIONS__
310*0a6a1f1dSLionel Sambuc # define __EXTENSIONS__ 1
311*0a6a1f1dSLionel Sambuc #endif
312*0a6a1f1dSLionel Sambuc 
313*0a6a1f1dSLionel Sambuc 
314*0a6a1f1dSLionel Sambuc /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
315*0a6a1f1dSLionel Sambuc    significant byte first (like Motorola and SPARC, unlike Intel). */
316*0a6a1f1dSLionel Sambuc #if defined AC_APPLE_UNIVERSAL_BUILD
317*0a6a1f1dSLionel Sambuc # if defined __BIG_ENDIAN__
318*0a6a1f1dSLionel Sambuc #  define WORDS_BIGENDIAN 1
319*0a6a1f1dSLionel Sambuc # endif
320*0a6a1f1dSLionel Sambuc #else
321*0a6a1f1dSLionel Sambuc # ifndef WORDS_BIGENDIAN
322*0a6a1f1dSLionel Sambuc /* #  undef WORDS_BIGENDIAN */
323*0a6a1f1dSLionel Sambuc # endif
324*0a6a1f1dSLionel Sambuc #endif
325*0a6a1f1dSLionel Sambuc 
326*0a6a1f1dSLionel Sambuc /* Number of bits in a file offset, on hosts where this is settable. */
327*0a6a1f1dSLionel Sambuc /* #undef _FILE_OFFSET_BITS */
328*0a6a1f1dSLionel Sambuc 
329*0a6a1f1dSLionel Sambuc /* Define for large files, on AIX-style hosts. */
330*0a6a1f1dSLionel Sambuc /* #undef _LARGE_FILES */
331*0a6a1f1dSLionel Sambuc 
332*0a6a1f1dSLionel Sambuc /* Define to 1 if on MINIX. */
333*0a6a1f1dSLionel Sambuc /* #undef _MINIX */
334*0a6a1f1dSLionel Sambuc 
335*0a6a1f1dSLionel Sambuc /* Define to 2 if the system does not provide POSIX.1 features except with
336*0a6a1f1dSLionel Sambuc    this defined. */
337*0a6a1f1dSLionel Sambuc /* #undef _POSIX_1_SOURCE */
338*0a6a1f1dSLionel Sambuc 
339*0a6a1f1dSLionel Sambuc /* Define to 1 if you need to in order for `stat' and other things to work. */
340*0a6a1f1dSLionel Sambuc /* #undef _POSIX_SOURCE */
341*0a6a1f1dSLionel Sambuc 
34218a5822eSThomas Veerman /* Define to empty if `const' does not conform to ANSI C. */
34318a5822eSThomas Veerman /* #undef const */
34418a5822eSThomas Veerman 
34518a5822eSThomas Veerman /* Define to `__inline__' or `__inline' if that's what the C compiler
34618a5822eSThomas Veerman    calls it, or to nothing if 'inline' is not supported under any name.  */
34718a5822eSThomas Veerman #ifndef __cplusplus
34818a5822eSThomas Veerman /* #undef inline */
34918a5822eSThomas Veerman #endif
35018a5822eSThomas Veerman 
35118a5822eSThomas Veerman /* Define to `long int' if <sys/types.h> does not define. */
35218a5822eSThomas Veerman /* #undef off_t */
35318a5822eSThomas Veerman 
354*0a6a1f1dSLionel Sambuc /* Define to `int' if <sys/types.h> does not define. */
355*0a6a1f1dSLionel Sambuc /* #undef ptrdiff_t */
356*0a6a1f1dSLionel Sambuc 
35718a5822eSThomas Veerman /* Define to `unsigned int' if <sys/types.h> does not define. */
35818a5822eSThomas Veerman /* #undef size_t */
35918a5822eSThomas Veerman 
36018a5822eSThomas Veerman /* Define to `int' if <sys/types.h> does not define. */
36118a5822eSThomas Veerman /* #undef ssize_t */
362*0a6a1f1dSLionel Sambuc 
363*0a6a1f1dSLionel Sambuc /* Define to the type of an unsigned integer type wide enough to hold a
364*0a6a1f1dSLionel Sambuc    pointer, if such a type exists, and if the system does not define it. */
365*0a6a1f1dSLionel Sambuc /* #undef uintptr_t */
366