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