19332c516Sskrll /* This file is automatically generated. DO NOT EDIT! */ 2*9dc0bb4cSskrll /* 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 */ 49332c516Sskrll 59332c516Sskrll /* config.h. Generated from config.in by configure. */ 60260838fSchristos /* config.in. Generated from configure.ac by autoheader. */ 79332c516Sskrll 883d6843dSskrll /* Check that config.h is #included before system headers 983d6843dSskrll (this works only for glibc, but that should be enough). */ 1083d6843dSskrll #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 1183d6843dSskrll # error config.h must be #included before system headers 1283d6843dSskrll #endif 1383d6843dSskrll #define __CONFIG_H__ 1 1483d6843dSskrll 1551f66c08Schristos /* Define if you want run-time sanity checks. */ 1651f66c08Schristos /* #undef ENABLE_CHECKING */ 1751f66c08Schristos 189332c516Sskrll /* Define to 1 if translation of program messages to the user's native 199332c516Sskrll language is requested. */ 20*9dc0bb4cSskrll /* #undef ENABLE_NLS */ 21*9dc0bb4cSskrll 22*9dc0bb4cSskrll /* Define to 1 if you have the Mac OS X function 23*9dc0bb4cSskrll CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */ 24*9dc0bb4cSskrll /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */ 25*9dc0bb4cSskrll 26*9dc0bb4cSskrll /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in 27*9dc0bb4cSskrll the CoreFoundation framework. */ 28*9dc0bb4cSskrll /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ 29*9dc0bb4cSskrll 30*9dc0bb4cSskrll /* Define if the GNU dcgettext() function is already present or preinstalled. 31*9dc0bb4cSskrll */ 32*9dc0bb4cSskrll /* #undef HAVE_DCGETTEXT */ 339332c516Sskrll 349332c516Sskrll /* Define to 1 if you have the declaration of `basename', and to 0 if you 359332c516Sskrll don't. */ 369332c516Sskrll #define HAVE_DECL_BASENAME 0 379332c516Sskrll 389332c516Sskrll /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 399332c516Sskrll */ 409332c516Sskrll #define HAVE_DECL_STPCPY 1 419332c516Sskrll 429332c516Sskrll /* Define to 1 if you have the <dlfcn.h> header file. */ 439332c516Sskrll #define HAVE_DLFCN_H 1 449332c516Sskrll 45*9dc0bb4cSskrll /* Define if the GNU gettext() function is already present or preinstalled. */ 46*9dc0bb4cSskrll /* #undef HAVE_GETTEXT */ 47*9dc0bb4cSskrll 48*9dc0bb4cSskrll /* Define if you have the iconv() function and it works. */ 49*9dc0bb4cSskrll #define HAVE_ICONV 1 50*9dc0bb4cSskrll 519332c516Sskrll /* Define to 1 if you have the <inttypes.h> header file. */ 529332c516Sskrll #define HAVE_INTTYPES_H 1 539332c516Sskrll 549332c516Sskrll /* Define to 1 if you have the <memory.h> header file. */ 559332c516Sskrll #define HAVE_MEMORY_H 1 569332c516Sskrll 570260838fSchristos /* Define if sigsetjmp is available. */ 580260838fSchristos #define HAVE_SIGSETJMP 1 590260838fSchristos 609332c516Sskrll /* Define to 1 if you have the <stdint.h> header file. */ 619332c516Sskrll #define HAVE_STDINT_H 1 629332c516Sskrll 639332c516Sskrll /* Define to 1 if you have the <stdlib.h> header file. */ 649332c516Sskrll #define HAVE_STDLIB_H 1 659332c516Sskrll 669332c516Sskrll /* Define to 1 if you have the <strings.h> header file. */ 679332c516Sskrll #define HAVE_STRINGS_H 1 689332c516Sskrll 699332c516Sskrll /* Define to 1 if you have the <string.h> header file. */ 709332c516Sskrll #define HAVE_STRING_H 1 719332c516Sskrll 729332c516Sskrll /* Define to 1 if you have the <sys/stat.h> header file. */ 739332c516Sskrll #define HAVE_SYS_STAT_H 1 749332c516Sskrll 759332c516Sskrll /* Define to 1 if you have the <sys/types.h> header file. */ 769332c516Sskrll #define HAVE_SYS_TYPES_H 1 779332c516Sskrll 789332c516Sskrll /* Define to 1 if you have the <unistd.h> header file. */ 799332c516Sskrll #define HAVE_UNISTD_H 1 809332c516Sskrll 819332c516Sskrll /* Define to the sub-directory in which libtool stores uninstalled libraries. 829332c516Sskrll */ 839332c516Sskrll #define LT_OBJDIR ".libs/" 849332c516Sskrll 859332c516Sskrll /* Name of package */ 869332c516Sskrll #define PACKAGE "opcodes" 879332c516Sskrll 889332c516Sskrll /* Define to the address where bug reports for this package should be sent. */ 899332c516Sskrll #define PACKAGE_BUGREPORT "" 909332c516Sskrll 919332c516Sskrll /* Define to the full name of this package. */ 920260838fSchristos #define PACKAGE_NAME "opcodes" 939332c516Sskrll 949332c516Sskrll /* Define to the full name and version of this package. */ 95*9dc0bb4cSskrll #define PACKAGE_STRING "opcodes 2.42" 969332c516Sskrll 979332c516Sskrll /* Define to the one symbol short name of this package. */ 980260838fSchristos #define PACKAGE_TARNAME "opcodes" 999332c516Sskrll 1009332c516Sskrll /* Define to the home page for this package. */ 1019332c516Sskrll #define PACKAGE_URL "" 1029332c516Sskrll 1039332c516Sskrll /* Define to the version of this package. */ 104*9dc0bb4cSskrll #define PACKAGE_VERSION "2.42" 10551f66c08Schristos 10651f66c08Schristos /* The size of `void *', as computed by sizeof. */ 10751f66c08Schristos #define SIZEOF_VOID_P 4 1089332c516Sskrll 1099332c516Sskrll /* Define to 1 if you have the ANSI C header files. */ 1109332c516Sskrll #define STDC_HEADERS 1 1119332c516Sskrll 1129332c516Sskrll /* Enable extensions on AIX 3, Interix. */ 1139332c516Sskrll #ifndef _ALL_SOURCE 1149332c516Sskrll # define _ALL_SOURCE 1 1159332c516Sskrll #endif 1169332c516Sskrll /* Enable GNU extensions on systems that have them. */ 1179332c516Sskrll #ifndef _GNU_SOURCE 1189332c516Sskrll # define _GNU_SOURCE 1 1199332c516Sskrll #endif 1209332c516Sskrll /* Enable threading extensions on Solaris. */ 1219332c516Sskrll #ifndef _POSIX_PTHREAD_SEMANTICS 1229332c516Sskrll # define _POSIX_PTHREAD_SEMANTICS 1 1239332c516Sskrll #endif 1249332c516Sskrll /* Enable extensions on HP NonStop. */ 1259332c516Sskrll #ifndef _TANDEM_SOURCE 1269332c516Sskrll # define _TANDEM_SOURCE 1 1279332c516Sskrll #endif 1289332c516Sskrll /* Enable general extensions on Solaris. */ 1299332c516Sskrll #ifndef __EXTENSIONS__ 1309332c516Sskrll # define __EXTENSIONS__ 1 1319332c516Sskrll #endif 1329332c516Sskrll 1339332c516Sskrll 1349332c516Sskrll /* Version number of package */ 135*9dc0bb4cSskrll #define VERSION "2.42" 1369332c516Sskrll 1379332c516Sskrll /* Define to 1 if on MINIX. */ 1389332c516Sskrll /* #undef _MINIX */ 1399332c516Sskrll 1409332c516Sskrll /* Define to 2 if the system does not provide POSIX.1 features except with 1419332c516Sskrll this defined. */ 1429332c516Sskrll /* #undef _POSIX_1_SOURCE */ 1439332c516Sskrll 1449332c516Sskrll /* Define to 1 if you need to in order for `stat' and other things to work. */ 1459332c516Sskrll /* #undef _POSIX_SOURCE */ 146