131580a89Sskrll /* This file is automatically generated. DO NOT EDIT! */ 2*4924cabcSskrll /* Generated from: NetBSD: mknative-binutils,v 1.16 2024/06/30 16:11:11 christos Exp */ 38005419bSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 431580a89Sskrll 5bd754ea4Smrg /* config.h. Generated from config.in by configure. */ 6f51ed01fSchristos /* config.in. Generated from configure.ac by autoheader. */ 731580a89Sskrll 8ae482c4bSskrll /* Check that config.h is #included before system headers 9ae482c4bSskrll (this works only for glibc, but that should be enough). */ 10ae482c4bSskrll #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 11ae482c4bSskrll # error config.h must be #included before system headers 12ae482c4bSskrll #endif 13ae482c4bSskrll #define __CONFIG_H__ 1 14ae482c4bSskrll 151c5a60bcSchristos /* Define if you want run-time sanity checks. */ 161c5a60bcSchristos /* #undef ENABLE_CHECKING */ 171c5a60bcSchristos 1831580a89Sskrll /* Define to 1 if translation of program messages to the user's native 1931580a89Sskrll language is requested. */ 20*4924cabcSskrll /* #undef ENABLE_NLS */ 21*4924cabcSskrll 22*4924cabcSskrll /* Define to 1 if you have the Mac OS X function 23*4924cabcSskrll CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 24*4924cabcSskrll /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ 25*4924cabcSskrll 26*4924cabcSskrll /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 27*4924cabcSskrll the CoreFoundation framework. */ 28*4924cabcSskrll /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 29*4924cabcSskrll 30*4924cabcSskrll /* Define if the GNU dcgettext() function is already present or preinstalled. 31*4924cabcSskrll */ 32*4924cabcSskrll /* #undef HAVE_DCGETTEXT */ 3331580a89Sskrll 3431580a89Sskrll /* Define to 1 if you have the declaration of `basename', and to 0 if you 3531580a89Sskrll don't. */ 3631580a89Sskrll #define HAVE_DECL_BASENAME 0 3731580a89Sskrll 3831580a89Sskrll /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 3931580a89Sskrll */ 4031580a89Sskrll #define HAVE_DECL_STPCPY 1 4131580a89Sskrll 4231580a89Sskrll /* Define to 1 if you have the <dlfcn.h> header file. */ 4331580a89Sskrll #define HAVE_DLFCN_H 1 4431580a89Sskrll 45*4924cabcSskrll /* Define if the GNU gettext() function is already present or preinstalled. */ 46*4924cabcSskrll /* #undef HAVE_GETTEXT */ 47*4924cabcSskrll 48*4924cabcSskrll /* Define if you have the iconv() function and it works. */ 49*4924cabcSskrll #define HAVE_ICONV 1 50*4924cabcSskrll 5131580a89Sskrll /* Define to 1 if you have the <inttypes.h> header file. */ 5231580a89Sskrll #define HAVE_INTTYPES_H 1 5331580a89Sskrll 5431580a89Sskrll /* Define to 1 if you have the <memory.h> header file. */ 5531580a89Sskrll #define HAVE_MEMORY_H 1 5631580a89Sskrll 57f51ed01fSchristos /* Define if sigsetjmp is available. */ 58f51ed01fSchristos #define HAVE_SIGSETJMP 1 59f51ed01fSchristos 6031580a89Sskrll /* Define to 1 if you have the <stdint.h> header file. */ 6131580a89Sskrll #define HAVE_STDINT_H 1 6231580a89Sskrll 6331580a89Sskrll /* Define to 1 if you have the <stdlib.h> header file. */ 6431580a89Sskrll #define HAVE_STDLIB_H 1 6531580a89Sskrll 6631580a89Sskrll /* Define to 1 if you have the <strings.h> header file. */ 6731580a89Sskrll #define HAVE_STRINGS_H 1 6831580a89Sskrll 6931580a89Sskrll /* Define to 1 if you have the <string.h> header file. */ 7031580a89Sskrll #define HAVE_STRING_H 1 7131580a89Sskrll 7231580a89Sskrll /* Define to 1 if you have the <sys/stat.h> header file. */ 7331580a89Sskrll #define HAVE_SYS_STAT_H 1 7431580a89Sskrll 7531580a89Sskrll /* Define to 1 if you have the <sys/types.h> header file. */ 7631580a89Sskrll #define HAVE_SYS_TYPES_H 1 7731580a89Sskrll 7831580a89Sskrll /* Define to 1 if you have the <unistd.h> header file. */ 7931580a89Sskrll #define HAVE_UNISTD_H 1 8031580a89Sskrll 8131580a89Sskrll /* Define to the sub-directory in which libtool stores uninstalled libraries. 8231580a89Sskrll */ 8331580a89Sskrll #define LT_OBJDIR ".libs/" 8431580a89Sskrll 8531580a89Sskrll /* Name of package */ 8631580a89Sskrll #define PACKAGE "opcodes" 8731580a89Sskrll 8831580a89Sskrll /* Define to the address where bug reports for this package should be sent. */ 8931580a89Sskrll #define PACKAGE_BUGREPORT "" 9031580a89Sskrll 9131580a89Sskrll /* Define to the full name of this package. */ 92f51ed01fSchristos #define PACKAGE_NAME "opcodes" 9331580a89Sskrll 9431580a89Sskrll /* Define to the full name and version of this package. */ 95*4924cabcSskrll #define PACKAGE_STRING "opcodes 2.42" 9631580a89Sskrll 9731580a89Sskrll /* Define to the one symbol short name of this package. */ 98f51ed01fSchristos #define PACKAGE_TARNAME "opcodes" 9931580a89Sskrll 100bd754ea4Smrg /* Define to the home page for this package. */ 101bd754ea4Smrg #define PACKAGE_URL "" 102bd754ea4Smrg 10331580a89Sskrll /* Define to the version of this package. */ 104*4924cabcSskrll #define PACKAGE_VERSION "2.42" 1051c5a60bcSchristos 1061c5a60bcSchristos /* The size of `void *', as computed by sizeof. */ 1071c5a60bcSchristos #define SIZEOF_VOID_P 4 10831580a89Sskrll 10931580a89Sskrll /* Define to 1 if you have the ANSI C header files. */ 11031580a89Sskrll #define STDC_HEADERS 1 11131580a89Sskrll 11231580a89Sskrll /* Enable extensions on AIX 3, Interix. */ 11331580a89Sskrll #ifndef _ALL_SOURCE 11431580a89Sskrll # define _ALL_SOURCE 1 11531580a89Sskrll #endif 11631580a89Sskrll /* Enable GNU extensions on systems that have them. */ 11731580a89Sskrll #ifndef _GNU_SOURCE 11831580a89Sskrll # define _GNU_SOURCE 1 11931580a89Sskrll #endif 12031580a89Sskrll /* Enable threading extensions on Solaris. */ 12131580a89Sskrll #ifndef _POSIX_PTHREAD_SEMANTICS 12231580a89Sskrll # define _POSIX_PTHREAD_SEMANTICS 1 12331580a89Sskrll #endif 12431580a89Sskrll /* Enable extensions on HP NonStop. */ 12531580a89Sskrll #ifndef _TANDEM_SOURCE 12631580a89Sskrll # define _TANDEM_SOURCE 1 12731580a89Sskrll #endif 12831580a89Sskrll /* Enable general extensions on Solaris. */ 12931580a89Sskrll #ifndef __EXTENSIONS__ 13031580a89Sskrll # define __EXTENSIONS__ 1 13131580a89Sskrll #endif 13231580a89Sskrll 133bd754ea4Smrg 134bd754ea4Smrg /* Version number of package */ 135*4924cabcSskrll #define VERSION "2.42" 136bd754ea4Smrg 137bd754ea4Smrg /* Define to 1 if on MINIX. */ 138bd754ea4Smrg /* #undef _MINIX */ 139bd754ea4Smrg 140bd754ea4Smrg /* Define to 2 if the system does not provide POSIX.1 features except with 141bd754ea4Smrg this defined. */ 142bd754ea4Smrg /* #undef _POSIX_1_SOURCE */ 143bd754ea4Smrg 144bd754ea4Smrg /* Define to 1 if you need to in order for `stat' and other things to work. */ 145bd754ea4Smrg /* #undef _POSIX_SOURCE */ 146