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