xref: /netbsd-src/external/gpl3/gdb/lib/libopcodes/arch/riscv32/config.h (revision 22ebeae4b2252475e0ebe332f69734639cb946ea)
106dfa844Sskrll /* This file is automatically generated.  DO NOT EDIT! */
2*22ebeae4Schristos /* Generated from: NetBSD: mknative-gdb,v 1.17 2024/08/18 03:47:55 rin Exp  */
306dfa844Sskrll /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
406dfa844Sskrll 
506dfa844Sskrll /* config.h.  Generated from config.in by configure.  */
606dfa844Sskrll /* config.in.  Generated from configure.ac by autoheader.  */
706dfa844Sskrll 
806dfa844Sskrll /* Check that config.h is #included before system headers
906dfa844Sskrll    (this works only for glibc, but that should be enough).  */
1006dfa844Sskrll #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
1106dfa844Sskrll #  error config.h must be #included before system headers
1206dfa844Sskrll #endif
1306dfa844Sskrll #define __CONFIG_H__ 1
1406dfa844Sskrll 
152dd29543Schristos /* Define if you want run-time sanity checks. */
162dd29543Schristos /* #undef ENABLE_CHECKING */
172dd29543Schristos 
1806dfa844Sskrll /* Define to 1 if translation of program messages to the user's native
1906dfa844Sskrll    language is requested. */
20*22ebeae4Schristos /* #undef ENABLE_NLS */
21*22ebeae4Schristos 
22*22ebeae4Schristos /* Define to 1 if you have the Mac OS X function
23*22ebeae4Schristos    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
24*22ebeae4Schristos /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
25*22ebeae4Schristos 
26*22ebeae4Schristos /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
27*22ebeae4Schristos    the CoreFoundation framework. */
28*22ebeae4Schristos /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
29*22ebeae4Schristos 
30*22ebeae4Schristos /* Define if the GNU dcgettext() function is already present or preinstalled.
31*22ebeae4Schristos    */
32*22ebeae4Schristos /* #undef HAVE_DCGETTEXT */
3306dfa844Sskrll 
3406dfa844Sskrll /* Define to 1 if you have the declaration of `basename', and to 0 if you
3506dfa844Sskrll    don't. */
3606dfa844Sskrll #define HAVE_DECL_BASENAME 0
3706dfa844Sskrll 
3806dfa844Sskrll /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
3906dfa844Sskrll    */
4006dfa844Sskrll #define HAVE_DECL_STPCPY 1
4106dfa844Sskrll 
4206dfa844Sskrll /* Define to 1 if you have the <dlfcn.h> header file. */
4306dfa844Sskrll #define HAVE_DLFCN_H 1
4406dfa844Sskrll 
45*22ebeae4Schristos /* Define if the GNU gettext() function is already present or preinstalled. */
46*22ebeae4Schristos /* #undef HAVE_GETTEXT */
47*22ebeae4Schristos 
48*22ebeae4Schristos /* Define if you have the iconv() function and it works. */
49*22ebeae4Schristos #define HAVE_ICONV 1
50*22ebeae4Schristos 
5106dfa844Sskrll /* Define to 1 if you have the <inttypes.h> header file. */
5206dfa844Sskrll #define HAVE_INTTYPES_H 1
5306dfa844Sskrll 
5406dfa844Sskrll /* Define to 1 if you have the <memory.h> header file. */
5506dfa844Sskrll #define HAVE_MEMORY_H 1
5606dfa844Sskrll 
5706dfa844Sskrll /* Define if sigsetjmp is available. */
5806dfa844Sskrll #define HAVE_SIGSETJMP 1
5906dfa844Sskrll 
6006dfa844Sskrll /* Define to 1 if you have the <stdint.h> header file. */
6106dfa844Sskrll #define HAVE_STDINT_H 1
6206dfa844Sskrll 
6306dfa844Sskrll /* Define to 1 if you have the <stdlib.h> header file. */
6406dfa844Sskrll #define HAVE_STDLIB_H 1
6506dfa844Sskrll 
6606dfa844Sskrll /* Define to 1 if you have the <strings.h> header file. */
6706dfa844Sskrll #define HAVE_STRINGS_H 1
6806dfa844Sskrll 
6906dfa844Sskrll /* Define to 1 if you have the <string.h> header file. */
7006dfa844Sskrll #define HAVE_STRING_H 1
7106dfa844Sskrll 
7206dfa844Sskrll /* Define to 1 if you have the <sys/stat.h> header file. */
7306dfa844Sskrll #define HAVE_SYS_STAT_H 1
7406dfa844Sskrll 
7506dfa844Sskrll /* Define to 1 if you have the <sys/types.h> header file. */
7606dfa844Sskrll #define HAVE_SYS_TYPES_H 1
7706dfa844Sskrll 
7806dfa844Sskrll /* Define to 1 if you have the <unistd.h> header file. */
7906dfa844Sskrll #define HAVE_UNISTD_H 1
8006dfa844Sskrll 
8106dfa844Sskrll /* Define to the sub-directory in which libtool stores uninstalled libraries.
8206dfa844Sskrll    */
8306dfa844Sskrll #define LT_OBJDIR ".libs/"
8406dfa844Sskrll 
8506dfa844Sskrll /* Name of package */
8606dfa844Sskrll #define PACKAGE "opcodes"
8706dfa844Sskrll 
8806dfa844Sskrll /* Define to the address where bug reports for this package should be sent. */
8906dfa844Sskrll #define PACKAGE_BUGREPORT ""
9006dfa844Sskrll 
9106dfa844Sskrll /* Define to the full name of this package. */
9206dfa844Sskrll #define PACKAGE_NAME "opcodes"
9306dfa844Sskrll 
9406dfa844Sskrll /* Define to the full name and version of this package. */
95*22ebeae4Schristos #define PACKAGE_STRING "opcodes 2.42.50"
9606dfa844Sskrll 
9706dfa844Sskrll /* Define to the one symbol short name of this package. */
9806dfa844Sskrll #define PACKAGE_TARNAME "opcodes"
9906dfa844Sskrll 
10006dfa844Sskrll /* Define to the home page for this package. */
10106dfa844Sskrll #define PACKAGE_URL ""
10206dfa844Sskrll 
10306dfa844Sskrll /* Define to the version of this package. */
104*22ebeae4Schristos #define PACKAGE_VERSION "2.42.50"
1052dd29543Schristos 
1062dd29543Schristos /* The size of `void *', as computed by sizeof. */
1072dd29543Schristos #define SIZEOF_VOID_P 4
10806dfa844Sskrll 
10906dfa844Sskrll /* Define to 1 if you have the ANSI C header files. */
11006dfa844Sskrll #define STDC_HEADERS 1
11106dfa844Sskrll 
11206dfa844Sskrll /* Enable extensions on AIX 3, Interix.  */
11306dfa844Sskrll #ifndef _ALL_SOURCE
11406dfa844Sskrll # define _ALL_SOURCE 1
11506dfa844Sskrll #endif
11606dfa844Sskrll /* Enable GNU extensions on systems that have them.  */
11706dfa844Sskrll #ifndef _GNU_SOURCE
11806dfa844Sskrll # define _GNU_SOURCE 1
11906dfa844Sskrll #endif
12006dfa844Sskrll /* Enable threading extensions on Solaris.  */
12106dfa844Sskrll #ifndef _POSIX_PTHREAD_SEMANTICS
12206dfa844Sskrll # define _POSIX_PTHREAD_SEMANTICS 1
12306dfa844Sskrll #endif
12406dfa844Sskrll /* Enable extensions on HP NonStop.  */
12506dfa844Sskrll #ifndef _TANDEM_SOURCE
12606dfa844Sskrll # define _TANDEM_SOURCE 1
12706dfa844Sskrll #endif
12806dfa844Sskrll /* Enable general extensions on Solaris.  */
12906dfa844Sskrll #ifndef __EXTENSIONS__
13006dfa844Sskrll # define __EXTENSIONS__ 1
13106dfa844Sskrll #endif
13206dfa844Sskrll 
13306dfa844Sskrll 
13406dfa844Sskrll /* Version number of package */
135*22ebeae4Schristos #define VERSION "2.42.50"
13606dfa844Sskrll 
13706dfa844Sskrll /* Define to 1 if on MINIX. */
13806dfa844Sskrll /* #undef _MINIX */
13906dfa844Sskrll 
14006dfa844Sskrll /* Define to 2 if the system does not provide POSIX.1 features except with
14106dfa844Sskrll    this defined. */
14206dfa844Sskrll /* #undef _POSIX_1_SOURCE */
14306dfa844Sskrll 
14406dfa844Sskrll /* Define to 1 if you need to in order for `stat' and other things to work. */
14506dfa844Sskrll /* #undef _POSIX_SOURCE */
146