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