libctf: fix use-after-free in function dumping
[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
9698cf9b
NA
6/* Whether libbfd was configured for an ELF target. */
7#undef HAVE_BFD_ELF
8
0e65dfba
NA
9/* Define to 1 if you have the <byteswap.h> header file. */
10#undef HAVE_BYTESWAP_H
11
a0486bac
JM
12/* Define to 1 if you have the declaration of `qsort_r', and to 0 if you
13 don't. */
14#undef HAVE_DECL_QSORT_R
15
16/* Define to 1 if you have the <endian.h> header file. */
17#undef HAVE_ENDIAN_H
18
0e65dfba
NA
19/* Define to 1 if you have the `getpagesize' function. */
20#undef HAVE_GETPAGESIZE
21
22/* Define to 1 if you have the <inttypes.h> header file. */
23#undef HAVE_INTTYPES_H
24
25/* Define to 1 if you have the <memory.h> header file. */
26#undef HAVE_MEMORY_H
27
28/* Define to 1 if you have a working `mmap' system call. */
29#undef HAVE_MMAP
30
31/* Define to 1 if you have the `pread' function. */
32#undef HAVE_PREAD
33
34/* Define to 1 if you have the <stdint.h> header file. */
35#undef HAVE_STDINT_H
36
37/* Define to 1 if you have the <stdlib.h> header file. */
38#undef HAVE_STDLIB_H
39
40/* Define to 1 if you have the <strings.h> header file. */
41#undef HAVE_STRINGS_H
42
43/* Define to 1 if you have the <string.h> header file. */
44#undef HAVE_STRING_H
45
46/* Define to 1 if you have the <sys/param.h> header file. */
47#undef HAVE_SYS_PARAM_H
48
49/* Define to 1 if you have the <sys/stat.h> header file. */
50#undef HAVE_SYS_STAT_H
51
52/* Define to 1 if you have the <sys/types.h> header file. */
53#undef HAVE_SYS_TYPES_H
54
55/* Define to 1 if you have the <unistd.h> header file. */
56#undef HAVE_UNISTD_H
57
58/* Name of package */
59#undef PACKAGE
60
61/* Define to the address where bug reports for this package should be sent. */
62#undef PACKAGE_BUGREPORT
63
64/* Define to the full name of this package. */
65#undef PACKAGE_NAME
66
67/* Define to the full name and version of this package. */
68#undef PACKAGE_STRING
69
70/* Define to the one symbol short name of this package. */
71#undef PACKAGE_TARNAME
72
73/* Define to the home page for this package. */
74#undef PACKAGE_URL
75
76/* Define to the version of this package. */
77#undef PACKAGE_VERSION
78
79/* Define to 1 if you have the ANSI C header files. */
80#undef STDC_HEADERS
81
82/* Enable extensions on AIX 3, Interix. */
83#ifndef _ALL_SOURCE
84# undef _ALL_SOURCE
85#endif
86/* Enable GNU extensions on systems that have them. */
87#ifndef _GNU_SOURCE
88# undef _GNU_SOURCE
89#endif
90/* Enable threading extensions on Solaris. */
91#ifndef _POSIX_PTHREAD_SEMANTICS
92# undef _POSIX_PTHREAD_SEMANTICS
93#endif
94/* Enable extensions on HP NonStop. */
95#ifndef _TANDEM_SOURCE
96# undef _TANDEM_SOURCE
97#endif
98/* Enable general extensions on Solaris. */
99#ifndef __EXTENSIONS__
100# undef __EXTENSIONS__
101#endif
102
103
104/* Version number of package */
105#undef VERSION
106
a0486bac
JM
107/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
108 significant byte first (like Motorola and SPARC, unlike Intel). */
109#if defined AC_APPLE_UNIVERSAL_BUILD
110# if defined __BIG_ENDIAN__
111# define WORDS_BIGENDIAN 1
112# endif
113#else
114# ifndef WORDS_BIGENDIAN
115# undef WORDS_BIGENDIAN
116# endif
117#endif
118
0e65dfba
NA
119/* Enable large inode numbers on Mac OS X 10.5. */
120#ifndef _DARWIN_USE_64_BIT_INODE
121# define _DARWIN_USE_64_BIT_INODE 1
122#endif
123
124/* Number of bits in a file offset, on hosts where this is settable. */
125#undef _FILE_OFFSET_BITS
126
127/* Define for large files, on AIX-style hosts. */
128#undef _LARGE_FILES
129
130/* Define to 1 if on MINIX. */
131#undef _MINIX
132
133/* Define to 2 if the system does not provide POSIX.1 features except with
134 this defined. */
135#undef _POSIX_1_SOURCE
136
137/* Define to 1 if you need to in order for `stat' and other things to work. */
138#undef _POSIX_SOURCE
This page took 0.028634 seconds and 4 git commands to generate.