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