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