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