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