xref: /netbsd-src/external/gpl3/gdb/lib/libopcodes/arch/sh3eb/config.h (revision 22ebeae4b2252475e0ebe332f69734639cb946ea)
16fdc2528Schristos /* 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  */
387816d4fSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
46fdc2528Schristos 
56fdc2528Schristos /* config.h.  Generated from config.in by configure.  */
69ca90fdcSchristos /* config.in.  Generated from configure.ac by autoheader.  */
76fdc2528Schristos 
884e9dd17Smrg /* Check that config.h is #included before system headers
984e9dd17Smrg    (this works only for glibc, but that should be enough).  */
1084e9dd17Smrg #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
1184e9dd17Smrg #  error config.h must be #included before system headers
1284e9dd17Smrg #endif
1384e9dd17Smrg #define __CONFIG_H__ 1
1484e9dd17Smrg 
15a45db23fSchristos /* Define if you want run-time sanity checks. */
16a45db23fSchristos /* #undef ENABLE_CHECKING */
17a45db23fSchristos 
186fdc2528Schristos /* Define to 1 if translation of program messages to the user's native
196fdc2528Schristos    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 */
336fdc2528Schristos 
346fdc2528Schristos /* Define to 1 if you have the declaration of `basename', and to 0 if you
356fdc2528Schristos    don't. */
366fdc2528Schristos #define HAVE_DECL_BASENAME 0
376fdc2528Schristos 
386fdc2528Schristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
396fdc2528Schristos    */
406fdc2528Schristos #define HAVE_DECL_STPCPY 1
416fdc2528Schristos 
426fdc2528Schristos /* Define to 1 if you have the <dlfcn.h> header file. */
436fdc2528Schristos #define HAVE_DLFCN_H 1
446fdc2528Schristos 
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 
516fdc2528Schristos /* Define to 1 if you have the <inttypes.h> header file. */
526fdc2528Schristos #define HAVE_INTTYPES_H 1
536fdc2528Schristos 
546fdc2528Schristos /* Define to 1 if you have the <memory.h> header file. */
556fdc2528Schristos #define HAVE_MEMORY_H 1
566fdc2528Schristos 
579ca90fdcSchristos /* Define if sigsetjmp is available. */
589ca90fdcSchristos #define HAVE_SIGSETJMP 1
599ca90fdcSchristos 
606fdc2528Schristos /* Define to 1 if you have the <stdint.h> header file. */
616fdc2528Schristos #define HAVE_STDINT_H 1
626fdc2528Schristos 
636fdc2528Schristos /* Define to 1 if you have the <stdlib.h> header file. */
646fdc2528Schristos #define HAVE_STDLIB_H 1
656fdc2528Schristos 
666fdc2528Schristos /* Define to 1 if you have the <strings.h> header file. */
676fdc2528Schristos #define HAVE_STRINGS_H 1
686fdc2528Schristos 
696fdc2528Schristos /* Define to 1 if you have the <string.h> header file. */
706fdc2528Schristos #define HAVE_STRING_H 1
716fdc2528Schristos 
726fdc2528Schristos /* Define to 1 if you have the <sys/stat.h> header file. */
736fdc2528Schristos #define HAVE_SYS_STAT_H 1
746fdc2528Schristos 
756fdc2528Schristos /* Define to 1 if you have the <sys/types.h> header file. */
766fdc2528Schristos #define HAVE_SYS_TYPES_H 1
776fdc2528Schristos 
786fdc2528Schristos /* Define to 1 if you have the <unistd.h> header file. */
796fdc2528Schristos #define HAVE_UNISTD_H 1
806fdc2528Schristos 
816fdc2528Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
826fdc2528Schristos    */
836fdc2528Schristos #define LT_OBJDIR ".libs/"
846fdc2528Schristos 
856fdc2528Schristos /* Name of package */
866fdc2528Schristos #define PACKAGE "opcodes"
876fdc2528Schristos 
886fdc2528Schristos /* Define to the address where bug reports for this package should be sent. */
896fdc2528Schristos #define PACKAGE_BUGREPORT ""
906fdc2528Schristos 
916fdc2528Schristos /* Define to the full name of this package. */
929ca90fdcSchristos #define PACKAGE_NAME "opcodes"
936fdc2528Schristos 
946fdc2528Schristos /* Define to the full name and version of this package. */
95*22ebeae4Schristos #define PACKAGE_STRING "opcodes 2.42.50"
966fdc2528Schristos 
976fdc2528Schristos /* Define to the one symbol short name of this package. */
989ca90fdcSchristos #define PACKAGE_TARNAME "opcodes"
996fdc2528Schristos 
1006fdc2528Schristos /* Define to the home page for this package. */
1016fdc2528Schristos #define PACKAGE_URL ""
1026fdc2528Schristos 
1036fdc2528Schristos /* Define to the version of this package. */
104*22ebeae4Schristos #define PACKAGE_VERSION "2.42.50"
105a45db23fSchristos 
106a45db23fSchristos /* The size of `void *', as computed by sizeof. */
107a45db23fSchristos #define SIZEOF_VOID_P 4
1086fdc2528Schristos 
1096fdc2528Schristos /* Define to 1 if you have the ANSI C header files. */
1106fdc2528Schristos #define STDC_HEADERS 1
1116fdc2528Schristos 
1126fdc2528Schristos /* Enable extensions on AIX 3, Interix.  */
1136fdc2528Schristos #ifndef _ALL_SOURCE
1146fdc2528Schristos # define _ALL_SOURCE 1
1156fdc2528Schristos #endif
1166fdc2528Schristos /* Enable GNU extensions on systems that have them.  */
1176fdc2528Schristos #ifndef _GNU_SOURCE
1186fdc2528Schristos # define _GNU_SOURCE 1
1196fdc2528Schristos #endif
1206fdc2528Schristos /* Enable threading extensions on Solaris.  */
1216fdc2528Schristos #ifndef _POSIX_PTHREAD_SEMANTICS
1226fdc2528Schristos # define _POSIX_PTHREAD_SEMANTICS 1
1236fdc2528Schristos #endif
1246fdc2528Schristos /* Enable extensions on HP NonStop.  */
1256fdc2528Schristos #ifndef _TANDEM_SOURCE
1266fdc2528Schristos # define _TANDEM_SOURCE 1
1276fdc2528Schristos #endif
1286fdc2528Schristos /* Enable general extensions on Solaris.  */
1296fdc2528Schristos #ifndef __EXTENSIONS__
1306fdc2528Schristos # define __EXTENSIONS__ 1
1316fdc2528Schristos #endif
1326fdc2528Schristos 
1336fdc2528Schristos 
1346fdc2528Schristos /* Version number of package */
135*22ebeae4Schristos #define VERSION "2.42.50"
1366fdc2528Schristos 
1376fdc2528Schristos /* Define to 1 if on MINIX. */
1386fdc2528Schristos /* #undef _MINIX */
1396fdc2528Schristos 
1406fdc2528Schristos /* Define to 2 if the system does not provide POSIX.1 features except with
1416fdc2528Schristos    this defined. */
1426fdc2528Schristos /* #undef _POSIX_1_SOURCE */
1436fdc2528Schristos 
1446fdc2528Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */
1456fdc2528Schristos /* #undef _POSIX_SOURCE */
146