xref: /netbsd-src/external/gpl3/binutils/lib/libopcodes/arch/riscv32/config.h (revision 8017598ae479fae0792b155eb2c28e8351e04dc1)
12db0c478Smatt /* This file is automatically generated.  DO NOT EDIT! */
2*8017598aSskrll /* Generated from: NetBSD: mknative-binutils,v 1.16 2024/06/30 16:11:11 christos Exp  */
39ba37f97Smrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
42db0c478Smatt 
52db0c478Smatt /* config.h.  Generated from config.in by configure.  */
60260838fSchristos /* config.in.  Generated from configure.ac by autoheader.  */
72db0c478Smatt 
82db0c478Smatt /* Check that config.h is #included before system headers
92db0c478Smatt    (this works only for glibc, but that should be enough).  */
102db0c478Smatt #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
112db0c478Smatt #  error config.h must be #included before system headers
122db0c478Smatt #endif
132db0c478Smatt #define __CONFIG_H__ 1
142db0c478Smatt 
151c5a60bcSchristos /* Define if you want run-time sanity checks. */
161c5a60bcSchristos /* #undef ENABLE_CHECKING */
171c5a60bcSchristos 
182db0c478Smatt /* Define to 1 if translation of program messages to the user's native
192db0c478Smatt    language is requested. */
20*8017598aSskrll /* #undef ENABLE_NLS */
21*8017598aSskrll 
22*8017598aSskrll /* Define to 1 if you have the Mac OS X function
23*8017598aSskrll    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
24*8017598aSskrll /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
25*8017598aSskrll 
26*8017598aSskrll /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
27*8017598aSskrll    the CoreFoundation framework. */
28*8017598aSskrll /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
29*8017598aSskrll 
30*8017598aSskrll /* Define if the GNU dcgettext() function is already present or preinstalled.
31*8017598aSskrll    */
32*8017598aSskrll /* #undef HAVE_DCGETTEXT */
332db0c478Smatt 
342db0c478Smatt /* Define to 1 if you have the declaration of `basename', and to 0 if you
352db0c478Smatt    don't. */
362db0c478Smatt #define HAVE_DECL_BASENAME 0
372db0c478Smatt 
382db0c478Smatt /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
392db0c478Smatt    */
402db0c478Smatt #define HAVE_DECL_STPCPY 1
412db0c478Smatt 
422db0c478Smatt /* Define to 1 if you have the <dlfcn.h> header file. */
432db0c478Smatt #define HAVE_DLFCN_H 1
442db0c478Smatt 
45*8017598aSskrll /* Define if the GNU gettext() function is already present or preinstalled. */
46*8017598aSskrll /* #undef HAVE_GETTEXT */
47*8017598aSskrll 
48*8017598aSskrll /* Define if you have the iconv() function and it works. */
49*8017598aSskrll #define HAVE_ICONV 1
50*8017598aSskrll 
512db0c478Smatt /* Define to 1 if you have the <inttypes.h> header file. */
522db0c478Smatt #define HAVE_INTTYPES_H 1
532db0c478Smatt 
542db0c478Smatt /* Define to 1 if you have the <memory.h> header file. */
552db0c478Smatt #define HAVE_MEMORY_H 1
562db0c478Smatt 
570260838fSchristos /* Define if sigsetjmp is available. */
580260838fSchristos #define HAVE_SIGSETJMP 1
590260838fSchristos 
602db0c478Smatt /* Define to 1 if you have the <stdint.h> header file. */
612db0c478Smatt #define HAVE_STDINT_H 1
622db0c478Smatt 
632db0c478Smatt /* Define to 1 if you have the <stdlib.h> header file. */
642db0c478Smatt #define HAVE_STDLIB_H 1
652db0c478Smatt 
662db0c478Smatt /* Define to 1 if you have the <strings.h> header file. */
672db0c478Smatt #define HAVE_STRINGS_H 1
682db0c478Smatt 
692db0c478Smatt /* Define to 1 if you have the <string.h> header file. */
702db0c478Smatt #define HAVE_STRING_H 1
712db0c478Smatt 
722db0c478Smatt /* Define to 1 if you have the <sys/stat.h> header file. */
732db0c478Smatt #define HAVE_SYS_STAT_H 1
742db0c478Smatt 
752db0c478Smatt /* Define to 1 if you have the <sys/types.h> header file. */
762db0c478Smatt #define HAVE_SYS_TYPES_H 1
772db0c478Smatt 
782db0c478Smatt /* Define to 1 if you have the <unistd.h> header file. */
792db0c478Smatt #define HAVE_UNISTD_H 1
802db0c478Smatt 
812db0c478Smatt /* Define to the sub-directory in which libtool stores uninstalled libraries.
822db0c478Smatt    */
832db0c478Smatt #define LT_OBJDIR ".libs/"
842db0c478Smatt 
852db0c478Smatt /* Name of package */
862db0c478Smatt #define PACKAGE "opcodes"
872db0c478Smatt 
882db0c478Smatt /* Define to the address where bug reports for this package should be sent. */
892db0c478Smatt #define PACKAGE_BUGREPORT ""
902db0c478Smatt 
912db0c478Smatt /* Define to the full name of this package. */
920260838fSchristos #define PACKAGE_NAME "opcodes"
932db0c478Smatt 
942db0c478Smatt /* Define to the full name and version of this package. */
95*8017598aSskrll #define PACKAGE_STRING "opcodes 2.42"
962db0c478Smatt 
972db0c478Smatt /* Define to the one symbol short name of this package. */
980260838fSchristos #define PACKAGE_TARNAME "opcodes"
992db0c478Smatt 
1002db0c478Smatt /* Define to the home page for this package. */
1012db0c478Smatt #define PACKAGE_URL ""
1022db0c478Smatt 
1032db0c478Smatt /* Define to the version of this package. */
104*8017598aSskrll #define PACKAGE_VERSION "2.42"
1051c5a60bcSchristos 
1061c5a60bcSchristos /* The size of `void *', as computed by sizeof. */
1071c5a60bcSchristos #define SIZEOF_VOID_P 4
1082db0c478Smatt 
1092db0c478Smatt /* Define to 1 if you have the ANSI C header files. */
1102db0c478Smatt #define STDC_HEADERS 1
1112db0c478Smatt 
1122db0c478Smatt /* Enable extensions on AIX 3, Interix.  */
1132db0c478Smatt #ifndef _ALL_SOURCE
1142db0c478Smatt # define _ALL_SOURCE 1
1152db0c478Smatt #endif
1162db0c478Smatt /* Enable GNU extensions on systems that have them.  */
1172db0c478Smatt #ifndef _GNU_SOURCE
1182db0c478Smatt # define _GNU_SOURCE 1
1192db0c478Smatt #endif
1202db0c478Smatt /* Enable threading extensions on Solaris.  */
1212db0c478Smatt #ifndef _POSIX_PTHREAD_SEMANTICS
1222db0c478Smatt # define _POSIX_PTHREAD_SEMANTICS 1
1232db0c478Smatt #endif
1242db0c478Smatt /* Enable extensions on HP NonStop.  */
1252db0c478Smatt #ifndef _TANDEM_SOURCE
1262db0c478Smatt # define _TANDEM_SOURCE 1
1272db0c478Smatt #endif
1282db0c478Smatt /* Enable general extensions on Solaris.  */
1292db0c478Smatt #ifndef __EXTENSIONS__
1302db0c478Smatt # define __EXTENSIONS__ 1
1312db0c478Smatt #endif
1322db0c478Smatt 
1332db0c478Smatt 
1342db0c478Smatt /* Version number of package */
135*8017598aSskrll #define VERSION "2.42"
1362db0c478Smatt 
1372db0c478Smatt /* Define to 1 if on MINIX. */
1382db0c478Smatt /* #undef _MINIX */
1392db0c478Smatt 
1402db0c478Smatt /* Define to 2 if the system does not provide POSIX.1 features except with
1412db0c478Smatt    this defined. */
1422db0c478Smatt /* #undef _POSIX_1_SOURCE */
1432db0c478Smatt 
1442db0c478Smatt /* Define to 1 if you need to in order for `stat' and other things to work. */
1452db0c478Smatt /* #undef _POSIX_SOURCE */
146