11138a3c3Schristos /* 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 */ 35a254e06Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 41138a3c3Schristos 51138a3c3Schristos /* config.h. Generated from config.in by configure. */ 697d73739Schristos /* config.in. Generated from configure.ac by autoheader. */ 71138a3c3Schristos 87bfbcd5fSchristos /* Check that config.h is #included before system headers 97bfbcd5fSchristos (this works only for glibc, but that should be enough). */ 107bfbcd5fSchristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 117bfbcd5fSchristos # error config.h must be #included before system headers 127bfbcd5fSchristos #endif 137bfbcd5fSchristos #define __CONFIG_H__ 1 147bfbcd5fSchristos 15ae87de88Schristos /* Define if you want run-time sanity checks. */ 16ae87de88Schristos /* #undef ENABLE_CHECKING */ 17ae87de88Schristos 181138a3c3Schristos /* Define to 1 if translation of program messages to the user's native 191138a3c3Schristos 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 */ 331138a3c3Schristos 341138a3c3Schristos /* Define to 1 if you have the declaration of `basename', and to 0 if you 351138a3c3Schristos don't. */ 361138a3c3Schristos #define HAVE_DECL_BASENAME 0 371138a3c3Schristos 381138a3c3Schristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 391138a3c3Schristos */ 401138a3c3Schristos #define HAVE_DECL_STPCPY 1 411138a3c3Schristos 421138a3c3Schristos /* Define to 1 if you have the <dlfcn.h> header file. */ 431138a3c3Schristos #define HAVE_DLFCN_H 1 441138a3c3Schristos 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 511138a3c3Schristos /* Define to 1 if you have the <inttypes.h> header file. */ 521138a3c3Schristos #define HAVE_INTTYPES_H 1 531138a3c3Schristos 541138a3c3Schristos /* Define to 1 if you have the <memory.h> header file. */ 551138a3c3Schristos #define HAVE_MEMORY_H 1 561138a3c3Schristos 5797d73739Schristos /* Define if sigsetjmp is available. */ 5897d73739Schristos #define HAVE_SIGSETJMP 1 5997d73739Schristos 601138a3c3Schristos /* Define to 1 if you have the <stdint.h> header file. */ 611138a3c3Schristos #define HAVE_STDINT_H 1 621138a3c3Schristos 631138a3c3Schristos /* Define to 1 if you have the <stdlib.h> header file. */ 641138a3c3Schristos #define HAVE_STDLIB_H 1 651138a3c3Schristos 661138a3c3Schristos /* Define to 1 if you have the <strings.h> header file. */ 671138a3c3Schristos #define HAVE_STRINGS_H 1 681138a3c3Schristos 691138a3c3Schristos /* Define to 1 if you have the <string.h> header file. */ 701138a3c3Schristos #define HAVE_STRING_H 1 711138a3c3Schristos 721138a3c3Schristos /* Define to 1 if you have the <sys/stat.h> header file. */ 731138a3c3Schristos #define HAVE_SYS_STAT_H 1 741138a3c3Schristos 751138a3c3Schristos /* Define to 1 if you have the <sys/types.h> header file. */ 761138a3c3Schristos #define HAVE_SYS_TYPES_H 1 771138a3c3Schristos 781138a3c3Schristos /* Define to 1 if you have the <unistd.h> header file. */ 791138a3c3Schristos #define HAVE_UNISTD_H 1 801138a3c3Schristos 811138a3c3Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 821138a3c3Schristos */ 831138a3c3Schristos #define LT_OBJDIR ".libs/" 841138a3c3Schristos 851138a3c3Schristos /* Name of package */ 861138a3c3Schristos #define PACKAGE "opcodes" 871138a3c3Schristos 881138a3c3Schristos /* Define to the address where bug reports for this package should be sent. */ 891138a3c3Schristos #define PACKAGE_BUGREPORT "" 901138a3c3Schristos 911138a3c3Schristos /* Define to the full name of this package. */ 9297d73739Schristos #define PACKAGE_NAME "opcodes" 931138a3c3Schristos 941138a3c3Schristos /* Define to the full name and version of this package. */ 95*22ebeae4Schristos #define PACKAGE_STRING "opcodes 2.42.50" 961138a3c3Schristos 971138a3c3Schristos /* Define to the one symbol short name of this package. */ 9897d73739Schristos #define PACKAGE_TARNAME "opcodes" 991138a3c3Schristos 1001138a3c3Schristos /* Define to the home page for this package. */ 1011138a3c3Schristos #define PACKAGE_URL "" 1021138a3c3Schristos 1031138a3c3Schristos /* Define to the version of this package. */ 104*22ebeae4Schristos #define PACKAGE_VERSION "2.42.50" 105ae87de88Schristos 106ae87de88Schristos /* The size of `void *', as computed by sizeof. */ 107ae87de88Schristos #define SIZEOF_VOID_P 4 1081138a3c3Schristos 1091138a3c3Schristos /* Define to 1 if you have the ANSI C header files. */ 1101138a3c3Schristos #define STDC_HEADERS 1 1111138a3c3Schristos 1121138a3c3Schristos /* Enable extensions on AIX 3, Interix. */ 1131138a3c3Schristos #ifndef _ALL_SOURCE 1141138a3c3Schristos # define _ALL_SOURCE 1 1151138a3c3Schristos #endif 1161138a3c3Schristos /* Enable GNU extensions on systems that have them. */ 1171138a3c3Schristos #ifndef _GNU_SOURCE 1181138a3c3Schristos # define _GNU_SOURCE 1 1191138a3c3Schristos #endif 1201138a3c3Schristos /* Enable threading extensions on Solaris. */ 1211138a3c3Schristos #ifndef _POSIX_PTHREAD_SEMANTICS 1221138a3c3Schristos # define _POSIX_PTHREAD_SEMANTICS 1 1231138a3c3Schristos #endif 1241138a3c3Schristos /* Enable extensions on HP NonStop. */ 1251138a3c3Schristos #ifndef _TANDEM_SOURCE 1261138a3c3Schristos # define _TANDEM_SOURCE 1 1271138a3c3Schristos #endif 1281138a3c3Schristos /* Enable general extensions on Solaris. */ 1291138a3c3Schristos #ifndef __EXTENSIONS__ 1301138a3c3Schristos # define __EXTENSIONS__ 1 1311138a3c3Schristos #endif 1321138a3c3Schristos 1331138a3c3Schristos 1341138a3c3Schristos /* Version number of package */ 135*22ebeae4Schristos #define VERSION "2.42.50" 1361138a3c3Schristos 1371138a3c3Schristos /* Define to 1 if on MINIX. */ 1381138a3c3Schristos /* #undef _MINIX */ 1391138a3c3Schristos 1401138a3c3Schristos /* Define to 2 if the system does not provide POSIX.1 features except with 1411138a3c3Schristos this defined. */ 1421138a3c3Schristos /* #undef _POSIX_1_SOURCE */ 1431138a3c3Schristos 1441138a3c3Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 1451138a3c3Schristos /* #undef _POSIX_SOURCE */ 146