13ab889c1Smatt /* This file is automatically generated. DO NOT EDIT! */ 2f51ed01fSchristos /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp */ 3f51ed01fSchristos /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */ 43ab889c1Smatt 53ab889c1Smatt /* config.h. Generated from config.in by configure. */ 6f51ed01fSchristos /* config.in. Generated from configure.ac by autoheader. */ 73ab889c1Smatt 84e64e7adSmrg /* Check that config.h is #included before system headers 94e64e7adSmrg (this works only for glibc, but that should be enough). */ 104e64e7adSmrg #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 114e64e7adSmrg # error config.h must be #included before system headers 124e64e7adSmrg #endif 134e64e7adSmrg #define __CONFIG_H__ 1 144e64e7adSmrg 15f51ed01fSchristos /* Define if you want compressed debug sections by default. */ 16f51ed01fSchristos /* #undef DEFAULT_FLAG_COMPRESS_DEBUG */ 17f51ed01fSchristos 183ab889c1Smatt /* Define to 1 if translation of program messages to the user's native 193ab889c1Smatt language is requested. */ 203ab889c1Smatt #define ENABLE_NLS 1 213ab889c1Smatt 223ab889c1Smatt /* Additional extension a shared object might have. */ 233ab889c1Smatt /* #undef EXTRA_SHLIB_EXTENSION */ 243ab889c1Smatt 253ab889c1Smatt /* Define to choose default GOT handling scheme */ 263ab889c1Smatt #define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT 273ab889c1Smatt 283ab889c1Smatt /* Define to 1 if you have the `close' function. */ 293ab889c1Smatt #define HAVE_CLOSE 1 303ab889c1Smatt 313ab889c1Smatt /* Define to 1 if you have the declaration of `environ', and to 0 if you 323ab889c1Smatt don't. */ 333ab889c1Smatt #define HAVE_DECL_ENVIRON 0 343ab889c1Smatt 353ab889c1Smatt /* Define to 1 if you have the declaration of `free', and to 0 if you don't. 363ab889c1Smatt */ 373ab889c1Smatt #define HAVE_DECL_FREE 1 383ab889c1Smatt 393ab889c1Smatt /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 403ab889c1Smatt */ 413ab889c1Smatt #define HAVE_DECL_GETENV 1 423ab889c1Smatt 433ab889c1Smatt /* Is the prototype for getopt in <unistd.h> in the expected format? */ 443ab889c1Smatt #define HAVE_DECL_GETOPT 1 453ab889c1Smatt 463ab889c1Smatt /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. 473ab889c1Smatt */ 483ab889c1Smatt #define HAVE_DECL_SBRK 1 493ab889c1Smatt 503ab889c1Smatt /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. 513ab889c1Smatt */ 523ab889c1Smatt #define HAVE_DECL_STRSTR 1 533ab889c1Smatt 543ab889c1Smatt /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 553ab889c1Smatt */ 563ab889c1Smatt #define HAVE_DIRENT_H 1 573ab889c1Smatt 583ab889c1Smatt /* Define to 1 if you have the <dlfcn.h> header file. */ 593ab889c1Smatt #define HAVE_DLFCN_H 1 603ab889c1Smatt 613ab889c1Smatt /* Define to 1 if you have the <elf-hints.h> header file. */ 623ab889c1Smatt /* #undef HAVE_ELF_HINTS_H */ 633ab889c1Smatt 643ab889c1Smatt /* Define to 1 if you have the <fcntl.h> header file. */ 653ab889c1Smatt #define HAVE_FCNTL_H 1 663ab889c1Smatt 67f51ed01fSchristos /* Define to 1 if you have the `getpagesize' function. */ 68f51ed01fSchristos #define HAVE_GETPAGESIZE 1 69f51ed01fSchristos 703ab889c1Smatt /* Define to 1 if you have the `glob' function. */ 713ab889c1Smatt #define HAVE_GLOB 1 723ab889c1Smatt 734e64e7adSmrg /* Define .init_array/.fini_array sections are available and working. */ 744e64e7adSmrg /* #undef HAVE_INITFINI_ARRAY */ 754e64e7adSmrg 763ab889c1Smatt /* Define to 1 if you have the <inttypes.h> header file. */ 773ab889c1Smatt #define HAVE_INTTYPES_H 1 783ab889c1Smatt 794e64e7adSmrg /* Define if your <locale.h> file defines LC_MESSAGES. */ 804e64e7adSmrg #define HAVE_LC_MESSAGES 1 814e64e7adSmrg 823ab889c1Smatt /* Define to 1 if you have the <limits.h> header file. */ 833ab889c1Smatt #define HAVE_LIMITS_H 1 843ab889c1Smatt 854e64e7adSmrg /* Define to 1 if you have the <locale.h> header file. */ 864e64e7adSmrg #define HAVE_LOCALE_H 1 874e64e7adSmrg 883ab889c1Smatt /* Define to 1 if you have the `lseek' function. */ 893ab889c1Smatt #define HAVE_LSEEK 1 903ab889c1Smatt 913ab889c1Smatt /* Define to 1 if you have the <memory.h> header file. */ 923ab889c1Smatt #define HAVE_MEMORY_H 1 933ab889c1Smatt 943ab889c1Smatt /* Define to 1 if you have the `mkstemp' function. */ 953ab889c1Smatt #define HAVE_MKSTEMP 1 963ab889c1Smatt 97f51ed01fSchristos /* Define to 1 if you have a working `mmap' system call. */ 98f51ed01fSchristos #define HAVE_MMAP 1 99f51ed01fSchristos 1003ab889c1Smatt /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 1013ab889c1Smatt /* #undef HAVE_NDIR_H */ 1023ab889c1Smatt 1033ab889c1Smatt /* Define to 1 if you have the `open' function. */ 1043ab889c1Smatt #define HAVE_OPEN 1 1053ab889c1Smatt 1063ab889c1Smatt /* Define to 1 if you have the `realpath' function. */ 1073ab889c1Smatt #define HAVE_REALPATH 1 1083ab889c1Smatt 1093ab889c1Smatt /* Define to 1 if you have the `sbrk' function. */ 1103ab889c1Smatt #define HAVE_SBRK 1 1113ab889c1Smatt 1124e64e7adSmrg /* Define to 1 if you have the `setlocale' function. */ 1134e64e7adSmrg #define HAVE_SETLOCALE 1 1144e64e7adSmrg 1153ab889c1Smatt /* Define to 1 if you have the <stdint.h> header file. */ 1163ab889c1Smatt #define HAVE_STDINT_H 1 1173ab889c1Smatt 1183ab889c1Smatt /* Define to 1 if you have the <stdlib.h> header file. */ 1193ab889c1Smatt #define HAVE_STDLIB_H 1 1203ab889c1Smatt 1213ab889c1Smatt /* Define to 1 if you have the <strings.h> header file. */ 1223ab889c1Smatt #define HAVE_STRINGS_H 1 1233ab889c1Smatt 1243ab889c1Smatt /* Define to 1 if you have the <string.h> header file. */ 1253ab889c1Smatt #define HAVE_STRING_H 1 1263ab889c1Smatt 1273ab889c1Smatt /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 1283ab889c1Smatt */ 1293ab889c1Smatt /* #undef HAVE_SYS_DIR_H */ 1303ab889c1Smatt 1313ab889c1Smatt /* Define to 1 if you have the <sys/file.h> header file. */ 1323ab889c1Smatt #define HAVE_SYS_FILE_H 1 1333ab889c1Smatt 1343ab889c1Smatt /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 1353ab889c1Smatt */ 1363ab889c1Smatt /* #undef HAVE_SYS_NDIR_H */ 1373ab889c1Smatt 1383ab889c1Smatt /* Define to 1 if you have the <sys/param.h> header file. */ 1393ab889c1Smatt #define HAVE_SYS_PARAM_H 1 1403ab889c1Smatt 1413ab889c1Smatt /* Define to 1 if you have the <sys/stat.h> header file. */ 1423ab889c1Smatt #define HAVE_SYS_STAT_H 1 1433ab889c1Smatt 1443ab889c1Smatt /* Define to 1 if you have the <sys/time.h> header file. */ 1453ab889c1Smatt #define HAVE_SYS_TIME_H 1 1463ab889c1Smatt 1473ab889c1Smatt /* Define to 1 if you have the <sys/types.h> header file. */ 1483ab889c1Smatt #define HAVE_SYS_TYPES_H 1 1493ab889c1Smatt 1503ab889c1Smatt /* Define to 1 if you have the <unistd.h> header file. */ 1513ab889c1Smatt #define HAVE_UNISTD_H 1 1523ab889c1Smatt 1533ab889c1Smatt /* Define to 1 if you have the `waitpid' function. */ 1543ab889c1Smatt #define HAVE_WAITPID 1 1553ab889c1Smatt 1564e64e7adSmrg /* Define to 1 if you have the <windows.h> header file. */ 1573ab889c1Smatt /* #undef HAVE_WINDOWS_H */ 1583ab889c1Smatt 1593ab889c1Smatt /* Define to the sub-directory in which libtool stores uninstalled libraries. 1603ab889c1Smatt */ 1613ab889c1Smatt #define LT_OBJDIR ".libs/" 1623ab889c1Smatt 1633ab889c1Smatt /* Name of package */ 1643ab889c1Smatt #define PACKAGE "ld" 1653ab889c1Smatt 1663ab889c1Smatt /* Define to the address where bug reports for this package should be sent. */ 1673ab889c1Smatt #define PACKAGE_BUGREPORT "" 1683ab889c1Smatt 1693ab889c1Smatt /* Define to the full name of this package. */ 170f51ed01fSchristos #define PACKAGE_NAME "ld" 1713ab889c1Smatt 1723ab889c1Smatt /* Define to the full name and version of this package. */ 173*4f619feaSchristos #define PACKAGE_STRING "ld 2.26.1" 1743ab889c1Smatt 1753ab889c1Smatt /* Define to the one symbol short name of this package. */ 176f51ed01fSchristos #define PACKAGE_TARNAME "ld" 1773ab889c1Smatt 1783ab889c1Smatt /* Define to the home page for this package. */ 1793ab889c1Smatt #define PACKAGE_URL "" 1803ab889c1Smatt 1813ab889c1Smatt /* Define to the version of this package. */ 182*4f619feaSchristos #define PACKAGE_VERSION "2.26.1" 1833ab889c1Smatt 1844e64e7adSmrg /* The size of `void *', as computed by sizeof. */ 1854e64e7adSmrg #define SIZEOF_VOID_P 4 1863ab889c1Smatt 1873ab889c1Smatt /* Define to 1 if you have the ANSI C header files. */ 1883ab889c1Smatt #define STDC_HEADERS 1 1893ab889c1Smatt 1904e64e7adSmrg /* Define if you can safely include both <string.h> and <strings.h>. */ 1914e64e7adSmrg #define STRING_WITH_STRINGS 1 1924e64e7adSmrg 1933ab889c1Smatt /* Use b modifier when opening binary files? */ 1943ab889c1Smatt /* #undef USE_BINARY_FOPEN */ 1953ab889c1Smatt 1963ab889c1Smatt /* Enable extensions on AIX 3, Interix. */ 1973ab889c1Smatt #ifndef _ALL_SOURCE 1983ab889c1Smatt # define _ALL_SOURCE 1 1993ab889c1Smatt #endif 2003ab889c1Smatt /* Enable GNU extensions on systems that have them. */ 2013ab889c1Smatt #ifndef _GNU_SOURCE 2023ab889c1Smatt # define _GNU_SOURCE 1 2033ab889c1Smatt #endif 2043ab889c1Smatt /* Enable threading extensions on Solaris. */ 2053ab889c1Smatt #ifndef _POSIX_PTHREAD_SEMANTICS 2063ab889c1Smatt # define _POSIX_PTHREAD_SEMANTICS 1 2073ab889c1Smatt #endif 2083ab889c1Smatt /* Enable extensions on HP NonStop. */ 2093ab889c1Smatt #ifndef _TANDEM_SOURCE 2103ab889c1Smatt # define _TANDEM_SOURCE 1 2113ab889c1Smatt #endif 2123ab889c1Smatt /* Enable general extensions on Solaris. */ 2133ab889c1Smatt #ifndef __EXTENSIONS__ 2143ab889c1Smatt # define __EXTENSIONS__ 1 2153ab889c1Smatt #endif 2163ab889c1Smatt 2173ab889c1Smatt 2183ab889c1Smatt /* Version number of package */ 219*4f619feaSchristos #define VERSION "2.26.1" 2203ab889c1Smatt 2213ab889c1Smatt /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 2223ab889c1Smatt `char[]'. */ 2233ab889c1Smatt #define YYTEXT_POINTER 1 2243ab889c1Smatt 2253ab889c1Smatt /* Number of bits in a file offset, on hosts where this is settable. */ 2263ab889c1Smatt /* #undef _FILE_OFFSET_BITS */ 2273ab889c1Smatt 2283ab889c1Smatt /* Define for large files, on AIX-style hosts. */ 2293ab889c1Smatt /* #undef _LARGE_FILES */ 2303ab889c1Smatt 2313ab889c1Smatt /* Define to 1 if on MINIX. */ 2323ab889c1Smatt /* #undef _MINIX */ 2333ab889c1Smatt 2343ab889c1Smatt /* Define to 2 if the system does not provide POSIX.1 features except with 2353ab889c1Smatt this defined. */ 2363ab889c1Smatt /* #undef _POSIX_1_SOURCE */ 2373ab889c1Smatt 2383ab889c1Smatt /* Define to 1 if you need to in order for `stat' and other things to work. */ 2393ab889c1Smatt /* #undef _POSIX_SOURCE */ 240