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