1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define if building universal (internal helper macro) */ 4#undef AC_APPLE_UNIVERSAL_BUILD 5 6/* Whether libbfd was configured for an ELF target. */ 7#undef HAVE_BFD_ELF 8 9/* Define to 1 if you have the <byteswap.h> header file. */ 10#undef HAVE_BYTESWAP_H 11 12/* Define to 1 if you have the declaration of `asprintf', and to 0 if you 13 don't. */ 14#undef HAVE_DECL_ASPRINTF 15 16/* Define to 1 if you have the <dlfcn.h> header file. */ 17#undef HAVE_DLFCN_H 18 19/* Define to 1 if you have the <endian.h> header file. */ 20#undef HAVE_ENDIAN_H 21 22/* Define to 1 if you have the `getpagesize' function. */ 23#undef HAVE_GETPAGESIZE 24 25/* Define to 1 if you have the <inttypes.h> header file. */ 26#undef HAVE_INTTYPES_H 27 28/* Define to 1 if you have the <memory.h> header file. */ 29#undef HAVE_MEMORY_H 30 31/* Define to 1 if you have a working `mmap' system call. */ 32#undef HAVE_MMAP 33 34/* Whether the platform has a definition of O_CLOEXEC. */ 35#undef HAVE_O_CLOEXEC 36 37/* Define to 1 if you have the `pread' function. */ 38#undef HAVE_PREAD 39 40/* Define to 1 if you have the `qsort_r' function. */ 41#undef HAVE_QSORT_R 42 43/* Whether a qsort_r exists with a void *arg as its last arg. */ 44#undef HAVE_QSORT_R_ARG_LAST 45 46/* Whether a qsort_r exists with the compar function as its last arg. */ 47#undef HAVE_QSORT_R_COMPAR_LAST 48 49/* Define to 1 if you have the <stdint.h> header file. */ 50#undef HAVE_STDINT_H 51 52/* Define to 1 if you have the <stdlib.h> header file. */ 53#undef HAVE_STDLIB_H 54 55/* Define to 1 if you have the <strings.h> header file. */ 56#undef HAVE_STRINGS_H 57 58/* Define to 1 if you have the <string.h> header file. */ 59#undef HAVE_STRING_H 60 61/* Define to 1 if you have the <sys/param.h> header file. */ 62#undef HAVE_SYS_PARAM_H 63 64/* Define to 1 if you have the <sys/stat.h> header file. */ 65#undef HAVE_SYS_STAT_H 66 67/* Define to 1 if you have the <sys/types.h> header file. */ 68#undef HAVE_SYS_TYPES_H 69 70/* Define to 1 if you have the <unistd.h> header file. */ 71#undef HAVE_UNISTD_H 72 73/* Define to the sub-directory in which libtool stores uninstalled libraries. 74 */ 75#undef LT_OBJDIR 76 77/* Name of package */ 78#undef PACKAGE 79 80/* Define to the address where bug reports for this package should be sent. */ 81#undef PACKAGE_BUGREPORT 82 83/* Define to the full name of this package. */ 84#undef PACKAGE_NAME 85 86/* Define to the full name and version of this package. */ 87#undef PACKAGE_STRING 88 89/* Define to the one symbol short name of this package. */ 90#undef PACKAGE_TARNAME 91 92/* Define to the home page for this package. */ 93#undef PACKAGE_URL 94 95/* Define to the version of this package. */ 96#undef PACKAGE_VERSION 97 98/* Define to 1 if you have the ANSI C header files. */ 99#undef STDC_HEADERS 100 101/* Enable extensions on AIX 3, Interix. */ 102#ifndef _ALL_SOURCE 103# undef _ALL_SOURCE 104#endif 105/* Enable GNU extensions on systems that have them. */ 106#ifndef _GNU_SOURCE 107# undef _GNU_SOURCE 108#endif 109/* Enable threading extensions on Solaris. */ 110#ifndef _POSIX_PTHREAD_SEMANTICS 111# undef _POSIX_PTHREAD_SEMANTICS 112#endif 113/* Enable extensions on HP NonStop. */ 114#ifndef _TANDEM_SOURCE 115# undef _TANDEM_SOURCE 116#endif 117/* Enable general extensions on Solaris. */ 118#ifndef __EXTENSIONS__ 119# undef __EXTENSIONS__ 120#endif 121 122 123/* Version number of package */ 124#undef VERSION 125 126/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 127 significant byte first (like Motorola and SPARC, unlike Intel). */ 128#if defined AC_APPLE_UNIVERSAL_BUILD 129# if defined __BIG_ENDIAN__ 130# define WORDS_BIGENDIAN 1 131# endif 132#else 133# ifndef WORDS_BIGENDIAN 134# undef WORDS_BIGENDIAN 135# endif 136#endif 137 138/* Enable large inode numbers on Mac OS X 10.5. */ 139#ifndef _DARWIN_USE_64_BIT_INODE 140# define _DARWIN_USE_64_BIT_INODE 1 141#endif 142 143/* Number of bits in a file offset, on hosts where this is settable. */ 144#undef _FILE_OFFSET_BITS 145 146/* Define for large files, on AIX-style hosts. */ 147#undef _LARGE_FILES 148 149/* Define to 1 if on MINIX. */ 150#undef _MINIX 151 152/* Define to 2 if the system does not provide POSIX.1 features except with 153 this defined. */ 154#undef _POSIX_1_SOURCE 155 156/* Define to 1 if you need to in order for `stat' and other things to work. */ 157#undef _POSIX_SOURCE 158