1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
6 /* Whether libbfd was configured for an ELF target. */
9 /* Define to 1 if you have the <byteswap.h> header file. */
10 #undef HAVE_BYTESWAP_H
12 /* Define to 1 if you have the <endian.h> header file. */
15 /* Define to 1 if you have the `getpagesize' function. */
16 #undef HAVE_GETPAGESIZE
18 /* Define to 1 if you have the <inttypes.h> header file. */
19 #undef HAVE_INTTYPES_H
21 /* Define to 1 if you have the <memory.h> header file. */
24 /* Define to 1 if you have a working `mmap' system call. */
27 /* Whether the platform has a definition of O_CLOEXEC. */
30 /* Define to 1 if you have the `pread' function. */
33 /* Define to 1 if you have the `qsort_r' function. */
36 /* Whether a qsort_r exists with a void *arg as its last arg. */
37 #undef HAVE_QSORT_R_ARG_LAST
39 /* Whether a qsort_r exists with the compar function as its last arg. */
40 #undef HAVE_QSORT_R_COMPAR_LAST
42 /* Define to 1 if you have the <stdint.h> header file. */
45 /* Define to 1 if you have the <stdlib.h> header file. */
48 /* Define to 1 if you have the <strings.h> header file. */
51 /* Define to 1 if you have the <string.h> header file. */
54 /* Define to 1 if you have the <sys/param.h> header file. */
55 #undef HAVE_SYS_PARAM_H
57 /* Define to 1 if you have the <sys/stat.h> header file. */
58 #undef HAVE_SYS_STAT_H
60 /* Define to 1 if you have the <sys/types.h> header file. */
61 #undef HAVE_SYS_TYPES_H
63 /* Define to 1 if you have the <unistd.h> header file. */
69 /* Define to the address where bug reports for this package should be sent. */
70 #undef PACKAGE_BUGREPORT
72 /* Define to the full name of this package. */
75 /* Define to the full name and version of this package. */
78 /* Define to the one symbol short name of this package. */
79 #undef PACKAGE_TARNAME
81 /* Define to the home page for this package. */
84 /* Define to the version of this package. */
85 #undef PACKAGE_VERSION
87 /* Define to 1 if you have the ANSI C header files. */
90 /* Enable extensions on AIX 3, Interix. */
94 /* Enable GNU extensions on systems that have them. */
98 /* Enable threading extensions on Solaris. */
99 #ifndef _POSIX_PTHREAD_SEMANTICS
100 # undef _POSIX_PTHREAD_SEMANTICS
102 /* Enable extensions on HP NonStop. */
103 #ifndef _TANDEM_SOURCE
104 # undef _TANDEM_SOURCE
106 /* Enable general extensions on Solaris. */
107 #ifndef __EXTENSIONS__
108 # undef __EXTENSIONS__
112 /* Version number of package */
115 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
116 significant byte first (like Motorola and SPARC, unlike Intel). */
117 #if defined AC_APPLE_UNIVERSAL_BUILD
118 # if defined __BIG_ENDIAN__
119 # define WORDS_BIGENDIAN 1
122 # ifndef WORDS_BIGENDIAN
123 # undef WORDS_BIGENDIAN
127 /* Enable large inode numbers on Mac OS X 10.5. */
128 #ifndef _DARWIN_USE_64_BIT_INODE
129 # define _DARWIN_USE_64_BIT_INODE 1
132 /* Number of bits in a file offset, on hosts where this is settable. */
133 #undef _FILE_OFFSET_BITS
135 /* Define for large files, on AIX-style hosts. */
138 /* Define to 1 if on MINIX. */
141 /* Define to 2 if the system does not provide POSIX.1 features except with
143 #undef _POSIX_1_SOURCE
145 /* Define to 1 if you need to in order for `stat' and other things to work. */