1712cd4afSchristos /* 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 */ 3f11604d4Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4712cd4afSchristos 5712cd4afSchristos /* config.h. Generated from config.in by configure. */ 69ca90fdcSchristos /* config.in. Generated from configure.ac by autoheader. */ 7712cd4afSchristos 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 18712cd4afSchristos /* Define to 1 if translation of program messages to the user's native 19712cd4afSchristos 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 */ 33712cd4afSchristos 34712cd4afSchristos /* Define to 1 if you have the declaration of `basename', and to 0 if you 35712cd4afSchristos don't. */ 36712cd4afSchristos #define HAVE_DECL_BASENAME 0 37712cd4afSchristos 38712cd4afSchristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 39712cd4afSchristos */ 40712cd4afSchristos #define HAVE_DECL_STPCPY 1 41712cd4afSchristos 42712cd4afSchristos /* Define to 1 if you have the <dlfcn.h> header file. */ 43712cd4afSchristos #define HAVE_DLFCN_H 1 44712cd4afSchristos 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 51712cd4afSchristos /* Define to 1 if you have the <inttypes.h> header file. */ 52712cd4afSchristos #define HAVE_INTTYPES_H 1 53712cd4afSchristos 54712cd4afSchristos /* Define to 1 if you have the <memory.h> header file. */ 55712cd4afSchristos #define HAVE_MEMORY_H 1 56712cd4afSchristos 579ca90fdcSchristos /* Define if sigsetjmp is available. */ 589ca90fdcSchristos #define HAVE_SIGSETJMP 1 599ca90fdcSchristos 60712cd4afSchristos /* Define to 1 if you have the <stdint.h> header file. */ 61712cd4afSchristos #define HAVE_STDINT_H 1 62712cd4afSchristos 63712cd4afSchristos /* Define to 1 if you have the <stdlib.h> header file. */ 64712cd4afSchristos #define HAVE_STDLIB_H 1 65712cd4afSchristos 66712cd4afSchristos /* Define to 1 if you have the <strings.h> header file. */ 67712cd4afSchristos #define HAVE_STRINGS_H 1 68712cd4afSchristos 69712cd4afSchristos /* Define to 1 if you have the <string.h> header file. */ 70712cd4afSchristos #define HAVE_STRING_H 1 71712cd4afSchristos 72712cd4afSchristos /* Define to 1 if you have the <sys/stat.h> header file. */ 73712cd4afSchristos #define HAVE_SYS_STAT_H 1 74712cd4afSchristos 75712cd4afSchristos /* Define to 1 if you have the <sys/types.h> header file. */ 76712cd4afSchristos #define HAVE_SYS_TYPES_H 1 77712cd4afSchristos 78712cd4afSchristos /* Define to 1 if you have the <unistd.h> header file. */ 79712cd4afSchristos #define HAVE_UNISTD_H 1 80712cd4afSchristos 81712cd4afSchristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 82712cd4afSchristos */ 83712cd4afSchristos #define LT_OBJDIR ".libs/" 84712cd4afSchristos 85712cd4afSchristos /* Name of package */ 86712cd4afSchristos #define PACKAGE "opcodes" 87712cd4afSchristos 88712cd4afSchristos /* Define to the address where bug reports for this package should be sent. */ 89712cd4afSchristos #define PACKAGE_BUGREPORT "" 90712cd4afSchristos 91712cd4afSchristos /* Define to the full name of this package. */ 929ca90fdcSchristos #define PACKAGE_NAME "opcodes" 93712cd4afSchristos 94712cd4afSchristos /* Define to the full name and version of this package. */ 95*22ebeae4Schristos #define PACKAGE_STRING "opcodes 2.42.50" 96712cd4afSchristos 97712cd4afSchristos /* Define to the one symbol short name of this package. */ 989ca90fdcSchristos #define PACKAGE_TARNAME "opcodes" 99712cd4afSchristos 100712cd4afSchristos /* Define to the home page for this package. */ 101712cd4afSchristos #define PACKAGE_URL "" 102712cd4afSchristos 103712cd4afSchristos /* 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 108712cd4afSchristos 109712cd4afSchristos /* Define to 1 if you have the ANSI C header files. */ 110712cd4afSchristos #define STDC_HEADERS 1 111712cd4afSchristos 112712cd4afSchristos /* Enable extensions on AIX 3, Interix. */ 113712cd4afSchristos #ifndef _ALL_SOURCE 114712cd4afSchristos # define _ALL_SOURCE 1 115712cd4afSchristos #endif 116712cd4afSchristos /* Enable GNU extensions on systems that have them. */ 117712cd4afSchristos #ifndef _GNU_SOURCE 118712cd4afSchristos # define _GNU_SOURCE 1 119712cd4afSchristos #endif 120712cd4afSchristos /* Enable threading extensions on Solaris. */ 121712cd4afSchristos #ifndef _POSIX_PTHREAD_SEMANTICS 122712cd4afSchristos # define _POSIX_PTHREAD_SEMANTICS 1 123712cd4afSchristos #endif 124712cd4afSchristos /* Enable extensions on HP NonStop. */ 125712cd4afSchristos #ifndef _TANDEM_SOURCE 126712cd4afSchristos # define _TANDEM_SOURCE 1 127712cd4afSchristos #endif 128712cd4afSchristos /* Enable general extensions on Solaris. */ 129712cd4afSchristos #ifndef __EXTENSIONS__ 130712cd4afSchristos # define __EXTENSIONS__ 1 131712cd4afSchristos #endif 132712cd4afSchristos 133712cd4afSchristos 134712cd4afSchristos /* Version number of package */ 135*22ebeae4Schristos #define VERSION "2.42.50" 136712cd4afSchristos 137712cd4afSchristos /* Define to 1 if on MINIX. */ 138712cd4afSchristos /* #undef _MINIX */ 139712cd4afSchristos 140712cd4afSchristos /* Define to 2 if the system does not provide POSIX.1 features except with 141712cd4afSchristos this defined. */ 142712cd4afSchristos /* #undef _POSIX_1_SOURCE */ 143712cd4afSchristos 144712cd4afSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 145712cd4afSchristos /* #undef _POSIX_SOURCE */ 146