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