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