15e4c8969Smartin /* This file is automatically generated. DO NOT EDIT! */ 2*801f73adSchristos /* 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 */ 45e4c8969Smartin 55e4c8969Smartin /* config.h. Generated from config.in by configure. */ 6b711ecb4Schristos /* config.in. Generated from configure.ac by autoheader. */ 75e4c8969Smartin 85de22a2bSmrg /* Check that config.h is #included before system headers 95de22a2bSmrg (this works only for glibc, but that should be enough). */ 105de22a2bSmrg #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 115de22a2bSmrg # error config.h must be #included before system headers 125de22a2bSmrg #endif 135de22a2bSmrg #define __CONFIG_H__ 1 145de22a2bSmrg 158c762729Schristos /* Define if you want run-time sanity checks. */ 168c762729Schristos /* #undef ENABLE_CHECKING */ 178c762729Schristos 185e4c8969Smartin /* Define to 1 if translation of program messages to the user's native 195e4c8969Smartin language is requested. */ 20*801f73adSchristos /* #undef ENABLE_NLS */ 21*801f73adSchristos 22*801f73adSchristos /* Define to 1 if you have the Mac OS X function 23*801f73adSchristos CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 24*801f73adSchristos /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ 25*801f73adSchristos 26*801f73adSchristos /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 27*801f73adSchristos the CoreFoundation framework. */ 28*801f73adSchristos /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 29*801f73adSchristos 30*801f73adSchristos /* Define if the GNU dcgettext() function is already present or preinstalled. 31*801f73adSchristos */ 32*801f73adSchristos /* #undef HAVE_DCGETTEXT */ 335e4c8969Smartin 345e4c8969Smartin /* Define to 1 if you have the declaration of `basename', and to 0 if you 355e4c8969Smartin don't. */ 365e4c8969Smartin #define HAVE_DECL_BASENAME 0 375e4c8969Smartin 385e4c8969Smartin /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 395e4c8969Smartin */ 405e4c8969Smartin #define HAVE_DECL_STPCPY 1 415e4c8969Smartin 425e4c8969Smartin /* Define to 1 if you have the <dlfcn.h> header file. */ 435e4c8969Smartin #define HAVE_DLFCN_H 1 445e4c8969Smartin 45*801f73adSchristos /* Define if the GNU gettext() function is already present or preinstalled. */ 46*801f73adSchristos /* #undef HAVE_GETTEXT */ 47*801f73adSchristos 48*801f73adSchristos /* Define if you have the iconv() function and it works. */ 49*801f73adSchristos #define HAVE_ICONV 1 50*801f73adSchristos 515e4c8969Smartin /* Define to 1 if you have the <inttypes.h> header file. */ 525e4c8969Smartin #define HAVE_INTTYPES_H 1 535e4c8969Smartin 545e4c8969Smartin /* Define to 1 if you have the <memory.h> header file. */ 555e4c8969Smartin #define HAVE_MEMORY_H 1 565e4c8969Smartin 57b711ecb4Schristos /* Define if sigsetjmp is available. */ 58b711ecb4Schristos #define HAVE_SIGSETJMP 1 59b711ecb4Schristos 605e4c8969Smartin /* Define to 1 if you have the <stdint.h> header file. */ 615e4c8969Smartin #define HAVE_STDINT_H 1 625e4c8969Smartin 635e4c8969Smartin /* Define to 1 if you have the <stdlib.h> header file. */ 645e4c8969Smartin #define HAVE_STDLIB_H 1 655e4c8969Smartin 665e4c8969Smartin /* Define to 1 if you have the <strings.h> header file. */ 675e4c8969Smartin #define HAVE_STRINGS_H 1 685e4c8969Smartin 695e4c8969Smartin /* Define to 1 if you have the <string.h> header file. */ 705e4c8969Smartin #define HAVE_STRING_H 1 715e4c8969Smartin 725e4c8969Smartin /* Define to 1 if you have the <sys/stat.h> header file. */ 735e4c8969Smartin #define HAVE_SYS_STAT_H 1 745e4c8969Smartin 755e4c8969Smartin /* Define to 1 if you have the <sys/types.h> header file. */ 765e4c8969Smartin #define HAVE_SYS_TYPES_H 1 775e4c8969Smartin 785e4c8969Smartin /* Define to 1 if you have the <unistd.h> header file. */ 795e4c8969Smartin #define HAVE_UNISTD_H 1 805e4c8969Smartin 815e4c8969Smartin /* Define to the sub-directory in which libtool stores uninstalled libraries. 825e4c8969Smartin */ 835e4c8969Smartin #define LT_OBJDIR ".libs/" 845e4c8969Smartin 855e4c8969Smartin /* Name of package */ 865e4c8969Smartin #define PACKAGE "opcodes" 875e4c8969Smartin 885e4c8969Smartin /* Define to the address where bug reports for this package should be sent. */ 895e4c8969Smartin #define PACKAGE_BUGREPORT "" 905e4c8969Smartin 915e4c8969Smartin /* Define to the full name of this package. */ 92b711ecb4Schristos #define PACKAGE_NAME "opcodes" 935e4c8969Smartin 945e4c8969Smartin /* Define to the full name and version of this package. */ 95*801f73adSchristos #define PACKAGE_STRING "opcodes 2.42" 965e4c8969Smartin 975e4c8969Smartin /* Define to the one symbol short name of this package. */ 98b711ecb4Schristos #define PACKAGE_TARNAME "opcodes" 995e4c8969Smartin 1005e4c8969Smartin /* Define to the home page for this package. */ 1015e4c8969Smartin #define PACKAGE_URL "" 1025e4c8969Smartin 1035e4c8969Smartin /* Define to the version of this package. */ 104*801f73adSchristos #define PACKAGE_VERSION "2.42" 1058c762729Schristos 1068c762729Schristos /* The size of `void *', as computed by sizeof. */ 1078c762729Schristos #define SIZEOF_VOID_P 8 1085e4c8969Smartin 1095e4c8969Smartin /* Define to 1 if you have the ANSI C header files. */ 1105e4c8969Smartin #define STDC_HEADERS 1 1115e4c8969Smartin 1125e4c8969Smartin /* Enable extensions on AIX 3, Interix. */ 1135e4c8969Smartin #ifndef _ALL_SOURCE 1145e4c8969Smartin # define _ALL_SOURCE 1 1155e4c8969Smartin #endif 1165e4c8969Smartin /* Enable GNU extensions on systems that have them. */ 1175e4c8969Smartin #ifndef _GNU_SOURCE 1185e4c8969Smartin # define _GNU_SOURCE 1 1195e4c8969Smartin #endif 1205e4c8969Smartin /* Enable threading extensions on Solaris. */ 1215e4c8969Smartin #ifndef _POSIX_PTHREAD_SEMANTICS 1225e4c8969Smartin # define _POSIX_PTHREAD_SEMANTICS 1 1235e4c8969Smartin #endif 1245e4c8969Smartin /* Enable extensions on HP NonStop. */ 1255e4c8969Smartin #ifndef _TANDEM_SOURCE 1265e4c8969Smartin # define _TANDEM_SOURCE 1 1275e4c8969Smartin #endif 1285e4c8969Smartin /* Enable general extensions on Solaris. */ 1295e4c8969Smartin #ifndef __EXTENSIONS__ 1305e4c8969Smartin # define __EXTENSIONS__ 1 1315e4c8969Smartin #endif 1325e4c8969Smartin 1335e4c8969Smartin 1345e4c8969Smartin /* Version number of package */ 135*801f73adSchristos #define VERSION "2.42" 1365e4c8969Smartin 1375e4c8969Smartin /* Define to 1 if on MINIX. */ 1385e4c8969Smartin /* #undef _MINIX */ 1395e4c8969Smartin 1405e4c8969Smartin /* Define to 2 if the system does not provide POSIX.1 features except with 1415e4c8969Smartin this defined. */ 1425e4c8969Smartin /* #undef _POSIX_1_SOURCE */ 1435e4c8969Smartin 1445e4c8969Smartin /* Define to 1 if you need to in order for `stat' and other things to work. */ 1455e4c8969Smartin /* #undef _POSIX_SOURCE */ 146