118a5822eSThomas Veerman /* This file is automatically generated. DO NOT EDIT! */ 218a5822eSThomas Veerman /* Generated from: NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp */ 318a5822eSThomas Veerman /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ 418a5822eSThomas Veerman 518a5822eSThomas Veerman /* config.h. Generated from config.in by configure. */ 618a5822eSThomas Veerman /* config.in. Generated from configure.in by autoheader. */ 718a5822eSThomas Veerman 8c9ea9e7aSLionel Sambuc /* Check that config.h is #included before system headers 9c9ea9e7aSLionel Sambuc (this works only for glibc, but that should be enough). */ 10c9ea9e7aSLionel Sambuc #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 11c9ea9e7aSLionel Sambuc # error config.h must be #included before system headers 12c9ea9e7aSLionel Sambuc #endif 13c9ea9e7aSLionel Sambuc #define __CONFIG_H__ 1 14c9ea9e7aSLionel Sambuc 1518a5822eSThomas Veerman /* Define if building universal (internal helper macro) */ 1618a5822eSThomas Veerman /* #undef AC_APPLE_UNIVERSAL_BUILD */ 1718a5822eSThomas Veerman 1818a5822eSThomas Veerman /* Define if using AIX 5.2 value for C_WEAKEXT. */ 1918a5822eSThomas Veerman /* #undef AIX_WEAK_SUPPORT */ 2018a5822eSThomas Veerman 2118a5822eSThomas Veerman /* assert broken? */ 2218a5822eSThomas Veerman /* #undef BROKEN_ASSERT */ 2318a5822eSThomas Veerman 2418a5822eSThomas Veerman /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 2518a5822eSThomas Veerman systems. This function is required for `alloca.c' support on those systems. 2618a5822eSThomas Veerman */ 2718a5822eSThomas Veerman /* #undef CRAY_STACKSEG_END */ 2818a5822eSThomas Veerman 2918a5822eSThomas Veerman /* Compiling cross-assembler? */ 3018a5822eSThomas Veerman /* #undef CROSS_COMPILE */ 3118a5822eSThomas Veerman 3218a5822eSThomas Veerman /* Define to 1 if using `alloca.c'. */ 3318a5822eSThomas Veerman /* #undef C_ALLOCA */ 3418a5822eSThomas Veerman 3518a5822eSThomas Veerman /* Default architecture. */ 3618a5822eSThomas Veerman #define DEFAULT_ARCH "i386" 3718a5822eSThomas Veerman 3818a5822eSThomas Veerman /* Default CRIS architecture. */ 3918a5822eSThomas Veerman /* #undef DEFAULT_CRIS_ARCH */ 4018a5822eSThomas Veerman 4118a5822eSThomas Veerman /* Default emulation. */ 4218a5822eSThomas Veerman #define DEFAULT_EMULATION "i386elf" 4318a5822eSThomas Veerman 4418a5822eSThomas Veerman /* Supported emulations. */ 4518a5822eSThomas Veerman #define EMULATIONS &i386elf, 4618a5822eSThomas Veerman 4718a5822eSThomas Veerman /* Define if you want run-time sanity checks. */ 4818a5822eSThomas Veerman /* #undef ENABLE_CHECKING */ 4918a5822eSThomas Veerman 50*0a6a1f1dSLionel Sambuc #if !defined(__minix) 5118a5822eSThomas Veerman /* Define to 1 if translation of program messages to the user's native 5218a5822eSThomas Veerman language is requested. */ 53*0a6a1f1dSLionel Sambuc #define ENABLE_NLS 1 54*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */ 5518a5822eSThomas Veerman 5618a5822eSThomas Veerman /* Define to 1 if you have `alloca', as a function or macro. */ 57*0a6a1f1dSLionel Sambuc #define HAVE_ALLOCA 1 5818a5822eSThomas Veerman 5918a5822eSThomas Veerman /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 6018a5822eSThomas Veerman */ 6118a5822eSThomas Veerman /* #undef HAVE_ALLOCA_H */ 6218a5822eSThomas Veerman 63c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `free', and to 0 if you don't. 64c9ea9e7aSLionel Sambuc */ 65c9ea9e7aSLionel Sambuc #define HAVE_DECL_FREE 1 66c9ea9e7aSLionel Sambuc 67c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 68c9ea9e7aSLionel Sambuc */ 69c9ea9e7aSLionel Sambuc #define HAVE_DECL_GETENV 1 70c9ea9e7aSLionel Sambuc 7118a5822eSThomas Veerman /* Is the prototype for getopt in <unistd.h> in the expected format? */ 7218a5822eSThomas Veerman #define HAVE_DECL_GETOPT 1 7318a5822eSThomas Veerman 74c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. 75c9ea9e7aSLionel Sambuc */ 76c9ea9e7aSLionel Sambuc #define HAVE_DECL_MALLOC 1 77c9ea9e7aSLionel Sambuc 7818a5822eSThomas Veerman /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you 7918a5822eSThomas Veerman don't. */ 8018a5822eSThomas Veerman #define HAVE_DECL_MEMPCPY 0 8118a5822eSThomas Veerman 82c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `realloc', and to 0 if you 83c9ea9e7aSLionel Sambuc don't. */ 84c9ea9e7aSLionel Sambuc #define HAVE_DECL_REALLOC 1 85c9ea9e7aSLionel Sambuc 86c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 87c9ea9e7aSLionel Sambuc */ 88c9ea9e7aSLionel Sambuc #define HAVE_DECL_STPCPY 1 89c9ea9e7aSLionel Sambuc 90c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. 91c9ea9e7aSLionel Sambuc */ 92c9ea9e7aSLionel Sambuc #define HAVE_DECL_STRSTR 1 93c9ea9e7aSLionel Sambuc 9418a5822eSThomas Veerman /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 9518a5822eSThomas Veerman don't. */ 9618a5822eSThomas Veerman #define HAVE_DECL_VSNPRINTF 1 9718a5822eSThomas Veerman 9818a5822eSThomas Veerman /* Define to 1 if you have the <dlfcn.h> header file. */ 9918a5822eSThomas Veerman #define HAVE_DLFCN_H 1 10018a5822eSThomas Veerman 10118a5822eSThomas Veerman /* Define to 1 if you have the <errno.h> header file. */ 10218a5822eSThomas Veerman #define HAVE_ERRNO_H 1 10318a5822eSThomas Veerman 10418a5822eSThomas Veerman /* Define to 1 if you have the <inttypes.h> header file. */ 10518a5822eSThomas Veerman #define HAVE_INTTYPES_H 1 10618a5822eSThomas Veerman 107*0a6a1f1dSLionel Sambuc #if !defined(__minix) 108*0a6a1f1dSLionel Sambuc /* Define if your <locale.h> file defines LC_MESSAGES. */ 109*0a6a1f1dSLionel Sambuc #define HAVE_LC_MESSAGES 1 110*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */ 111*0a6a1f1dSLionel Sambuc 11218a5822eSThomas Veerman /* Define to 1 if you have the <limits.h> header file. */ 11318a5822eSThomas Veerman #define HAVE_LIMITS_H 1 11418a5822eSThomas Veerman 115*0a6a1f1dSLionel Sambuc #if !defined(__minix) 116*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <locale.h> header file. */ 117*0a6a1f1dSLionel Sambuc #define HAVE_LOCALE_H 1 118*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */ 119*0a6a1f1dSLionel Sambuc 12018a5822eSThomas Veerman /* Define to 1 if you have the <memory.h> header file. */ 12118a5822eSThomas Veerman #define HAVE_MEMORY_H 1 12218a5822eSThomas Veerman 12318a5822eSThomas Veerman /* Define to 1 if you have the `remove' function. */ 12418a5822eSThomas Veerman /* #undef HAVE_REMOVE */ 12518a5822eSThomas Veerman 12618a5822eSThomas Veerman /* Define to 1 if you have the `sbrk' function. */ 12718a5822eSThomas Veerman #define HAVE_SBRK 1 12818a5822eSThomas Veerman 129*0a6a1f1dSLionel Sambuc #if !defined(__minix) 130*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `setlocale' function. */ 131*0a6a1f1dSLionel Sambuc #define HAVE_SETLOCALE 1 132*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */ 133*0a6a1f1dSLionel Sambuc 13418a5822eSThomas Veerman /* Define to 1 if you have the <stdint.h> header file. */ 13518a5822eSThomas Veerman #define HAVE_STDINT_H 1 13618a5822eSThomas Veerman 13718a5822eSThomas Veerman /* Define to 1 if you have the <stdlib.h> header file. */ 13818a5822eSThomas Veerman #define HAVE_STDLIB_H 1 13918a5822eSThomas Veerman 14018a5822eSThomas Veerman /* Define to 1 if you have the <strings.h> header file. */ 14118a5822eSThomas Veerman #define HAVE_STRINGS_H 1 14218a5822eSThomas Veerman 14318a5822eSThomas Veerman /* Define to 1 if you have the <string.h> header file. */ 14418a5822eSThomas Veerman #define HAVE_STRING_H 1 14518a5822eSThomas Veerman 14618a5822eSThomas Veerman /* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */ 147c9ea9e7aSLionel Sambuc #define HAVE_ST_MTIM_TV_NSEC 1 14818a5822eSThomas Veerman 14918a5822eSThomas Veerman /* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */ 150c9ea9e7aSLionel Sambuc #define HAVE_ST_MTIM_TV_SEC 1 15118a5822eSThomas Veerman 15218a5822eSThomas Veerman /* Define to 1 if you have the <sys/stat.h> header file. */ 15318a5822eSThomas Veerman #define HAVE_SYS_STAT_H 1 15418a5822eSThomas Veerman 15518a5822eSThomas Veerman /* Define to 1 if you have the <sys/types.h> header file. */ 15618a5822eSThomas Veerman #define HAVE_SYS_TYPES_H 1 15718a5822eSThomas Veerman 15818a5822eSThomas Veerman /* Define to 1 if you have the <time.h> header file. */ 15918a5822eSThomas Veerman #define HAVE_TIME_H 1 16018a5822eSThomas Veerman 16118a5822eSThomas Veerman /* Define if <time.h> has struct tm.tm_gmtoff. */ 16218a5822eSThomas Veerman #define HAVE_TM_GMTOFF 1 16318a5822eSThomas Veerman 16418a5822eSThomas Veerman /* Define to 1 if you have the <unistd.h> header file. */ 16518a5822eSThomas Veerman #define HAVE_UNISTD_H 1 16618a5822eSThomas Veerman 16718a5822eSThomas Veerman /* Define to 1 if you have the `unlink' function. */ 16818a5822eSThomas Veerman #define HAVE_UNLINK 1 16918a5822eSThomas Veerman 17018a5822eSThomas Veerman /* Define to 1 if you have the <zlib.h> header file. */ 17118a5822eSThomas Veerman #define HAVE_ZLIB_H 1 17218a5822eSThomas Veerman 17318a5822eSThomas Veerman /* Using i386 COFF? */ 17418a5822eSThomas Veerman /* #undef I386COFF */ 17518a5822eSThomas Veerman 17618a5822eSThomas Veerman /* Define to the sub-directory in which libtool stores uninstalled libraries. 17718a5822eSThomas Veerman */ 17818a5822eSThomas Veerman #define LT_OBJDIR ".libs/" 17918a5822eSThomas Veerman 18018a5822eSThomas Veerman /* Using m68k COFF? */ 18118a5822eSThomas Veerman /* #undef M68KCOFF */ 18218a5822eSThomas Veerman 18318a5822eSThomas Veerman /* Using m88k COFF? */ 18418a5822eSThomas Veerman /* #undef M88KCOFF */ 18518a5822eSThomas Veerman 18618a5822eSThomas Veerman /* Default CPU for MIPS targets. */ 18718a5822eSThomas Veerman /* #undef MIPS_CPU_STRING_DEFAULT */ 18818a5822eSThomas Veerman 18918a5822eSThomas Veerman /* Generate 64-bit code by default on MIPS targets. */ 19018a5822eSThomas Veerman /* #undef MIPS_DEFAULT_64BIT */ 19118a5822eSThomas Veerman 19218a5822eSThomas Veerman /* Choose a default ABI for MIPS targets. */ 19318a5822eSThomas Veerman /* #undef MIPS_DEFAULT_ABI */ 19418a5822eSThomas Veerman 19518a5822eSThomas Veerman /* Define if environ is not declared in system header files. */ 19618a5822eSThomas Veerman #define NEED_DECLARATION_ENVIRON 1 19718a5822eSThomas Veerman 19818a5822eSThomas Veerman /* Define if errno is not declared in system header files. */ 19918a5822eSThomas Veerman /* #undef NEED_DECLARATION_ERRNO */ 20018a5822eSThomas Veerman 20118a5822eSThomas Veerman /* Define if ffs is not declared in system header files. */ 20218a5822eSThomas Veerman /* #undef NEED_DECLARATION_FFS */ 20318a5822eSThomas Veerman 20418a5822eSThomas Veerman /* Define if free is not declared in system header files. */ 20518a5822eSThomas Veerman /* #undef NEED_DECLARATION_FREE */ 20618a5822eSThomas Veerman 20718a5822eSThomas Veerman /* Define if malloc is not declared in system header files. */ 20818a5822eSThomas Veerman /* #undef NEED_DECLARATION_MALLOC */ 20918a5822eSThomas Veerman 21018a5822eSThomas Veerman /* Define if sbrk is not declared in system header files. */ 21118a5822eSThomas Veerman /* #undef NEED_DECLARATION_SBRK */ 21218a5822eSThomas Veerman 21318a5822eSThomas Veerman /* Define if strstr is not declared in system header files. */ 21418a5822eSThomas Veerman /* #undef NEED_DECLARATION_STRSTR */ 21518a5822eSThomas Veerman 21618a5822eSThomas Veerman /* a.out support? */ 21718a5822eSThomas Veerman /* #undef OBJ_MAYBE_AOUT */ 21818a5822eSThomas Veerman 21918a5822eSThomas Veerman /* b.out support? */ 22018a5822eSThomas Veerman /* #undef OBJ_MAYBE_BOUT */ 22118a5822eSThomas Veerman 22218a5822eSThomas Veerman /* COFF support? */ 22318a5822eSThomas Veerman /* #undef OBJ_MAYBE_COFF */ 22418a5822eSThomas Veerman 22518a5822eSThomas Veerman /* ECOFF support? */ 22618a5822eSThomas Veerman /* #undef OBJ_MAYBE_ECOFF */ 22718a5822eSThomas Veerman 22818a5822eSThomas Veerman /* ELF support? */ 22918a5822eSThomas Veerman /* #undef OBJ_MAYBE_ELF */ 23018a5822eSThomas Veerman 23118a5822eSThomas Veerman /* generic support? */ 23218a5822eSThomas Veerman /* #undef OBJ_MAYBE_GENERIC */ 23318a5822eSThomas Veerman 23418a5822eSThomas Veerman /* SOM support? */ 23518a5822eSThomas Veerman /* #undef OBJ_MAYBE_SOM */ 23618a5822eSThomas Veerman 23718a5822eSThomas Veerman /* Name of package */ 23818a5822eSThomas Veerman #define PACKAGE "gas" 23918a5822eSThomas Veerman 24018a5822eSThomas Veerman /* Define to the address where bug reports for this package should be sent. */ 24118a5822eSThomas Veerman #define PACKAGE_BUGREPORT "" 24218a5822eSThomas Veerman 24318a5822eSThomas Veerman /* Define to the full name of this package. */ 24418a5822eSThomas Veerman #define PACKAGE_NAME "" 24518a5822eSThomas Veerman 24618a5822eSThomas Veerman /* Define to the full name and version of this package. */ 24718a5822eSThomas Veerman #define PACKAGE_STRING "" 24818a5822eSThomas Veerman 24918a5822eSThomas Veerman /* Define to the one symbol short name of this package. */ 25018a5822eSThomas Veerman #define PACKAGE_TARNAME "" 25118a5822eSThomas Veerman 25218a5822eSThomas Veerman /* Define to the home page for this package. */ 25318a5822eSThomas Veerman #define PACKAGE_URL "" 25418a5822eSThomas Veerman 25518a5822eSThomas Veerman /* Define to the version of this package. */ 25618a5822eSThomas Veerman #define PACKAGE_VERSION "" 25718a5822eSThomas Veerman 25818a5822eSThomas Veerman /* Define if defaulting to ELF on SCO 5. */ 25918a5822eSThomas Veerman /* #undef SCO_ELF */ 26018a5822eSThomas Veerman 26118a5822eSThomas Veerman /* If using the C implementation of alloca, define if you know the 26218a5822eSThomas Veerman direction of stack growth for your system; otherwise it will be 26318a5822eSThomas Veerman automatically deduced at runtime. 26418a5822eSThomas Veerman STACK_DIRECTION > 0 => grows toward higher addresses 26518a5822eSThomas Veerman STACK_DIRECTION < 0 => grows toward lower addresses 26618a5822eSThomas Veerman STACK_DIRECTION = 0 => direction of growth unknown */ 26718a5822eSThomas Veerman /* #undef STACK_DIRECTION */ 26818a5822eSThomas Veerman 26918a5822eSThomas Veerman /* Define to 1 if you have the ANSI C header files. */ 27018a5822eSThomas Veerman #define STDC_HEADERS 1 27118a5822eSThomas Veerman 27218a5822eSThomas Veerman /* Using strict COFF? */ 27318a5822eSThomas Veerman /* #undef STRICTCOFF */ 27418a5822eSThomas Veerman 275c9ea9e7aSLionel Sambuc /* Define if you can safely include both <string.h> and <strings.h>. */ 276c9ea9e7aSLionel Sambuc #define STRING_WITH_STRINGS 1 277c9ea9e7aSLionel Sambuc 27818a5822eSThomas Veerman /* Target alias. */ 279c566d462SLionel Sambuc #define TARGET_ALIAS "i586-elf32-minix" 28018a5822eSThomas Veerman 28118a5822eSThomas Veerman /* Define as 1 if big endian. */ 28218a5822eSThomas Veerman /* #undef TARGET_BYTES_BIG_ENDIAN */ 28318a5822eSThomas Veerman 28418a5822eSThomas Veerman /* Canonical target. */ 285c566d462SLionel Sambuc #define TARGET_CANONICAL "i586-elf32-minix" 28618a5822eSThomas Veerman 28718a5822eSThomas Veerman /* Target CPU. */ 288c566d462SLionel Sambuc #define TARGET_CPU "i586" 28918a5822eSThomas Veerman 29018a5822eSThomas Veerman /* Target OS. */ 291c566d462SLionel Sambuc #define TARGET_OS "minix" 29218a5822eSThomas Veerman 29318a5822eSThomas Veerman /* Define if default target is PowerPC Solaris. */ 29418a5822eSThomas Veerman /* #undef TARGET_SOLARIS_COMMENT */ 29518a5822eSThomas Veerman 29618a5822eSThomas Veerman /* Define if target is Symbian OS. */ 29718a5822eSThomas Veerman /* #undef TARGET_SYMBIAN */ 29818a5822eSThomas Veerman 29918a5822eSThomas Veerman /* Target vendor. */ 300c566d462SLionel Sambuc #define TARGET_VENDOR "elf32" 30118a5822eSThomas Veerman 30218a5822eSThomas Veerman /* Use b modifier when opening binary files? */ 30318a5822eSThomas Veerman /* #undef USE_BINARY_FOPEN */ 30418a5822eSThomas Veerman 30518a5822eSThomas Veerman /* Use emulation support? */ 30618a5822eSThomas Veerman /* #undef USE_EMULATIONS */ 30718a5822eSThomas Veerman 30818a5822eSThomas Veerman /* Allow use of E_MIPS_ABI_O32 on MIPS targets. */ 30918a5822eSThomas Veerman /* #undef USE_E_MIPS_ABI_O32 */ 31018a5822eSThomas Veerman 31118a5822eSThomas Veerman /* Enable extensions on AIX 3, Interix. */ 31218a5822eSThomas Veerman #ifndef _ALL_SOURCE 31318a5822eSThomas Veerman # define _ALL_SOURCE 1 31418a5822eSThomas Veerman #endif 31518a5822eSThomas Veerman /* Enable GNU extensions on systems that have them. */ 31618a5822eSThomas Veerman #ifndef _GNU_SOURCE 31718a5822eSThomas Veerman # define _GNU_SOURCE 1 31818a5822eSThomas Veerman #endif 31918a5822eSThomas Veerman /* Enable threading extensions on Solaris. */ 32018a5822eSThomas Veerman #ifndef _POSIX_PTHREAD_SEMANTICS 32118a5822eSThomas Veerman # define _POSIX_PTHREAD_SEMANTICS 1 32218a5822eSThomas Veerman #endif 32318a5822eSThomas Veerman /* Enable extensions on HP NonStop. */ 32418a5822eSThomas Veerman #ifndef _TANDEM_SOURCE 32518a5822eSThomas Veerman # define _TANDEM_SOURCE 1 32618a5822eSThomas Veerman #endif 32718a5822eSThomas Veerman /* Enable general extensions on Solaris. */ 32818a5822eSThomas Veerman #ifndef __EXTENSIONS__ 32918a5822eSThomas Veerman # define __EXTENSIONS__ 1 33018a5822eSThomas Veerman #endif 33118a5822eSThomas Veerman 33218a5822eSThomas Veerman 33318a5822eSThomas Veerman /* Using cgen code? */ 33418a5822eSThomas Veerman /* #undef USING_CGEN */ 33518a5822eSThomas Veerman 33618a5822eSThomas Veerman /* Version number of package */ 337c9ea9e7aSLionel Sambuc #define VERSION "2.23.2" 33818a5822eSThomas Veerman 33918a5822eSThomas Veerman /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 34018a5822eSThomas Veerman significant byte first (like Motorola and SPARC, unlike Intel). */ 34118a5822eSThomas Veerman #if defined AC_APPLE_UNIVERSAL_BUILD 34218a5822eSThomas Veerman # if defined __BIG_ENDIAN__ 34318a5822eSThomas Veerman # define WORDS_BIGENDIAN 1 34418a5822eSThomas Veerman # endif 34518a5822eSThomas Veerman #else 34618a5822eSThomas Veerman # ifndef WORDS_BIGENDIAN 34718a5822eSThomas Veerman /* # undef WORDS_BIGENDIAN */ 34818a5822eSThomas Veerman # endif 34918a5822eSThomas Veerman #endif 35018a5822eSThomas Veerman 35118a5822eSThomas Veerman /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 35218a5822eSThomas Veerman `char[]'. */ 35318a5822eSThomas Veerman #define YYTEXT_POINTER 1 35418a5822eSThomas Veerman 35518a5822eSThomas Veerman /* Number of bits in a file offset, on hosts where this is settable. */ 35618a5822eSThomas Veerman /* #undef _FILE_OFFSET_BITS */ 35718a5822eSThomas Veerman 35818a5822eSThomas Veerman /* Define for large files, on AIX-style hosts. */ 35918a5822eSThomas Veerman /* #undef _LARGE_FILES */ 36018a5822eSThomas Veerman 36118a5822eSThomas Veerman /* Define to 1 if on MINIX. */ 362*0a6a1f1dSLionel Sambuc /* #undef _MINIX */ 36318a5822eSThomas Veerman 36418a5822eSThomas Veerman /* Define to 2 if the system does not provide POSIX.1 features except with 36518a5822eSThomas Veerman this defined. */ 366*0a6a1f1dSLionel Sambuc /* #undef _POSIX_1_SOURCE */ 36718a5822eSThomas Veerman 36818a5822eSThomas Veerman /* Define to 1 if you need to in order for `stat' and other things to work. */ 369*0a6a1f1dSLionel Sambuc /* #undef _POSIX_SOURCE */ 37018a5822eSThomas Veerman 37118a5822eSThomas Veerman /* Define to `__inline__' or `__inline' if that's what the C compiler 37218a5822eSThomas Veerman calls it, or to nothing if 'inline' is not supported under any name. */ 37318a5822eSThomas Veerman #ifndef __cplusplus 37418a5822eSThomas Veerman /* #undef inline */ 37518a5822eSThomas Veerman #endif 376