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