xref: /netbsd-src/external/gpl3/gdb/lib/libopcodes/arch/m68000/config.h (revision 22ebeae4b2252475e0ebe332f69734639cb946ea)
17cf4600dSchristos /* 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  */
3410f15d2Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
47cf4600dSchristos 
57cf4600dSchristos /* config.h.  Generated from config.in by configure.  */
64ee32346Schristos /* config.in.  Generated from configure.ac by autoheader.  */
77cf4600dSchristos 
834f40950Schristos /* Check that config.h is #included before system headers
934f40950Schristos    (this works only for glibc, but that should be enough).  */
1034f40950Schristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
1134f40950Schristos #  error config.h must be #included before system headers
1234f40950Schristos #endif
1334f40950Schristos #define __CONFIG_H__ 1
1434f40950Schristos 
156cfa3b0fSrin /* Define if you want run-time sanity checks. */
166cfa3b0fSrin /* #undef ENABLE_CHECKING */
176cfa3b0fSrin 
187cf4600dSchristos /* Define to 1 if translation of program messages to the user's native
197cf4600dSchristos    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 */
337cf4600dSchristos 
347cf4600dSchristos /* Define to 1 if you have the declaration of `basename', and to 0 if you
357cf4600dSchristos    don't. */
367cf4600dSchristos #define HAVE_DECL_BASENAME 0
377cf4600dSchristos 
387cf4600dSchristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
397cf4600dSchristos    */
407cf4600dSchristos #define HAVE_DECL_STPCPY 1
417cf4600dSchristos 
427cf4600dSchristos /* Define to 1 if you have the <dlfcn.h> header file. */
437cf4600dSchristos #define HAVE_DLFCN_H 1
447cf4600dSchristos 
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 
517cf4600dSchristos /* Define to 1 if you have the <inttypes.h> header file. */
527cf4600dSchristos #define HAVE_INTTYPES_H 1
537cf4600dSchristos 
547cf4600dSchristos /* Define to 1 if you have the <memory.h> header file. */
557cf4600dSchristos #define HAVE_MEMORY_H 1
567cf4600dSchristos 
574ee32346Schristos /* Define if sigsetjmp is available. */
584ee32346Schristos #define HAVE_SIGSETJMP 1
594ee32346Schristos 
607cf4600dSchristos /* Define to 1 if you have the <stdint.h> header file. */
617cf4600dSchristos #define HAVE_STDINT_H 1
627cf4600dSchristos 
637cf4600dSchristos /* Define to 1 if you have the <stdlib.h> header file. */
647cf4600dSchristos #define HAVE_STDLIB_H 1
657cf4600dSchristos 
667cf4600dSchristos /* Define to 1 if you have the <strings.h> header file. */
677cf4600dSchristos #define HAVE_STRINGS_H 1
687cf4600dSchristos 
697cf4600dSchristos /* Define to 1 if you have the <string.h> header file. */
707cf4600dSchristos #define HAVE_STRING_H 1
717cf4600dSchristos 
727cf4600dSchristos /* Define to 1 if you have the <sys/stat.h> header file. */
737cf4600dSchristos #define HAVE_SYS_STAT_H 1
747cf4600dSchristos 
757cf4600dSchristos /* Define to 1 if you have the <sys/types.h> header file. */
767cf4600dSchristos #define HAVE_SYS_TYPES_H 1
777cf4600dSchristos 
787cf4600dSchristos /* Define to 1 if you have the <unistd.h> header file. */
797cf4600dSchristos #define HAVE_UNISTD_H 1
807cf4600dSchristos 
817cf4600dSchristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
827cf4600dSchristos    */
837cf4600dSchristos #define LT_OBJDIR ".libs/"
847cf4600dSchristos 
857cf4600dSchristos /* Name of package */
867cf4600dSchristos #define PACKAGE "opcodes"
877cf4600dSchristos 
887cf4600dSchristos /* Define to the address where bug reports for this package should be sent. */
897cf4600dSchristos #define PACKAGE_BUGREPORT ""
907cf4600dSchristos 
917cf4600dSchristos /* Define to the full name of this package. */
924ee32346Schristos #define PACKAGE_NAME "opcodes"
937cf4600dSchristos 
947cf4600dSchristos /* Define to the full name and version of this package. */
95*22ebeae4Schristos #define PACKAGE_STRING "opcodes 2.42.50"
967cf4600dSchristos 
977cf4600dSchristos /* Define to the one symbol short name of this package. */
984ee32346Schristos #define PACKAGE_TARNAME "opcodes"
997cf4600dSchristos 
1007cf4600dSchristos /* Define to the home page for this package. */
1017cf4600dSchristos #define PACKAGE_URL ""
1027cf4600dSchristos 
1037cf4600dSchristos /* Define to the version of this package. */
104*22ebeae4Schristos #define PACKAGE_VERSION "2.42.50"
1056cfa3b0fSrin 
1066cfa3b0fSrin /* The size of `void *', as computed by sizeof. */
1076cfa3b0fSrin #define SIZEOF_VOID_P 4
1087cf4600dSchristos 
1097cf4600dSchristos /* Define to 1 if you have the ANSI C header files. */
1107cf4600dSchristos #define STDC_HEADERS 1
1117cf4600dSchristos 
1127cf4600dSchristos /* Enable extensions on AIX 3, Interix.  */
1137cf4600dSchristos #ifndef _ALL_SOURCE
1147cf4600dSchristos # define _ALL_SOURCE 1
1157cf4600dSchristos #endif
1167cf4600dSchristos /* Enable GNU extensions on systems that have them.  */
1177cf4600dSchristos #ifndef _GNU_SOURCE
1187cf4600dSchristos # define _GNU_SOURCE 1
1197cf4600dSchristos #endif
1207cf4600dSchristos /* Enable threading extensions on Solaris.  */
1217cf4600dSchristos #ifndef _POSIX_PTHREAD_SEMANTICS
1227cf4600dSchristos # define _POSIX_PTHREAD_SEMANTICS 1
1237cf4600dSchristos #endif
1247cf4600dSchristos /* Enable extensions on HP NonStop.  */
1257cf4600dSchristos #ifndef _TANDEM_SOURCE
1267cf4600dSchristos # define _TANDEM_SOURCE 1
1277cf4600dSchristos #endif
1287cf4600dSchristos /* Enable general extensions on Solaris.  */
1297cf4600dSchristos #ifndef __EXTENSIONS__
1307cf4600dSchristos # define __EXTENSIONS__ 1
1317cf4600dSchristos #endif
1327cf4600dSchristos 
1337cf4600dSchristos 
1347cf4600dSchristos /* Version number of package */
135*22ebeae4Schristos #define VERSION "2.42.50"
1367cf4600dSchristos 
1377cf4600dSchristos /* Define to 1 if on MINIX. */
1387cf4600dSchristos /* #undef _MINIX */
1397cf4600dSchristos 
1407cf4600dSchristos /* Define to 2 if the system does not provide POSIX.1 features except with
1417cf4600dSchristos    this defined. */
1427cf4600dSchristos /* #undef _POSIX_1_SOURCE */
1437cf4600dSchristos 
1447cf4600dSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */
1457cf4600dSchristos /* #undef _POSIX_SOURCE */
146