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