131580a89Sskrll /* This file is automatically generated. DO NOT EDIT! */ 2*b2c35e17Schristos /* Generated from: NetBSD: mknative-binutils,v 1.16 2024/06/30 16:11:11 christos Exp */ 36f226886Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 431580a89Sskrll 57838ec37Smrg /* config.h. Generated from config.in by configure. */ 65f4eaf39Schristos /* config.in. Generated from configure.ac by autoheader. */ 731580a89Sskrll 8fc7466daSchristos /* Check that config.h is #included before system headers 9fc7466daSchristos (this works only for glibc, but that should be enough). */ 10fc7466daSchristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 11fc7466daSchristos # error config.h must be #included before system headers 12fc7466daSchristos #endif 13fc7466daSchristos #define __CONFIG_H__ 1 14fc7466daSchristos 1598bd41f6Schristos /* Define if you want run-time sanity checks. */ 1698bd41f6Schristos /* #undef ENABLE_CHECKING */ 1798bd41f6Schristos 1831580a89Sskrll /* Define to 1 if translation of program messages to the user's native 1931580a89Sskrll language is requested. */ 20*b2c35e17Schristos /* #undef ENABLE_NLS */ 21*b2c35e17Schristos 22*b2c35e17Schristos /* Define to 1 if you have the Mac OS X function 23*b2c35e17Schristos CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 24*b2c35e17Schristos /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ 25*b2c35e17Schristos 26*b2c35e17Schristos /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 27*b2c35e17Schristos the CoreFoundation framework. */ 28*b2c35e17Schristos /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 29*b2c35e17Schristos 30*b2c35e17Schristos /* Define if the GNU dcgettext() function is already present or preinstalled. 31*b2c35e17Schristos */ 32*b2c35e17Schristos /* #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*b2c35e17Schristos /* Define if the GNU gettext() function is already present or preinstalled. */ 46*b2c35e17Schristos /* #undef HAVE_GETTEXT */ 47*b2c35e17Schristos 48*b2c35e17Schristos /* Define if you have the iconv() function and it works. */ 49*b2c35e17Schristos #define HAVE_ICONV 1 50*b2c35e17Schristos 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 575f4eaf39Schristos /* Define if sigsetjmp is available. */ 585f4eaf39Schristos #define HAVE_SIGSETJMP 1 595f4eaf39Schristos 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. */ 925f4eaf39Schristos #define PACKAGE_NAME "opcodes" 9331580a89Sskrll 9431580a89Sskrll /* Define to the full name and version of this package. */ 95*b2c35e17Schristos #define PACKAGE_STRING "opcodes 2.42" 9631580a89Sskrll 9731580a89Sskrll /* Define to the one symbol short name of this package. */ 985f4eaf39Schristos #define PACKAGE_TARNAME "opcodes" 9931580a89Sskrll 1007838ec37Smrg /* Define to the home page for this package. */ 1017838ec37Smrg #define PACKAGE_URL "" 1027838ec37Smrg 10331580a89Sskrll /* Define to the version of this package. */ 104*b2c35e17Schristos #define PACKAGE_VERSION "2.42" 10598bd41f6Schristos 10698bd41f6Schristos /* The size of `void *', as computed by sizeof. */ 10798bd41f6Schristos #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 1337838ec37Smrg 1347838ec37Smrg /* Version number of package */ 135*b2c35e17Schristos #define VERSION "2.42" 1367838ec37Smrg 1377838ec37Smrg /* Define to 1 if on MINIX. */ 1387838ec37Smrg /* #undef _MINIX */ 1397838ec37Smrg 1407838ec37Smrg /* Define to 2 if the system does not provide POSIX.1 features except with 1417838ec37Smrg this defined. */ 1427838ec37Smrg /* #undef _POSIX_1_SOURCE */ 1437838ec37Smrg 1447838ec37Smrg /* Define to 1 if you need to in order for `stat' and other things to work. */ 1457838ec37Smrg /* #undef _POSIX_SOURCE */ 146