1*c9ea9e7aSLionel Sambuc /* This file is automatically generated. DO NOT EDIT! */ 2*c9ea9e7aSLionel Sambuc /* Generated from: NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp */ 3*c9ea9e7aSLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ 4*c9ea9e7aSLionel Sambuc 5*c9ea9e7aSLionel Sambuc /* config.h. Generated from config.in by configure. */ 6*c9ea9e7aSLionel Sambuc /* config.in. Generated from configure.in by autoheader. */ 7*c9ea9e7aSLionel Sambuc 8*c9ea9e7aSLionel Sambuc /* Check that config.h is #included before system headers 9*c9ea9e7aSLionel Sambuc (this works only for glibc, but that should be enough). */ 10*c9ea9e7aSLionel Sambuc #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 11*c9ea9e7aSLionel Sambuc # error config.h must be #included before system headers 12*c9ea9e7aSLionel Sambuc #endif 13*c9ea9e7aSLionel Sambuc #define __CONFIG_H__ 1 14*c9ea9e7aSLionel Sambuc 15*c9ea9e7aSLionel Sambuc /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 16*c9ea9e7aSLionel Sambuc systems. This function is required for `alloca.c' support on those systems. 17*c9ea9e7aSLionel Sambuc */ 18*c9ea9e7aSLionel Sambuc /* #undef CRAY_STACKSEG_END */ 19*c9ea9e7aSLionel Sambuc 20*c9ea9e7aSLionel Sambuc /* Define to 1 if using `alloca.c'. */ 21*c9ea9e7aSLionel Sambuc /* #undef C_ALLOCA */ 22*c9ea9e7aSLionel Sambuc 23*c9ea9e7aSLionel Sambuc /* Should ar and ranlib use -D behavior by default? */ 24*c9ea9e7aSLionel Sambuc #define DEFAULT_AR_DETERMINISTIC 0 25*c9ea9e7aSLionel Sambuc 26*c9ea9e7aSLionel Sambuc /* Define to 1 if translation of program messages to the user's native 27*c9ea9e7aSLionel Sambuc language is requested. */ 28*c9ea9e7aSLionel Sambuc #define ENABLE_NLS 1 29*c9ea9e7aSLionel Sambuc 30*c9ea9e7aSLionel Sambuc /* Suffix used for executables, if any. */ 31*c9ea9e7aSLionel Sambuc #define EXECUTABLE_SUFFIX "" 32*c9ea9e7aSLionel Sambuc 33*c9ea9e7aSLionel Sambuc /* Define to 1 if you have `alloca', as a function or macro. */ 34*c9ea9e7aSLionel Sambuc #define HAVE_ALLOCA 1 35*c9ea9e7aSLionel Sambuc 36*c9ea9e7aSLionel Sambuc /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 37*c9ea9e7aSLionel Sambuc */ 38*c9ea9e7aSLionel Sambuc /* #undef HAVE_ALLOCA_H */ 39*c9ea9e7aSLionel Sambuc 40*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `environ', and to 0 if you 41*c9ea9e7aSLionel Sambuc don't. */ 42*c9ea9e7aSLionel Sambuc #define HAVE_DECL_ENVIRON 0 43*c9ea9e7aSLionel Sambuc 44*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `fprintf', and to 0 if you 45*c9ea9e7aSLionel Sambuc don't. */ 46*c9ea9e7aSLionel Sambuc #define HAVE_DECL_FPRINTF 1 47*c9ea9e7aSLionel Sambuc 48*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you 49*c9ea9e7aSLionel Sambuc don't. */ 50*c9ea9e7aSLionel Sambuc #define HAVE_DECL_GETC_UNLOCKED 1 51*c9ea9e7aSLionel Sambuc 52*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 53*c9ea9e7aSLionel Sambuc */ 54*c9ea9e7aSLionel Sambuc #define HAVE_DECL_GETENV 1 55*c9ea9e7aSLionel Sambuc 56*c9ea9e7aSLionel Sambuc /* Is the prototype for getopt in <unistd.h> in the expected format? */ 57*c9ea9e7aSLionel Sambuc #define HAVE_DECL_GETOPT 1 58*c9ea9e7aSLionel Sambuc 59*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. 60*c9ea9e7aSLionel Sambuc */ 61*c9ea9e7aSLionel Sambuc #define HAVE_DECL_SBRK 1 62*c9ea9e7aSLionel Sambuc 63*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 64*c9ea9e7aSLionel Sambuc don't. */ 65*c9ea9e7aSLionel Sambuc #define HAVE_DECL_SNPRINTF 1 66*c9ea9e7aSLionel Sambuc 67*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 68*c9ea9e7aSLionel Sambuc */ 69*c9ea9e7aSLionel Sambuc #define HAVE_DECL_STPCPY 1 70*c9ea9e7aSLionel Sambuc 71*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. 72*c9ea9e7aSLionel Sambuc */ 73*c9ea9e7aSLionel Sambuc #define HAVE_DECL_STRSTR 1 74*c9ea9e7aSLionel Sambuc 75*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 76*c9ea9e7aSLionel Sambuc don't. */ 77*c9ea9e7aSLionel Sambuc #define HAVE_DECL_VSNPRINTF 1 78*c9ea9e7aSLionel Sambuc 79*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <dlfcn.h> header file. */ 80*c9ea9e7aSLionel Sambuc #define HAVE_DLFCN_H 1 81*c9ea9e7aSLionel Sambuc 82*c9ea9e7aSLionel Sambuc /* Does the platform use an executable suffix? */ 83*c9ea9e7aSLionel Sambuc /* #undef HAVE_EXECUTABLE_SUFFIX */ 84*c9ea9e7aSLionel Sambuc 85*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <fcntl.h> header file. */ 86*c9ea9e7aSLionel Sambuc #define HAVE_FCNTL_H 1 87*c9ea9e7aSLionel Sambuc 88*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `getc_unlocked' function. */ 89*c9ea9e7aSLionel Sambuc #define HAVE_GETC_UNLOCKED 1 90*c9ea9e7aSLionel Sambuc 91*c9ea9e7aSLionel Sambuc /* Does <utime.h> define struct utimbuf? */ 92*c9ea9e7aSLionel Sambuc #define HAVE_GOOD_UTIME_H 1 93*c9ea9e7aSLionel Sambuc 94*c9ea9e7aSLionel Sambuc /* Define if you have the iconv() function. */ 95*c9ea9e7aSLionel Sambuc #define HAVE_ICONV 1 96*c9ea9e7aSLionel Sambuc 97*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <inttypes.h> header file. */ 98*c9ea9e7aSLionel Sambuc #define HAVE_INTTYPES_H 1 99*c9ea9e7aSLionel Sambuc 100*c9ea9e7aSLionel Sambuc /* Define if your <locale.h> file defines LC_MESSAGES. */ 101*c9ea9e7aSLionel Sambuc #define HAVE_LC_MESSAGES 1 102*c9ea9e7aSLionel Sambuc 103*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <limits.h> header file. */ 104*c9ea9e7aSLionel Sambuc #define HAVE_LIMITS_H 1 105*c9ea9e7aSLionel Sambuc 106*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <locale.h> header file. */ 107*c9ea9e7aSLionel Sambuc #define HAVE_LOCALE_H 1 108*c9ea9e7aSLionel Sambuc 109*c9ea9e7aSLionel Sambuc /* Define if mbstate_t exists in wchar.h. */ 110*c9ea9e7aSLionel Sambuc #define HAVE_MBSTATE_T 1 111*c9ea9e7aSLionel Sambuc 112*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <memory.h> header file. */ 113*c9ea9e7aSLionel Sambuc #define HAVE_MEMORY_H 1 114*c9ea9e7aSLionel Sambuc 115*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `mkdtemp' function. */ 116*c9ea9e7aSLionel Sambuc #define HAVE_MKDTEMP 1 117*c9ea9e7aSLionel Sambuc 118*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `mkstemp' function. */ 119*c9ea9e7aSLionel Sambuc #define HAVE_MKSTEMP 1 120*c9ea9e7aSLionel Sambuc 121*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `sbrk' function. */ 122*c9ea9e7aSLionel Sambuc #define HAVE_SBRK 1 123*c9ea9e7aSLionel Sambuc 124*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `setlocale' function. */ 125*c9ea9e7aSLionel Sambuc #define HAVE_SETLOCALE 1 126*c9ea9e7aSLionel Sambuc 127*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `setmode' function. */ 128*c9ea9e7aSLionel Sambuc #define HAVE_SETMODE 1 129*c9ea9e7aSLionel Sambuc 130*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <stdint.h> header file. */ 131*c9ea9e7aSLionel Sambuc #define HAVE_STDINT_H 1 132*c9ea9e7aSLionel Sambuc 133*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <stdlib.h> header file. */ 134*c9ea9e7aSLionel Sambuc #define HAVE_STDLIB_H 1 135*c9ea9e7aSLionel Sambuc 136*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `strcoll' function. */ 137*c9ea9e7aSLionel Sambuc #define HAVE_STRCOLL 1 138*c9ea9e7aSLionel Sambuc 139*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <strings.h> header file. */ 140*c9ea9e7aSLionel Sambuc #define HAVE_STRINGS_H 1 141*c9ea9e7aSLionel Sambuc 142*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <string.h> header file. */ 143*c9ea9e7aSLionel Sambuc #define HAVE_STRING_H 1 144*c9ea9e7aSLionel Sambuc 145*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/file.h> header file. */ 146*c9ea9e7aSLionel Sambuc #define HAVE_SYS_FILE_H 1 147*c9ea9e7aSLionel Sambuc 148*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/param.h> header file. */ 149*c9ea9e7aSLionel Sambuc #define HAVE_SYS_PARAM_H 1 150*c9ea9e7aSLionel Sambuc 151*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/stat.h> header file. */ 152*c9ea9e7aSLionel Sambuc #define HAVE_SYS_STAT_H 1 153*c9ea9e7aSLionel Sambuc 154*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/types.h> header file. */ 155*c9ea9e7aSLionel Sambuc #define HAVE_SYS_TYPES_H 1 156*c9ea9e7aSLionel Sambuc 157*c9ea9e7aSLionel Sambuc /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 158*c9ea9e7aSLionel Sambuc #define HAVE_SYS_WAIT_H 1 159*c9ea9e7aSLionel Sambuc 160*c9ea9e7aSLionel Sambuc /* Is the type time_t defined in <time.h>? */ 161*c9ea9e7aSLionel Sambuc #define HAVE_TIME_T_IN_TIME_H 1 162*c9ea9e7aSLionel Sambuc 163*c9ea9e7aSLionel Sambuc /* Is the type time_t defined in <sys/types.h>? */ 164*c9ea9e7aSLionel Sambuc #define HAVE_TIME_T_IN_TYPES_H 1 165*c9ea9e7aSLionel Sambuc 166*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <unistd.h> header file. */ 167*c9ea9e7aSLionel Sambuc #define HAVE_UNISTD_H 1 168*c9ea9e7aSLionel Sambuc 169*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `utimes' function. */ 170*c9ea9e7aSLionel Sambuc #define HAVE_UTIMES 1 171*c9ea9e7aSLionel Sambuc 172*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <wchar.h> header file. */ 173*c9ea9e7aSLionel Sambuc #define HAVE_WCHAR_H 1 174*c9ea9e7aSLionel Sambuc 175*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <zlib.h> header file. */ 176*c9ea9e7aSLionel Sambuc #define HAVE_ZLIB_H 1 177*c9ea9e7aSLionel Sambuc 178*c9ea9e7aSLionel Sambuc /* Define as const if the declaration of iconv() needs const. */ 179*c9ea9e7aSLionel Sambuc #define ICONV_CONST const 180*c9ea9e7aSLionel Sambuc 181*c9ea9e7aSLionel Sambuc /* Define to the sub-directory in which libtool stores uninstalled libraries. 182*c9ea9e7aSLionel Sambuc */ 183*c9ea9e7aSLionel Sambuc #define LT_OBJDIR ".libs/" 184*c9ea9e7aSLionel Sambuc 185*c9ea9e7aSLionel Sambuc /* Name of package */ 186*c9ea9e7aSLionel Sambuc #define PACKAGE "binutils" 187*c9ea9e7aSLionel Sambuc 188*c9ea9e7aSLionel Sambuc /* Define to the address where bug reports for this package should be sent. */ 189*c9ea9e7aSLionel Sambuc #define PACKAGE_BUGREPORT "" 190*c9ea9e7aSLionel Sambuc 191*c9ea9e7aSLionel Sambuc /* Define to the full name of this package. */ 192*c9ea9e7aSLionel Sambuc #define PACKAGE_NAME "" 193*c9ea9e7aSLionel Sambuc 194*c9ea9e7aSLionel Sambuc /* Define to the full name and version of this package. */ 195*c9ea9e7aSLionel Sambuc #define PACKAGE_STRING "" 196*c9ea9e7aSLionel Sambuc 197*c9ea9e7aSLionel Sambuc /* Define to the one symbol short name of this package. */ 198*c9ea9e7aSLionel Sambuc #define PACKAGE_TARNAME "" 199*c9ea9e7aSLionel Sambuc 200*c9ea9e7aSLionel Sambuc /* Define to the home page for this package. */ 201*c9ea9e7aSLionel Sambuc #define PACKAGE_URL "" 202*c9ea9e7aSLionel Sambuc 203*c9ea9e7aSLionel Sambuc /* Define to the version of this package. */ 204*c9ea9e7aSLionel Sambuc #define PACKAGE_VERSION "" 205*c9ea9e7aSLionel Sambuc 206*c9ea9e7aSLionel Sambuc /* If using the C implementation of alloca, define if you know the 207*c9ea9e7aSLionel Sambuc direction of stack growth for your system; otherwise it will be 208*c9ea9e7aSLionel Sambuc automatically deduced at runtime. 209*c9ea9e7aSLionel Sambuc STACK_DIRECTION > 0 => grows toward higher addresses 210*c9ea9e7aSLionel Sambuc STACK_DIRECTION < 0 => grows toward lower addresses 211*c9ea9e7aSLionel Sambuc STACK_DIRECTION = 0 => direction of growth unknown */ 212*c9ea9e7aSLionel Sambuc /* #undef STACK_DIRECTION */ 213*c9ea9e7aSLionel Sambuc 214*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the ANSI C header files. */ 215*c9ea9e7aSLionel Sambuc #define STDC_HEADERS 1 216*c9ea9e7aSLionel Sambuc 217*c9ea9e7aSLionel Sambuc /* Define if you can safely include both <string.h> and <strings.h>. */ 218*c9ea9e7aSLionel Sambuc #define STRING_WITH_STRINGS 1 219*c9ea9e7aSLionel Sambuc 220*c9ea9e7aSLionel Sambuc /* Configured target name. */ 221*c9ea9e7aSLionel Sambuc #define TARGET "armeb--netbsdelf-eabihf" 222*c9ea9e7aSLionel Sambuc 223*c9ea9e7aSLionel Sambuc /* Define to 1 if user symbol names have a leading underscore, 0 if not. */ 224*c9ea9e7aSLionel Sambuc #define TARGET_PREPENDS_UNDERSCORE 0 225*c9ea9e7aSLionel Sambuc 226*c9ea9e7aSLionel Sambuc /* Use b modifier when opening binary files? */ 227*c9ea9e7aSLionel Sambuc /* #undef USE_BINARY_FOPEN */ 228*c9ea9e7aSLionel Sambuc 229*c9ea9e7aSLionel Sambuc /* Enable extensions on AIX 3, Interix. */ 230*c9ea9e7aSLionel Sambuc #ifndef _ALL_SOURCE 231*c9ea9e7aSLionel Sambuc # define _ALL_SOURCE 1 232*c9ea9e7aSLionel Sambuc #endif 233*c9ea9e7aSLionel Sambuc /* Enable GNU extensions on systems that have them. */ 234*c9ea9e7aSLionel Sambuc #ifndef _GNU_SOURCE 235*c9ea9e7aSLionel Sambuc # define _GNU_SOURCE 1 236*c9ea9e7aSLionel Sambuc #endif 237*c9ea9e7aSLionel Sambuc /* Enable threading extensions on Solaris. */ 238*c9ea9e7aSLionel Sambuc #ifndef _POSIX_PTHREAD_SEMANTICS 239*c9ea9e7aSLionel Sambuc # define _POSIX_PTHREAD_SEMANTICS 1 240*c9ea9e7aSLionel Sambuc #endif 241*c9ea9e7aSLionel Sambuc /* Enable extensions on HP NonStop. */ 242*c9ea9e7aSLionel Sambuc #ifndef _TANDEM_SOURCE 243*c9ea9e7aSLionel Sambuc # define _TANDEM_SOURCE 1 244*c9ea9e7aSLionel Sambuc #endif 245*c9ea9e7aSLionel Sambuc /* Enable general extensions on Solaris. */ 246*c9ea9e7aSLionel Sambuc #ifndef __EXTENSIONS__ 247*c9ea9e7aSLionel Sambuc # define __EXTENSIONS__ 1 248*c9ea9e7aSLionel Sambuc #endif 249*c9ea9e7aSLionel Sambuc 250*c9ea9e7aSLionel Sambuc 251*c9ea9e7aSLionel Sambuc /* Version number of package */ 252*c9ea9e7aSLionel Sambuc #define VERSION "2.23.2" 253*c9ea9e7aSLionel Sambuc 254*c9ea9e7aSLionel Sambuc /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 255*c9ea9e7aSLionel Sambuc `char[]'. */ 256*c9ea9e7aSLionel Sambuc #define YYTEXT_POINTER 1 257*c9ea9e7aSLionel Sambuc 258*c9ea9e7aSLionel Sambuc /* Number of bits in a file offset, on hosts where this is settable. */ 259*c9ea9e7aSLionel Sambuc /* #undef _FILE_OFFSET_BITS */ 260*c9ea9e7aSLionel Sambuc 261*c9ea9e7aSLionel Sambuc /* Define for large files, on AIX-style hosts. */ 262*c9ea9e7aSLionel Sambuc /* #undef _LARGE_FILES */ 263*c9ea9e7aSLionel Sambuc 264*c9ea9e7aSLionel Sambuc /* Define to 1 if on MINIX. */ 265*c9ea9e7aSLionel Sambuc /* #undef _MINIX */ 266*c9ea9e7aSLionel Sambuc 267*c9ea9e7aSLionel Sambuc /* Define to 2 if the system does not provide POSIX.1 features except with 268*c9ea9e7aSLionel Sambuc this defined. */ 269*c9ea9e7aSLionel Sambuc /* #undef _POSIX_1_SOURCE */ 270*c9ea9e7aSLionel Sambuc 271*c9ea9e7aSLionel Sambuc /* Define to 1 if you need to in order for `stat' and other things to work. */ 272*c9ea9e7aSLionel Sambuc /* #undef _POSIX_SOURCE */ 273