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