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 /* Enable expensive debugging of CTF deduplication type hashing */ 7 #undef ENABLE_LIBCTF_HASH_DEBUGGING 8 9 /* Define to 1 if translation of program messages to the user's native 10 language is requested. */ 11 #undef ENABLE_NLS 12 13 /* Whether libbfd was configured for an ELF target. */ 14 #undef HAVE_BFD_ELF 15 16 /* Define to 1 if you have the <byteswap.h> header file. */ 17 #undef HAVE_BYTESWAP_H 18 19 /* Define to 1 if you have the Mac OS X function 20 CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 21 #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES 22 23 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 24 the CoreFoundation framework. */ 25 #undef HAVE_CFPREFERENCESCOPYAPPVALUE 26 27 /* Define if the GNU dcgettext() function is already present or preinstalled. 28 */ 29 #undef HAVE_DCGETTEXT 30 31 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 32 don't. */ 33 #undef HAVE_DECL_ASPRINTF 34 35 /* Define to 1 if you have the declaration of `bswap_16', and to 0 if you 36 don't. */ 37 #undef HAVE_DECL_BSWAP_16 38 39 /* Define to 1 if you have the declaration of `bswap_32', and to 0 if you 40 don't. */ 41 #undef HAVE_DECL_BSWAP_32 42 43 /* Define to 1 if you have the declaration of `bswap_64', and to 0 if you 44 don't. */ 45 #undef HAVE_DECL_BSWAP_64 46 47 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 48 */ 49 #undef HAVE_DECL_STPCPY 50 51 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 52 don't. */ 53 #undef HAVE_DECL_VASPRINTF 54 55 /* Define to 1 if you have the <dlfcn.h> header file. */ 56 #undef HAVE_DLFCN_H 57 58 /* Define to 1 if you have the <endian.h> header file. */ 59 #undef HAVE_ENDIAN_H 60 61 /* Define to 1 if you have the `getpagesize' function. */ 62 #undef HAVE_GETPAGESIZE 63 64 /* Define if the GNU gettext() function is already present or preinstalled. */ 65 #undef HAVE_GETTEXT 66 67 /* Define if you have the iconv() function and it works. */ 68 #undef HAVE_ICONV 69 70 /* Define to 1 if you have the <inttypes.h> header file. */ 71 #undef HAVE_INTTYPES_H 72 73 /* Define to 1 if you have the <memory.h> header file. */ 74 #undef HAVE_MEMORY_H 75 76 /* Define to 1 if you have a working `mmap' system call. */ 77 #undef HAVE_MMAP 78 79 /* Whether the platform has a definition of O_CLOEXEC. */ 80 #undef HAVE_O_CLOEXEC 81 82 /* Define to 1 if you have the `pread' function. */ 83 #undef HAVE_PREAD 84 85 /* Define to 1 if you have the `qsort_r' function. */ 86 #undef HAVE_QSORT_R 87 88 /* Whether a qsort_r exists with a void *arg as its last arg. */ 89 #undef HAVE_QSORT_R_ARG_LAST 90 91 /* Whether a qsort_r exists with the compar function as its last arg. */ 92 #undef HAVE_QSORT_R_COMPAR_LAST 93 94 /* Define to 1 if you have the <stdint.h> header file. */ 95 #undef HAVE_STDINT_H 96 97 /* Define to 1 if you have the <stdlib.h> header file. */ 98 #undef HAVE_STDLIB_H 99 100 /* Define to 1 if you have the <strings.h> header file. */ 101 #undef HAVE_STRINGS_H 102 103 /* Define to 1 if you have the <string.h> header file. */ 104 #undef HAVE_STRING_H 105 106 /* Define to 1 if you have the <sys/param.h> header file. */ 107 #undef HAVE_SYS_PARAM_H 108 109 /* Define to 1 if you have the <sys/stat.h> header file. */ 110 #undef HAVE_SYS_STAT_H 111 112 /* Define to 1 if you have the <sys/types.h> header file. */ 113 #undef HAVE_SYS_TYPES_H 114 115 /* Define to 1 if you have the <unistd.h> header file. */ 116 #undef HAVE_UNISTD_H 117 118 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */ 119 #undef HAVE_VALGRIND_VALGRIND_H 120 121 /* Define to the sub-directory in which libtool stores uninstalled libraries. 122 */ 123 #undef LT_OBJDIR 124 125 /* Name of package */ 126 #undef PACKAGE 127 128 /* Define to the address where bug reports for this package should be sent. */ 129 #undef PACKAGE_BUGREPORT 130 131 /* Define to the full name of this package. */ 132 #undef PACKAGE_NAME 133 134 /* Define to the full name and version of this package. */ 135 #undef PACKAGE_STRING 136 137 /* Define to the one symbol short name of this package. */ 138 #undef PACKAGE_TARNAME 139 140 /* Define to the home page for this package. */ 141 #undef PACKAGE_URL 142 143 /* Define to the version of this package. */ 144 #undef PACKAGE_VERSION 145 146 /* Define to 1 if you have the ANSI C header files. */ 147 #undef STDC_HEADERS 148 149 /* Enable extensions on AIX 3, Interix. */ 150 #ifndef _ALL_SOURCE 151 # undef _ALL_SOURCE 152 #endif 153 /* Enable GNU extensions on systems that have them. */ 154 #ifndef _GNU_SOURCE 155 # undef _GNU_SOURCE 156 #endif 157 /* Enable threading extensions on Solaris. */ 158 #ifndef _POSIX_PTHREAD_SEMANTICS 159 # undef _POSIX_PTHREAD_SEMANTICS 160 #endif 161 /* Enable extensions on HP NonStop. */ 162 #ifndef _TANDEM_SOURCE 163 # undef _TANDEM_SOURCE 164 #endif 165 /* Enable general extensions on Solaris. */ 166 #ifndef __EXTENSIONS__ 167 # undef __EXTENSIONS__ 168 #endif 169 170 171 /* Version number of package */ 172 #undef VERSION 173 174 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 175 significant byte first (like Motorola and SPARC, unlike Intel). */ 176 #if defined AC_APPLE_UNIVERSAL_BUILD 177 # if defined __BIG_ENDIAN__ 178 # define WORDS_BIGENDIAN 1 179 # endif 180 #else 181 # ifndef WORDS_BIGENDIAN 182 # undef WORDS_BIGENDIAN 183 # endif 184 #endif 185 186 /* Enable large inode numbers on Mac OS X 10.5. */ 187 #ifndef _DARWIN_USE_64_BIT_INODE 188 # define _DARWIN_USE_64_BIT_INODE 1 189 #endif 190 191 /* Number of bits in a file offset, on hosts where this is settable. */ 192 #undef _FILE_OFFSET_BITS 193 194 /* Define for large files, on AIX-style hosts. */ 195 #undef _LARGE_FILES 196 197 /* Define to 1 if on MINIX. */ 198 #undef _MINIX 199 200 /* Define to 2 if the system does not provide POSIX.1 features except with 201 this defined. */ 202 #undef _POSIX_1_SOURCE 203 204 /* Define to 1 if you need to in order for `stat' and other things to work. */ 205 #undef _POSIX_SOURCE 206