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