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 1 if translation of program messages to the user's native 16*c9ea9e7aSLionel Sambuc language is requested. */ 17*c9ea9e7aSLionel Sambuc #define ENABLE_NLS 1 18*c9ea9e7aSLionel Sambuc 19*c9ea9e7aSLionel Sambuc /* Additional extension a shared object might have. */ 20*c9ea9e7aSLionel Sambuc /* #undef EXTRA_SHLIB_EXTENSION */ 21*c9ea9e7aSLionel Sambuc 22*c9ea9e7aSLionel Sambuc /* Define to choose default GOT handling scheme */ 23*c9ea9e7aSLionel Sambuc #define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT 24*c9ea9e7aSLionel Sambuc 25*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `close' function. */ 26*c9ea9e7aSLionel Sambuc #define HAVE_CLOSE 1 27*c9ea9e7aSLionel Sambuc 28*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `environ', and to 0 if you 29*c9ea9e7aSLionel Sambuc don't. */ 30*c9ea9e7aSLionel Sambuc #define HAVE_DECL_ENVIRON 0 31*c9ea9e7aSLionel Sambuc 32*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `free', and to 0 if you don't. 33*c9ea9e7aSLionel Sambuc */ 34*c9ea9e7aSLionel Sambuc #define HAVE_DECL_FREE 1 35*c9ea9e7aSLionel Sambuc 36*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 37*c9ea9e7aSLionel Sambuc */ 38*c9ea9e7aSLionel Sambuc #define HAVE_DECL_GETENV 1 39*c9ea9e7aSLionel Sambuc 40*c9ea9e7aSLionel Sambuc /* Is the prototype for getopt in <unistd.h> in the expected format? */ 41*c9ea9e7aSLionel Sambuc #define HAVE_DECL_GETOPT 1 42*c9ea9e7aSLionel Sambuc 43*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. 44*c9ea9e7aSLionel Sambuc */ 45*c9ea9e7aSLionel Sambuc #define HAVE_DECL_SBRK 1 46*c9ea9e7aSLionel Sambuc 47*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. 48*c9ea9e7aSLionel Sambuc */ 49*c9ea9e7aSLionel Sambuc #define HAVE_DECL_STRSTR 1 50*c9ea9e7aSLionel Sambuc 51*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 52*c9ea9e7aSLionel Sambuc */ 53*c9ea9e7aSLionel Sambuc #define HAVE_DIRENT_H 1 54*c9ea9e7aSLionel Sambuc 55*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `dlclose' function. */ 56*c9ea9e7aSLionel Sambuc #define HAVE_DLCLOSE 1 57*c9ea9e7aSLionel Sambuc 58*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <dlfcn.h> header file. */ 59*c9ea9e7aSLionel Sambuc #define HAVE_DLFCN_H 1 60*c9ea9e7aSLionel Sambuc 61*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `dlopen' function. */ 62*c9ea9e7aSLionel Sambuc #define HAVE_DLOPEN 1 63*c9ea9e7aSLionel Sambuc 64*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `dlsym' function. */ 65*c9ea9e7aSLionel Sambuc #define HAVE_DLSYM 1 66*c9ea9e7aSLionel Sambuc 67*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <elf-hints.h> header file. */ 68*c9ea9e7aSLionel Sambuc /* #undef HAVE_ELF_HINTS_H */ 69*c9ea9e7aSLionel Sambuc 70*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <fcntl.h> header file. */ 71*c9ea9e7aSLionel Sambuc #define HAVE_FCNTL_H 1 72*c9ea9e7aSLionel Sambuc 73*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `glob' function. */ 74*c9ea9e7aSLionel Sambuc #define HAVE_GLOB 1 75*c9ea9e7aSLionel Sambuc 76*c9ea9e7aSLionel Sambuc /* Define .init_array/.fini_array sections are available and working. */ 77*c9ea9e7aSLionel Sambuc /* #undef HAVE_INITFINI_ARRAY */ 78*c9ea9e7aSLionel Sambuc 79*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <inttypes.h> header file. */ 80*c9ea9e7aSLionel Sambuc #define HAVE_INTTYPES_H 1 81*c9ea9e7aSLionel Sambuc 82*c9ea9e7aSLionel Sambuc /* Define if your <locale.h> file defines LC_MESSAGES. */ 83*c9ea9e7aSLionel Sambuc #define HAVE_LC_MESSAGES 1 84*c9ea9e7aSLionel Sambuc 85*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <limits.h> header file. */ 86*c9ea9e7aSLionel Sambuc #define HAVE_LIMITS_H 1 87*c9ea9e7aSLionel Sambuc 88*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <locale.h> header file. */ 89*c9ea9e7aSLionel Sambuc #define HAVE_LOCALE_H 1 90*c9ea9e7aSLionel Sambuc 91*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `lseek' function. */ 92*c9ea9e7aSLionel Sambuc #define HAVE_LSEEK 1 93*c9ea9e7aSLionel Sambuc 94*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <memory.h> header file. */ 95*c9ea9e7aSLionel Sambuc #define HAVE_MEMORY_H 1 96*c9ea9e7aSLionel Sambuc 97*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `mkstemp' function. */ 98*c9ea9e7aSLionel Sambuc #define HAVE_MKSTEMP 1 99*c9ea9e7aSLionel Sambuc 100*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 101*c9ea9e7aSLionel Sambuc /* #undef HAVE_NDIR_H */ 102*c9ea9e7aSLionel Sambuc 103*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `open' function. */ 104*c9ea9e7aSLionel Sambuc #define HAVE_OPEN 1 105*c9ea9e7aSLionel Sambuc 106*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `realpath' function. */ 107*c9ea9e7aSLionel Sambuc #define HAVE_REALPATH 1 108*c9ea9e7aSLionel Sambuc 109*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `sbrk' function. */ 110*c9ea9e7aSLionel Sambuc #define HAVE_SBRK 1 111*c9ea9e7aSLionel Sambuc 112*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `setlocale' function. */ 113*c9ea9e7aSLionel Sambuc #define HAVE_SETLOCALE 1 114*c9ea9e7aSLionel Sambuc 115*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <stdint.h> header file. */ 116*c9ea9e7aSLionel Sambuc #define HAVE_STDINT_H 1 117*c9ea9e7aSLionel Sambuc 118*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <stdlib.h> header file. */ 119*c9ea9e7aSLionel Sambuc #define HAVE_STDLIB_H 1 120*c9ea9e7aSLionel Sambuc 121*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <strings.h> header file. */ 122*c9ea9e7aSLionel Sambuc #define HAVE_STRINGS_H 1 123*c9ea9e7aSLionel Sambuc 124*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <string.h> header file. */ 125*c9ea9e7aSLionel Sambuc #define HAVE_STRING_H 1 126*c9ea9e7aSLionel Sambuc 127*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 128*c9ea9e7aSLionel Sambuc */ 129*c9ea9e7aSLionel Sambuc /* #undef HAVE_SYS_DIR_H */ 130*c9ea9e7aSLionel Sambuc 131*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/file.h> header file. */ 132*c9ea9e7aSLionel Sambuc #define HAVE_SYS_FILE_H 1 133*c9ea9e7aSLionel Sambuc 134*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 135*c9ea9e7aSLionel Sambuc */ 136*c9ea9e7aSLionel Sambuc /* #undef HAVE_SYS_NDIR_H */ 137*c9ea9e7aSLionel Sambuc 138*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/param.h> header file. */ 139*c9ea9e7aSLionel Sambuc #define HAVE_SYS_PARAM_H 1 140*c9ea9e7aSLionel Sambuc 141*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/stat.h> header file. */ 142*c9ea9e7aSLionel Sambuc #define HAVE_SYS_STAT_H 1 143*c9ea9e7aSLionel Sambuc 144*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/time.h> header file. */ 145*c9ea9e7aSLionel Sambuc #define HAVE_SYS_TIME_H 1 146*c9ea9e7aSLionel Sambuc 147*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <sys/types.h> header file. */ 148*c9ea9e7aSLionel Sambuc #define HAVE_SYS_TYPES_H 1 149*c9ea9e7aSLionel Sambuc 150*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <unistd.h> header file. */ 151*c9ea9e7aSLionel Sambuc #define HAVE_UNISTD_H 1 152*c9ea9e7aSLionel Sambuc 153*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the `waitpid' function. */ 154*c9ea9e7aSLionel Sambuc #define HAVE_WAITPID 1 155*c9ea9e7aSLionel Sambuc 156*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <windows.h> header file. */ 157*c9ea9e7aSLionel Sambuc /* #undef HAVE_WINDOWS_H */ 158*c9ea9e7aSLionel Sambuc 159*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the <zlib.h> header file. */ 160*c9ea9e7aSLionel Sambuc #define HAVE_ZLIB_H 1 161*c9ea9e7aSLionel Sambuc 162*c9ea9e7aSLionel Sambuc /* Define to the sub-directory in which libtool stores uninstalled libraries. 163*c9ea9e7aSLionel Sambuc */ 164*c9ea9e7aSLionel Sambuc #define LT_OBJDIR ".libs/" 165*c9ea9e7aSLionel Sambuc 166*c9ea9e7aSLionel Sambuc /* Name of package */ 167*c9ea9e7aSLionel Sambuc #define PACKAGE "ld" 168*c9ea9e7aSLionel Sambuc 169*c9ea9e7aSLionel Sambuc /* Define to the address where bug reports for this package should be sent. */ 170*c9ea9e7aSLionel Sambuc #define PACKAGE_BUGREPORT "" 171*c9ea9e7aSLionel Sambuc 172*c9ea9e7aSLionel Sambuc /* Define to the full name of this package. */ 173*c9ea9e7aSLionel Sambuc #define PACKAGE_NAME "" 174*c9ea9e7aSLionel Sambuc 175*c9ea9e7aSLionel Sambuc /* Define to the full name and version of this package. */ 176*c9ea9e7aSLionel Sambuc #define PACKAGE_STRING "" 177*c9ea9e7aSLionel Sambuc 178*c9ea9e7aSLionel Sambuc /* Define to the one symbol short name of this package. */ 179*c9ea9e7aSLionel Sambuc #define PACKAGE_TARNAME "" 180*c9ea9e7aSLionel Sambuc 181*c9ea9e7aSLionel Sambuc /* Define to the home page for this package. */ 182*c9ea9e7aSLionel Sambuc #define PACKAGE_URL "" 183*c9ea9e7aSLionel Sambuc 184*c9ea9e7aSLionel Sambuc /* Define to the version of this package. */ 185*c9ea9e7aSLionel Sambuc #define PACKAGE_VERSION "" 186*c9ea9e7aSLionel Sambuc 187*c9ea9e7aSLionel Sambuc /* The size of `void *', as computed by sizeof. */ 188*c9ea9e7aSLionel Sambuc #define SIZEOF_VOID_P 4 189*c9ea9e7aSLionel Sambuc 190*c9ea9e7aSLionel Sambuc /* Define to 1 if you have the ANSI C header files. */ 191*c9ea9e7aSLionel Sambuc #define STDC_HEADERS 1 192*c9ea9e7aSLionel Sambuc 193*c9ea9e7aSLionel Sambuc /* Define if you can safely include both <string.h> and <strings.h>. */ 194*c9ea9e7aSLionel Sambuc #define STRING_WITH_STRINGS 1 195*c9ea9e7aSLionel Sambuc 196*c9ea9e7aSLionel Sambuc /* Use b modifier when opening binary files? */ 197*c9ea9e7aSLionel Sambuc /* #undef USE_BINARY_FOPEN */ 198*c9ea9e7aSLionel Sambuc 199*c9ea9e7aSLionel Sambuc /* Enable extensions on AIX 3, Interix. */ 200*c9ea9e7aSLionel Sambuc #ifndef _ALL_SOURCE 201*c9ea9e7aSLionel Sambuc # define _ALL_SOURCE 1 202*c9ea9e7aSLionel Sambuc #endif 203*c9ea9e7aSLionel Sambuc /* Enable GNU extensions on systems that have them. */ 204*c9ea9e7aSLionel Sambuc #ifndef _GNU_SOURCE 205*c9ea9e7aSLionel Sambuc # define _GNU_SOURCE 1 206*c9ea9e7aSLionel Sambuc #endif 207*c9ea9e7aSLionel Sambuc /* Enable threading extensions on Solaris. */ 208*c9ea9e7aSLionel Sambuc #ifndef _POSIX_PTHREAD_SEMANTICS 209*c9ea9e7aSLionel Sambuc # define _POSIX_PTHREAD_SEMANTICS 1 210*c9ea9e7aSLionel Sambuc #endif 211*c9ea9e7aSLionel Sambuc /* Enable extensions on HP NonStop. */ 212*c9ea9e7aSLionel Sambuc #ifndef _TANDEM_SOURCE 213*c9ea9e7aSLionel Sambuc # define _TANDEM_SOURCE 1 214*c9ea9e7aSLionel Sambuc #endif 215*c9ea9e7aSLionel Sambuc /* Enable general extensions on Solaris. */ 216*c9ea9e7aSLionel Sambuc #ifndef __EXTENSIONS__ 217*c9ea9e7aSLionel Sambuc # define __EXTENSIONS__ 1 218*c9ea9e7aSLionel Sambuc #endif 219*c9ea9e7aSLionel Sambuc 220*c9ea9e7aSLionel Sambuc 221*c9ea9e7aSLionel Sambuc /* Version number of package */ 222*c9ea9e7aSLionel Sambuc #define VERSION "2.23.2" 223*c9ea9e7aSLionel Sambuc 224*c9ea9e7aSLionel Sambuc /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 225*c9ea9e7aSLionel Sambuc `char[]'. */ 226*c9ea9e7aSLionel Sambuc #define YYTEXT_POINTER 1 227*c9ea9e7aSLionel Sambuc 228*c9ea9e7aSLionel Sambuc /* Number of bits in a file offset, on hosts where this is settable. */ 229*c9ea9e7aSLionel Sambuc /* #undef _FILE_OFFSET_BITS */ 230*c9ea9e7aSLionel Sambuc 231*c9ea9e7aSLionel Sambuc /* Define for large files, on AIX-style hosts. */ 232*c9ea9e7aSLionel Sambuc /* #undef _LARGE_FILES */ 233*c9ea9e7aSLionel Sambuc 234*c9ea9e7aSLionel Sambuc /* Define to 1 if on MINIX. */ 235*c9ea9e7aSLionel Sambuc /* #undef _MINIX */ 236*c9ea9e7aSLionel Sambuc 237*c9ea9e7aSLionel Sambuc /* Define to 2 if the system does not provide POSIX.1 features except with 238*c9ea9e7aSLionel Sambuc this defined. */ 239*c9ea9e7aSLionel Sambuc /* #undef _POSIX_1_SOURCE */ 240*c9ea9e7aSLionel Sambuc 241*c9ea9e7aSLionel Sambuc /* Define to 1 if you need to in order for `stat' and other things to work. */ 242*c9ea9e7aSLionel Sambuc /* #undef _POSIX_SOURCE */ 243