Home | History | Annotate | Line # | Download | only in bfd
      1   1.1.1.4  christos /* config.in.  Generated from configure.ac by autoheader.  */
      2       1.1  christos 
      3   1.1.1.2  christos /* Check that config.h is #included before system headers
      4   1.1.1.2  christos     (this works only for glibc, but that should be enough).  */
      5   1.1.1.2  christos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
      6   1.1.1.2  christos #  error config.h must be #included before system headers
      7   1.1.1.2  christos #endif
      8   1.1.1.2  christos #define __CONFIG_H__ 1
      9   1.1.1.2  christos 
     10  1.1.1.11  christos /* Define if building universal (internal helper macro) */
     11  1.1.1.11  christos #undef AC_APPLE_UNIVERSAL_BUILD
     12  1.1.1.11  christos 
     13       1.1  christos /* Name of host specific core header file to include in elf.c. */
     14       1.1  christos #undef CORE_HEADER
     15       1.1  christos 
     16   1.1.1.8  christos /* Define to 1 if you want to enable -z separate-code in ELF linker by
     17   1.1.1.8  christos    default. */
     18   1.1.1.8  christos #undef DEFAULT_LD_Z_SEPARATE_CODE
     19   1.1.1.8  christos 
     20  1.1.1.10  christos /* Define if you want run-time sanity checks. */
     21  1.1.1.10  christos #undef ENABLE_CHECKING
     22  1.1.1.10  christos 
     23       1.1  christos /* Define to 1 if translation of program messages to the user's native
     24       1.1  christos    language is requested. */
     25       1.1  christos #undef ENABLE_NLS
     26       1.1  christos 
     27  1.1.1.11  christos /* Define to 1 if you have the Mac OS X function
     28  1.1.1.11  christos    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
     29  1.1.1.11  christos #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
     30  1.1.1.11  christos 
     31  1.1.1.11  christos /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
     32  1.1.1.11  christos    the CoreFoundation framework. */
     33  1.1.1.11  christos #undef HAVE_CFPREFERENCESCOPYAPPVALUE
     34  1.1.1.11  christos 
     35  1.1.1.11  christos /* Define if the GNU dcgettext() function is already present or preinstalled.
     36  1.1.1.11  christos    */
     37  1.1.1.11  christos #undef HAVE_DCGETTEXT
     38  1.1.1.11  christos 
     39   1.1.1.5  christos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
     40   1.1.1.5  christos    don't. */
     41   1.1.1.5  christos #undef HAVE_DECL_ASPRINTF
     42   1.1.1.5  christos 
     43       1.1  christos /* Define to 1 if you have the declaration of `basename', and to 0 if you
     44       1.1  christos    don't. */
     45       1.1  christos #undef HAVE_DECL_BASENAME
     46       1.1  christos 
     47       1.1  christos /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
     48       1.1  christos #undef HAVE_DECL_FFS
     49       1.1  christos 
     50  1.1.1.10  christos /* Define to 1 if you have the declaration of `fopen64', and to 0 if you
     51  1.1.1.10  christos    don't. */
     52  1.1.1.10  christos #undef HAVE_DECL_FOPEN64
     53       1.1  christos 
     54       1.1  christos /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
     55       1.1  christos    */
     56       1.1  christos #undef HAVE_DECL_FSEEKO
     57       1.1  christos 
     58       1.1  christos /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you
     59       1.1  christos    don't. */
     60       1.1  christos #undef HAVE_DECL_FSEEKO64
     61       1.1  christos 
     62       1.1  christos /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
     63       1.1  christos    */
     64       1.1  christos #undef HAVE_DECL_FTELLO
     65       1.1  christos 
     66       1.1  christos /* Define to 1 if you have the declaration of `ftello64', and to 0 if you
     67       1.1  christos    don't. */
     68       1.1  christos #undef HAVE_DECL_FTELLO64
     69       1.1  christos 
     70       1.1  christos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
     71       1.1  christos    */
     72       1.1  christos #undef HAVE_DECL_STPCPY
     73       1.1  christos 
     74   1.1.1.4  christos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
     75   1.1.1.4  christos    don't. */
     76   1.1.1.4  christos #undef HAVE_DECL_STRNLEN
     77   1.1.1.4  christos 
     78   1.1.1.5  christos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
     79   1.1.1.5  christos    don't. */
     80   1.1.1.5  christos #undef HAVE_DECL_VASPRINTF
     81   1.1.1.5  christos 
     82  1.1.1.10  christos /* Define to 1 if you have the declaration of `___lc_codepage_func', and to 0
     83  1.1.1.10  christos    if you don't. */
     84  1.1.1.10  christos #undef HAVE_DECL____LC_CODEPAGE_FUNC
     85       1.1  christos 
     86       1.1  christos /* Define to 1 if you have the <dlfcn.h> header file. */
     87       1.1  christos #undef HAVE_DLFCN_H
     88       1.1  christos 
     89       1.1  christos /* Define to 1 if you have the `fcntl' function. */
     90       1.1  christos #undef HAVE_FCNTL
     91       1.1  christos 
     92       1.1  christos /* Define to 1 if you have the <fcntl.h> header file. */
     93       1.1  christos #undef HAVE_FCNTL_H
     94       1.1  christos 
     95       1.1  christos /* Define to 1 if you have the `fdopen' function. */
     96       1.1  christos #undef HAVE_FDOPEN
     97       1.1  christos 
     98       1.1  christos /* Define to 1 if you have the `fileno' function. */
     99       1.1  christos #undef HAVE_FILENO
    100       1.1  christos 
    101   1.1.1.8  christos /* Define to 1 if you have the `fls' function. */
    102   1.1.1.8  christos #undef HAVE_FLS
    103   1.1.1.8  christos 
    104       1.1  christos /* Define to 1 if you have the `fopen64' function. */
    105       1.1  christos #undef HAVE_FOPEN64
    106       1.1  christos 
    107       1.1  christos /* Define to 1 if you have the `fseeko' function. */
    108       1.1  christos #undef HAVE_FSEEKO
    109       1.1  christos 
    110       1.1  christos /* Define to 1 if you have the `fseeko64' function. */
    111       1.1  christos #undef HAVE_FSEEKO64
    112       1.1  christos 
    113       1.1  christos /* Define to 1 if you have the `ftello' function. */
    114       1.1  christos #undef HAVE_FTELLO
    115       1.1  christos 
    116       1.1  christos /* Define to 1 if you have the `ftello64' function. */
    117       1.1  christos #undef HAVE_FTELLO64
    118       1.1  christos 
    119       1.1  christos /* Define to 1 if you have the `getgid' function. */
    120       1.1  christos #undef HAVE_GETGID
    121       1.1  christos 
    122       1.1  christos /* Define to 1 if you have the `getpagesize' function. */
    123       1.1  christos #undef HAVE_GETPAGESIZE
    124       1.1  christos 
    125   1.1.1.3  christos /* Define to 1 if you have the `getrlimit' function. */
    126   1.1.1.3  christos #undef HAVE_GETRLIMIT
    127   1.1.1.3  christos 
    128  1.1.1.11  christos /* Define if the GNU gettext() function is already present or preinstalled. */
    129  1.1.1.11  christos #undef HAVE_GETTEXT
    130  1.1.1.11  christos 
    131       1.1  christos /* Define to 1 if you have the `getuid' function. */
    132       1.1  christos #undef HAVE_GETUID
    133       1.1  christos 
    134   1.1.1.8  christos /* Define if your compiler supports hidden visibility. */
    135   1.1.1.8  christos #undef HAVE_HIDDEN
    136   1.1.1.8  christos 
    137  1.1.1.11  christos /* Define if you have the iconv() function and it works. */
    138  1.1.1.11  christos #undef HAVE_ICONV
    139  1.1.1.11  christos 
    140       1.1  christos /* Define to 1 if you have the <inttypes.h> header file. */
    141       1.1  christos #undef HAVE_INTTYPES_H
    142       1.1  christos 
    143       1.1  christos /* Define if <sys/procfs.h> has lwpstatus_t. */
    144       1.1  christos #undef HAVE_LWPSTATUS_T
    145       1.1  christos 
    146       1.1  christos /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */
    147       1.1  christos #undef HAVE_LWPSTATUS_T_PR_CONTEXT
    148       1.1  christos 
    149       1.1  christos /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */
    150       1.1  christos #undef HAVE_LWPSTATUS_T_PR_FPREG
    151       1.1  christos 
    152       1.1  christos /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */
    153       1.1  christos #undef HAVE_LWPSTATUS_T_PR_REG
    154       1.1  christos 
    155       1.1  christos /* Define if <sys/procfs.h> has lwpxstatus_t. */
    156       1.1  christos #undef HAVE_LWPXSTATUS_T
    157       1.1  christos 
    158       1.1  christos /* Define to 1 if you have the `madvise' function. */
    159       1.1  christos #undef HAVE_MADVISE
    160       1.1  christos 
    161       1.1  christos /* Define to 1 if you have the <memory.h> header file. */
    162       1.1  christos #undef HAVE_MEMORY_H
    163       1.1  christos 
    164       1.1  christos /* Define to 1 if you have a working `mmap' system call. */
    165       1.1  christos #undef HAVE_MMAP
    166       1.1  christos 
    167       1.1  christos /* Define to 1 if you have the `mprotect' function. */
    168       1.1  christos #undef HAVE_MPROTECT
    169       1.1  christos 
    170       1.1  christos /* Define if <sys/procfs.h> has prpsinfo32_t. */
    171       1.1  christos #undef HAVE_PRPSINFO32_T
    172       1.1  christos 
    173   1.1.1.2  christos /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */
    174   1.1.1.2  christos #undef HAVE_PRPSINFO32_T_PR_PID
    175   1.1.1.2  christos 
    176       1.1  christos /* Define if <sys/procfs.h> has prpsinfo_t. */
    177       1.1  christos #undef HAVE_PRPSINFO_T
    178       1.1  christos 
    179   1.1.1.2  christos /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */
    180   1.1.1.2  christos #undef HAVE_PRPSINFO_T_PR_PID
    181   1.1.1.2  christos 
    182       1.1  christos /* Define if <sys/procfs.h> has prstatus32_t. */
    183       1.1  christos #undef HAVE_PRSTATUS32_T
    184       1.1  christos 
    185       1.1  christos /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */
    186       1.1  christos #undef HAVE_PRSTATUS32_T_PR_WHO
    187       1.1  christos 
    188       1.1  christos /* Define if <sys/procfs.h> has prstatus_t. */
    189       1.1  christos #undef HAVE_PRSTATUS_T
    190       1.1  christos 
    191       1.1  christos /* Define if <sys/procfs.h> has prstatus_t.pr_who. */
    192       1.1  christos #undef HAVE_PRSTATUS_T_PR_WHO
    193       1.1  christos 
    194       1.1  christos /* Define if <sys/procfs.h> has psinfo32_t. */
    195       1.1  christos #undef HAVE_PSINFO32_T
    196       1.1  christos 
    197   1.1.1.2  christos /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */
    198   1.1.1.2  christos #undef HAVE_PSINFO32_T_PR_PID
    199   1.1.1.2  christos 
    200       1.1  christos /* Define if <sys/procfs.h> has psinfo_t. */
    201       1.1  christos #undef HAVE_PSINFO_T
    202       1.1  christos 
    203   1.1.1.2  christos /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */
    204   1.1.1.2  christos #undef HAVE_PSINFO_T_PR_PID
    205   1.1.1.2  christos 
    206       1.1  christos /* Define if <sys/procfs.h> has pstatus32_t. */
    207       1.1  christos #undef HAVE_PSTATUS32_T
    208       1.1  christos 
    209       1.1  christos /* Define if <sys/procfs.h> has pstatus_t. */
    210       1.1  christos #undef HAVE_PSTATUS_T
    211       1.1  christos 
    212       1.1  christos /* Define if <sys/procfs.h> has pxstatus_t. */
    213       1.1  christos #undef HAVE_PXSTATUS_T
    214       1.1  christos 
    215       1.1  christos /* Define to 1 if you have the <stdint.h> header file. */
    216       1.1  christos #undef HAVE_STDINT_H
    217       1.1  christos 
    218       1.1  christos /* Define to 1 if you have the <stdlib.h> header file. */
    219       1.1  christos #undef HAVE_STDLIB_H
    220       1.1  christos 
    221       1.1  christos /* Define to 1 if you have the <strings.h> header file. */
    222       1.1  christos #undef HAVE_STRINGS_H
    223       1.1  christos 
    224       1.1  christos /* Define to 1 if you have the <string.h> header file. */
    225       1.1  christos #undef HAVE_STRING_H
    226       1.1  christos 
    227       1.1  christos /* Define if struct core_dumpx has member c_impl */
    228       1.1  christos #undef HAVE_ST_C_IMPL
    229       1.1  christos 
    230       1.1  christos /* Define to 1 if you have the `sysconf' function. */
    231       1.1  christos #undef HAVE_SYSCONF
    232       1.1  christos 
    233       1.1  christos /* Define to 1 if you have the <sys/file.h> header file. */
    234       1.1  christos #undef HAVE_SYS_FILE_H
    235       1.1  christos 
    236   1.1.1.8  christos /* Define to 1 if you have the <sys/param.h> header file. */
    237   1.1.1.8  christos #undef HAVE_SYS_PARAM_H
    238   1.1.1.8  christos 
    239       1.1  christos /* Define to 1 if you have the <sys/procfs.h> header file. */
    240       1.1  christos #undef HAVE_SYS_PROCFS_H
    241       1.1  christos 
    242   1.1.1.3  christos /* Define to 1 if you have the <sys/resource.h> header file. */
    243   1.1.1.3  christos #undef HAVE_SYS_RESOURCE_H
    244   1.1.1.3  christos 
    245       1.1  christos /* Define to 1 if you have the <sys/stat.h> header file. */
    246       1.1  christos #undef HAVE_SYS_STAT_H
    247       1.1  christos 
    248       1.1  christos /* Define to 1 if you have the <sys/types.h> header file. */
    249       1.1  christos #undef HAVE_SYS_TYPES_H
    250       1.1  christos 
    251       1.1  christos /* Define to 1 if you have the <unistd.h> header file. */
    252       1.1  christos #undef HAVE_UNISTD_H
    253       1.1  christos 
    254       1.1  christos /* Define if <sys/procfs.h> has win32_pstatus_t. */
    255       1.1  christos #undef HAVE_WIN32_PSTATUS_T
    256       1.1  christos 
    257   1.1.1.2  christos /* Define to 1 if you have the <windows.h> header file. */
    258   1.1.1.2  christos #undef HAVE_WINDOWS_H
    259   1.1.1.2  christos 
    260  1.1.1.10  christos /* Define to 1 if zstd is enabled. */
    261  1.1.1.10  christos #undef HAVE_ZSTD
    262  1.1.1.10  christos 
    263       1.1  christos /* Define to the sub-directory in which libtool stores uninstalled libraries.
    264       1.1  christos    */
    265       1.1  christos #undef LT_OBJDIR
    266       1.1  christos 
    267       1.1  christos /* Name of package */
    268       1.1  christos #undef PACKAGE
    269       1.1  christos 
    270       1.1  christos /* Define to the address where bug reports for this package should be sent. */
    271       1.1  christos #undef PACKAGE_BUGREPORT
    272       1.1  christos 
    273       1.1  christos /* Define to the full name of this package. */
    274       1.1  christos #undef PACKAGE_NAME
    275       1.1  christos 
    276       1.1  christos /* Define to the full name and version of this package. */
    277       1.1  christos #undef PACKAGE_STRING
    278       1.1  christos 
    279       1.1  christos /* Define to the one symbol short name of this package. */
    280       1.1  christos #undef PACKAGE_TARNAME
    281       1.1  christos 
    282       1.1  christos /* Define to the home page for this package. */
    283       1.1  christos #undef PACKAGE_URL
    284       1.1  christos 
    285       1.1  christos /* Define to the version of this package. */
    286       1.1  christos #undef PACKAGE_VERSION
    287       1.1  christos 
    288       1.1  christos /* The size of `int', as computed by sizeof. */
    289       1.1  christos #undef SIZEOF_INT
    290       1.1  christos 
    291       1.1  christos /* The size of `long', as computed by sizeof. */
    292       1.1  christos #undef SIZEOF_LONG
    293       1.1  christos 
    294       1.1  christos /* The size of `long long', as computed by sizeof. */
    295       1.1  christos #undef SIZEOF_LONG_LONG
    296       1.1  christos 
    297       1.1  christos /* The size of `off_t', as computed by sizeof. */
    298       1.1  christos #undef SIZEOF_OFF_T
    299       1.1  christos 
    300       1.1  christos /* The size of `void *', as computed by sizeof. */
    301       1.1  christos #undef SIZEOF_VOID_P
    302       1.1  christos 
    303       1.1  christos /* Define to 1 if you have the ANSI C header files. */
    304       1.1  christos #undef STDC_HEADERS
    305       1.1  christos 
    306  1.1.1.11  christos /* If the compiler supports a TLS storage class, define it to that here */
    307  1.1.1.11  christos #undef TLS
    308  1.1.1.11  christos 
    309       1.1  christos /* Name of host specific header file to include in trad-core.c. */
    310       1.1  christos #undef TRAD_HEADER
    311       1.1  christos 
    312   1.1.1.7  christos /* Define if 64-bit archives should always be used. */
    313   1.1.1.6  christos #undef USE_64_BIT_ARCHIVE
    314   1.1.1.6  christos 
    315       1.1  christos /* Use b modifier when opening binary files? */
    316       1.1  christos #undef USE_BINARY_FOPEN
    317       1.1  christos 
    318       1.1  christos /* Define if we should use leading underscore on 64 bit mingw targets */
    319       1.1  christos #undef USE_MINGW64_LEADING_UNDERSCORES
    320       1.1  christos 
    321       1.1  christos /* Use mmap if it's available? */
    322       1.1  christos #undef USE_MMAP
    323       1.1  christos 
    324       1.1  christos /* Define if we should default to creating read-only plt entries */
    325       1.1  christos #undef USE_SECUREPLT
    326       1.1  christos 
    327       1.1  christos /* Enable extensions on AIX 3, Interix.  */
    328       1.1  christos #ifndef _ALL_SOURCE
    329       1.1  christos # undef _ALL_SOURCE
    330       1.1  christos #endif
    331       1.1  christos /* Enable GNU extensions on systems that have them.  */
    332       1.1  christos #ifndef _GNU_SOURCE
    333       1.1  christos # undef _GNU_SOURCE
    334       1.1  christos #endif
    335       1.1  christos /* Enable threading extensions on Solaris.  */
    336       1.1  christos #ifndef _POSIX_PTHREAD_SEMANTICS
    337       1.1  christos # undef _POSIX_PTHREAD_SEMANTICS
    338       1.1  christos #endif
    339       1.1  christos /* Enable extensions on HP NonStop.  */
    340       1.1  christos #ifndef _TANDEM_SOURCE
    341       1.1  christos # undef _TANDEM_SOURCE
    342       1.1  christos #endif
    343       1.1  christos /* Enable general extensions on Solaris.  */
    344       1.1  christos #ifndef __EXTENSIONS__
    345       1.1  christos # undef __EXTENSIONS__
    346       1.1  christos #endif
    347       1.1  christos 
    348       1.1  christos 
    349       1.1  christos /* Version number of package */
    350       1.1  christos #undef VERSION
    351       1.1  christos 
    352  1.1.1.11  christos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    353  1.1.1.11  christos    significant byte first (like Motorola and SPARC, unlike Intel). */
    354  1.1.1.11  christos #if defined AC_APPLE_UNIVERSAL_BUILD
    355  1.1.1.11  christos # if defined __BIG_ENDIAN__
    356  1.1.1.11  christos #  define WORDS_BIGENDIAN 1
    357  1.1.1.11  christos # endif
    358  1.1.1.11  christos #else
    359  1.1.1.11  christos # ifndef WORDS_BIGENDIAN
    360  1.1.1.11  christos #  undef WORDS_BIGENDIAN
    361  1.1.1.11  christos # endif
    362  1.1.1.11  christos #endif
    363  1.1.1.11  christos 
    364   1.1.1.8  christos /* Enable large inode numbers on Mac OS X 10.5.  */
    365   1.1.1.8  christos #ifndef _DARWIN_USE_64_BIT_INODE
    366   1.1.1.8  christos # define _DARWIN_USE_64_BIT_INODE 1
    367   1.1.1.8  christos #endif
    368   1.1.1.8  christos 
    369       1.1  christos /* Number of bits in a file offset, on hosts where this is settable. */
    370       1.1  christos #undef _FILE_OFFSET_BITS
    371       1.1  christos 
    372       1.1  christos /* Define for large files, on AIX-style hosts. */
    373       1.1  christos #undef _LARGE_FILES
    374       1.1  christos 
    375       1.1  christos /* Define to 1 if on MINIX. */
    376       1.1  christos #undef _MINIX
    377       1.1  christos 
    378       1.1  christos /* Define to 2 if the system does not provide POSIX.1 features except with
    379       1.1  christos    this defined. */
    380       1.1  christos #undef _POSIX_1_SOURCE
    381       1.1  christos 
    382       1.1  christos /* Define to 1 if you need to in order for `stat' and other things to work. */
    383       1.1  christos #undef _POSIX_SOURCE
    384   1.1.1.9  christos 
    385   1.1.1.9  christos /* Use structured /proc on Solaris. */
    386   1.1.1.9  christos #undef _STRUCTURED_PROC
    387