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 to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 1618a5822eSThomas Veerman systems. This function is required for `alloca.c' support on those systems. 1718a5822eSThomas Veerman */ 1818a5822eSThomas Veerman /* #undef CRAY_STACKSEG_END */ 1918a5822eSThomas Veerman 2018a5822eSThomas Veerman /* Define to 1 if using `alloca.c'. */ 2118a5822eSThomas Veerman /* #undef C_ALLOCA */ 2218a5822eSThomas Veerman 23c9ea9e7aSLionel Sambuc /* Should ar and ranlib use -D behavior by default? */ 24c9ea9e7aSLionel Sambuc #define DEFAULT_AR_DETERMINISTIC 0 25c9ea9e7aSLionel Sambuc 26*0a6a1f1dSLionel Sambuc #if !defined(__minix) 2718a5822eSThomas Veerman /* Define to 1 if translation of program messages to the user's native 2818a5822eSThomas Veerman language is requested. */ 29*0a6a1f1dSLionel Sambuc #define ENABLE_NLS 1 30*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */ 3118a5822eSThomas Veerman 3218a5822eSThomas Veerman /* Suffix used for executables, if any. */ 3318a5822eSThomas Veerman #define EXECUTABLE_SUFFIX "" 3418a5822eSThomas Veerman 3518a5822eSThomas Veerman /* Define to 1 if you have `alloca', as a function or macro. */ 36*0a6a1f1dSLionel Sambuc #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 declaration of `environ', and to 0 if you 4318a5822eSThomas Veerman don't. */ 4418a5822eSThomas Veerman #define HAVE_DECL_ENVIRON 0 4518a5822eSThomas Veerman 4618a5822eSThomas Veerman /* Define to 1 if you have the declaration of `fprintf', and to 0 if you 4718a5822eSThomas Veerman don't. */ 4818a5822eSThomas Veerman #define HAVE_DECL_FPRINTF 1 4918a5822eSThomas Veerman 5018a5822eSThomas Veerman /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you 5118a5822eSThomas Veerman don't. */ 5218a5822eSThomas Veerman #define HAVE_DECL_GETC_UNLOCKED 1 5318a5822eSThomas Veerman 5418a5822eSThomas Veerman /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 5518a5822eSThomas Veerman */ 5618a5822eSThomas Veerman #define HAVE_DECL_GETENV 1 5718a5822eSThomas Veerman 5818a5822eSThomas Veerman /* Is the prototype for getopt in <unistd.h> in the expected format? */ 5918a5822eSThomas Veerman #define HAVE_DECL_GETOPT 1 6018a5822eSThomas Veerman 6118a5822eSThomas Veerman /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. 6218a5822eSThomas Veerman */ 6318a5822eSThomas Veerman #define HAVE_DECL_SBRK 1 6418a5822eSThomas Veerman 6518a5822eSThomas Veerman /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 6618a5822eSThomas Veerman don't. */ 6718a5822eSThomas Veerman #define HAVE_DECL_SNPRINTF 1 6818a5822eSThomas Veerman 6918a5822eSThomas Veerman /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 7018a5822eSThomas Veerman */ 7118a5822eSThomas Veerman #define HAVE_DECL_STPCPY 1 7218a5822eSThomas Veerman 7318a5822eSThomas Veerman /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. 7418a5822eSThomas Veerman */ 7518a5822eSThomas Veerman #define HAVE_DECL_STRSTR 1 7618a5822eSThomas Veerman 7718a5822eSThomas Veerman /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 7818a5822eSThomas Veerman don't. */ 7918a5822eSThomas Veerman #define HAVE_DECL_VSNPRINTF 1 8018a5822eSThomas Veerman 8118a5822eSThomas Veerman /* Define to 1 if you have the <dlfcn.h> header file. */ 8218a5822eSThomas Veerman #define HAVE_DLFCN_H 1 8318a5822eSThomas Veerman 8418a5822eSThomas Veerman /* Does the platform use an executable suffix? */ 8518a5822eSThomas Veerman /* #undef HAVE_EXECUTABLE_SUFFIX */ 8618a5822eSThomas Veerman 8718a5822eSThomas Veerman /* Define to 1 if you have the <fcntl.h> header file. */ 8818a5822eSThomas Veerman #define HAVE_FCNTL_H 1 8918a5822eSThomas Veerman 9018a5822eSThomas Veerman /* Define to 1 if you have the `getc_unlocked' function. */ 9118a5822eSThomas Veerman #define HAVE_GETC_UNLOCKED 1 9218a5822eSThomas Veerman 9318a5822eSThomas Veerman /* Does <utime.h> define struct utimbuf? */ 9418a5822eSThomas Veerman #define HAVE_GOOD_UTIME_H 1 9518a5822eSThomas Veerman 9618a5822eSThomas Veerman /* Define if you have the iconv() function. */ 9718a5822eSThomas Veerman #define HAVE_ICONV 1 9818a5822eSThomas Veerman 9918a5822eSThomas Veerman /* Define to 1 if you have the <inttypes.h> header file. */ 10018a5822eSThomas Veerman #define HAVE_INTTYPES_H 1 10118a5822eSThomas Veerman 102*0a6a1f1dSLionel Sambuc #if !defined(__minix) 103*0a6a1f1dSLionel Sambuc /* Define if your <locale.h> file defines LC_MESSAGES. */ 104*0a6a1f1dSLionel Sambuc #define HAVE_LC_MESSAGES 1 105*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */ 106*0a6a1f1dSLionel Sambuc 10718a5822eSThomas Veerman /* Define to 1 if you have the <limits.h> header file. */ 10818a5822eSThomas Veerman #define HAVE_LIMITS_H 1 10918a5822eSThomas Veerman 110*0a6a1f1dSLionel Sambuc #if !defined(__minix) 111*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <locale.h> header file. */ 112*0a6a1f1dSLionel Sambuc #define HAVE_LOCALE_H 1 113*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */ 114*0a6a1f1dSLionel Sambuc 115*0a6a1f1dSLionel Sambuc /* Define if mbstate_t exists in wchar.h. */ 116*0a6a1f1dSLionel Sambuc #define HAVE_MBSTATE_T 1 117*0a6a1f1dSLionel Sambuc 11818a5822eSThomas Veerman /* Define to 1 if you have the <memory.h> header file. */ 11918a5822eSThomas Veerman #define HAVE_MEMORY_H 1 12018a5822eSThomas Veerman 12118a5822eSThomas Veerman /* Define to 1 if you have the `mkdtemp' function. */ 12218a5822eSThomas Veerman #define HAVE_MKDTEMP 1 12318a5822eSThomas Veerman 12418a5822eSThomas Veerman /* Define to 1 if you have the `mkstemp' function. */ 12518a5822eSThomas Veerman #define HAVE_MKSTEMP 1 12618a5822eSThomas Veerman 12718a5822eSThomas Veerman /* Define to 1 if you have the `sbrk' function. */ 12818a5822eSThomas Veerman #define HAVE_SBRK 1 12918a5822eSThomas Veerman 130*0a6a1f1dSLionel Sambuc #if !defined(__minix) 131*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `setlocale' function. */ 132*0a6a1f1dSLionel Sambuc #define HAVE_SETLOCALE 1 133*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */ 134*0a6a1f1dSLionel Sambuc 13518a5822eSThomas Veerman /* Define to 1 if you have the `setmode' function. */ 13618a5822eSThomas Veerman #define HAVE_SETMODE 1 13718a5822eSThomas Veerman 13818a5822eSThomas Veerman /* Define to 1 if you have the <stdint.h> header file. */ 13918a5822eSThomas Veerman #define HAVE_STDINT_H 1 14018a5822eSThomas Veerman 14118a5822eSThomas Veerman /* Define to 1 if you have the <stdlib.h> header file. */ 14218a5822eSThomas Veerman #define HAVE_STDLIB_H 1 14318a5822eSThomas Veerman 14418a5822eSThomas Veerman /* Define to 1 if you have the `strcoll' function. */ 14518a5822eSThomas Veerman #define HAVE_STRCOLL 1 14618a5822eSThomas Veerman 14718a5822eSThomas Veerman /* Define to 1 if you have the <strings.h> header file. */ 14818a5822eSThomas Veerman #define HAVE_STRINGS_H 1 14918a5822eSThomas Veerman 15018a5822eSThomas Veerman /* Define to 1 if you have the <string.h> header file. */ 15118a5822eSThomas Veerman #define HAVE_STRING_H 1 15218a5822eSThomas Veerman 15318a5822eSThomas Veerman /* Define to 1 if you have the <sys/file.h> header file. */ 15418a5822eSThomas Veerman #define HAVE_SYS_FILE_H 1 15518a5822eSThomas Veerman 15618a5822eSThomas Veerman /* Define to 1 if you have the <sys/param.h> header file. */ 15718a5822eSThomas Veerman #define HAVE_SYS_PARAM_H 1 15818a5822eSThomas Veerman 15918a5822eSThomas Veerman /* Define to 1 if you have the <sys/stat.h> header file. */ 16018a5822eSThomas Veerman #define HAVE_SYS_STAT_H 1 16118a5822eSThomas Veerman 16218a5822eSThomas Veerman /* Define to 1 if you have the <sys/types.h> header file. */ 16318a5822eSThomas Veerman #define HAVE_SYS_TYPES_H 1 16418a5822eSThomas Veerman 16518a5822eSThomas Veerman /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 16618a5822eSThomas Veerman #define HAVE_SYS_WAIT_H 1 16718a5822eSThomas Veerman 16818a5822eSThomas Veerman /* Is the type time_t defined in <time.h>? */ 16918a5822eSThomas Veerman #define HAVE_TIME_T_IN_TIME_H 1 17018a5822eSThomas Veerman 17118a5822eSThomas Veerman /* Is the type time_t defined in <sys/types.h>? */ 17218a5822eSThomas Veerman #define HAVE_TIME_T_IN_TYPES_H 1 17318a5822eSThomas Veerman 17418a5822eSThomas Veerman /* Define to 1 if you have the <unistd.h> header file. */ 17518a5822eSThomas Veerman #define HAVE_UNISTD_H 1 17618a5822eSThomas Veerman 177*0a6a1f1dSLionel Sambuc #if !defined(__minix) 17818a5822eSThomas Veerman /* Define to 1 if you have the `utimes' function. */ 179*0a6a1f1dSLionel Sambuc #define HAVE_UTIMES 1 180*0a6a1f1dSLionel Sambuc #endif /* !defined(__minix) */ 181*0a6a1f1dSLionel Sambuc 182*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <wchar.h> header file. */ 183*0a6a1f1dSLionel Sambuc #define HAVE_WCHAR_H 1 18418a5822eSThomas Veerman 18518a5822eSThomas Veerman /* Define to 1 if you have the <zlib.h> header file. */ 18618a5822eSThomas Veerman #define HAVE_ZLIB_H 1 18718a5822eSThomas Veerman 18818a5822eSThomas Veerman /* Define as const if the declaration of iconv() needs const. */ 18918a5822eSThomas Veerman #define ICONV_CONST const 19018a5822eSThomas Veerman 19118a5822eSThomas Veerman /* Define to the sub-directory in which libtool stores uninstalled libraries. 19218a5822eSThomas Veerman */ 19318a5822eSThomas Veerman #define LT_OBJDIR ".libs/" 19418a5822eSThomas Veerman 19518a5822eSThomas Veerman /* Name of package */ 19618a5822eSThomas Veerman #define PACKAGE "binutils" 19718a5822eSThomas Veerman 19818a5822eSThomas Veerman /* Define to the address where bug reports for this package should be sent. */ 19918a5822eSThomas Veerman #define PACKAGE_BUGREPORT "" 20018a5822eSThomas Veerman 20118a5822eSThomas Veerman /* Define to the full name of this package. */ 20218a5822eSThomas Veerman #define PACKAGE_NAME "" 20318a5822eSThomas Veerman 20418a5822eSThomas Veerman /* Define to the full name and version of this package. */ 20518a5822eSThomas Veerman #define PACKAGE_STRING "" 20618a5822eSThomas Veerman 20718a5822eSThomas Veerman /* Define to the one symbol short name of this package. */ 20818a5822eSThomas Veerman #define PACKAGE_TARNAME "" 20918a5822eSThomas Veerman 21018a5822eSThomas Veerman /* Define to the home page for this package. */ 21118a5822eSThomas Veerman #define PACKAGE_URL "" 21218a5822eSThomas Veerman 21318a5822eSThomas Veerman /* Define to the version of this package. */ 21418a5822eSThomas Veerman #define PACKAGE_VERSION "" 21518a5822eSThomas Veerman 21618a5822eSThomas Veerman /* If using the C implementation of alloca, define if you know the 21718a5822eSThomas Veerman direction of stack growth for your system; otherwise it will be 21818a5822eSThomas Veerman automatically deduced at runtime. 21918a5822eSThomas Veerman STACK_DIRECTION > 0 => grows toward higher addresses 22018a5822eSThomas Veerman STACK_DIRECTION < 0 => grows toward lower addresses 22118a5822eSThomas Veerman STACK_DIRECTION = 0 => direction of growth unknown */ 22218a5822eSThomas Veerman /* #undef STACK_DIRECTION */ 22318a5822eSThomas Veerman 22418a5822eSThomas Veerman /* Define to 1 if you have the ANSI C header files. */ 22518a5822eSThomas Veerman #define STDC_HEADERS 1 22618a5822eSThomas Veerman 227c9ea9e7aSLionel Sambuc /* Define if you can safely include both <string.h> and <strings.h>. */ 228c9ea9e7aSLionel Sambuc #define STRING_WITH_STRINGS 1 229c9ea9e7aSLionel Sambuc 23018a5822eSThomas Veerman /* Configured target name. */ 231c566d462SLionel Sambuc #define TARGET "i586-elf32-minix" 23218a5822eSThomas Veerman 23318a5822eSThomas Veerman /* Define to 1 if user symbol names have a leading underscore, 0 if not. */ 23418a5822eSThomas Veerman #define TARGET_PREPENDS_UNDERSCORE 0 23518a5822eSThomas Veerman 23618a5822eSThomas Veerman /* Use b modifier when opening binary files? */ 23718a5822eSThomas Veerman /* #undef USE_BINARY_FOPEN */ 23818a5822eSThomas Veerman 23918a5822eSThomas Veerman /* Enable extensions on AIX 3, Interix. */ 24018a5822eSThomas Veerman #ifndef _ALL_SOURCE 24118a5822eSThomas Veerman # define _ALL_SOURCE 1 24218a5822eSThomas Veerman #endif 24318a5822eSThomas Veerman /* Enable GNU extensions on systems that have them. */ 24418a5822eSThomas Veerman #ifndef _GNU_SOURCE 24518a5822eSThomas Veerman # define _GNU_SOURCE 1 24618a5822eSThomas Veerman #endif 24718a5822eSThomas Veerman /* Enable threading extensions on Solaris. */ 24818a5822eSThomas Veerman #ifndef _POSIX_PTHREAD_SEMANTICS 24918a5822eSThomas Veerman # define _POSIX_PTHREAD_SEMANTICS 1 25018a5822eSThomas Veerman #endif 25118a5822eSThomas Veerman /* Enable extensions on HP NonStop. */ 25218a5822eSThomas Veerman #ifndef _TANDEM_SOURCE 25318a5822eSThomas Veerman # define _TANDEM_SOURCE 1 25418a5822eSThomas Veerman #endif 25518a5822eSThomas Veerman /* Enable general extensions on Solaris. */ 25618a5822eSThomas Veerman #ifndef __EXTENSIONS__ 25718a5822eSThomas Veerman # define __EXTENSIONS__ 1 25818a5822eSThomas Veerman #endif 25918a5822eSThomas Veerman 26018a5822eSThomas Veerman 26118a5822eSThomas Veerman /* Version number of package */ 262c9ea9e7aSLionel Sambuc #define VERSION "2.23.2" 26318a5822eSThomas Veerman 26418a5822eSThomas Veerman /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 26518a5822eSThomas Veerman `char[]'. */ 26618a5822eSThomas Veerman #define YYTEXT_POINTER 1 26718a5822eSThomas Veerman 26818a5822eSThomas Veerman /* Number of bits in a file offset, on hosts where this is settable. */ 26918a5822eSThomas Veerman /* #undef _FILE_OFFSET_BITS */ 27018a5822eSThomas Veerman 27118a5822eSThomas Veerman /* Define for large files, on AIX-style hosts. */ 27218a5822eSThomas Veerman /* #undef _LARGE_FILES */ 27318a5822eSThomas Veerman 27418a5822eSThomas Veerman /* Define to 1 if on MINIX. */ 275*0a6a1f1dSLionel Sambuc /* #undef _MINIX */ 27618a5822eSThomas Veerman 27718a5822eSThomas Veerman /* Define to 2 if the system does not provide POSIX.1 features except with 27818a5822eSThomas Veerman this defined. */ 279*0a6a1f1dSLionel Sambuc /* #undef _POSIX_1_SOURCE */ 28018a5822eSThomas Veerman 28118a5822eSThomas Veerman /* Define to 1 if you need to in order for `stat' and other things to work. */ 282*0a6a1f1dSLionel Sambuc /* #undef _POSIX_SOURCE */ 283