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