1b5bf3908Schristos /* 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 */ 3b5bf3908Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4b5bf3908Schristos 5b5bf3908Schristos /* config.h. Generated from config.in by configure. */ 6b5bf3908Schristos /* config.in. Generated from configure.ac by autoheader. */ 7b5bf3908Schristos 8b5bf3908Schristos /* Check that config.h is #included before system headers 9b5bf3908Schristos (this works only for glibc, but that should be enough). */ 10b5bf3908Schristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 11b5bf3908Schristos # error config.h must be #included before system headers 12b5bf3908Schristos #endif 13b5bf3908Schristos #define __CONFIG_H__ 1 14b5bf3908Schristos 1515a984a0Schristos /* Define if you want run-time sanity checks. */ 1615a984a0Schristos /* #undef ENABLE_CHECKING */ 1715a984a0Schristos 18b5bf3908Schristos /* Define to 1 if translation of program messages to the user's native 19b5bf3908Schristos 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 */ 33b5bf3908Schristos 34b5bf3908Schristos /* Define to 1 if you have the declaration of `basename', and to 0 if you 35b5bf3908Schristos don't. */ 36b5bf3908Schristos #define HAVE_DECL_BASENAME 0 37b5bf3908Schristos 38b5bf3908Schristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 39b5bf3908Schristos */ 40b5bf3908Schristos #define HAVE_DECL_STPCPY 1 41b5bf3908Schristos 42b5bf3908Schristos /* Define to 1 if you have the <dlfcn.h> header file. */ 43b5bf3908Schristos #define HAVE_DLFCN_H 1 44b5bf3908Schristos 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 51b5bf3908Schristos /* Define to 1 if you have the <inttypes.h> header file. */ 52b5bf3908Schristos #define HAVE_INTTYPES_H 1 53b5bf3908Schristos 54b5bf3908Schristos /* Define to 1 if you have the <memory.h> header file. */ 55b5bf3908Schristos #define HAVE_MEMORY_H 1 56b5bf3908Schristos 57b5bf3908Schristos /* Define if sigsetjmp is available. */ 58b5bf3908Schristos #define HAVE_SIGSETJMP 1 59b5bf3908Schristos 60b5bf3908Schristos /* Define to 1 if you have the <stdint.h> header file. */ 61b5bf3908Schristos #define HAVE_STDINT_H 1 62b5bf3908Schristos 63b5bf3908Schristos /* Define to 1 if you have the <stdlib.h> header file. */ 64b5bf3908Schristos #define HAVE_STDLIB_H 1 65b5bf3908Schristos 66b5bf3908Schristos /* Define to 1 if you have the <strings.h> header file. */ 67b5bf3908Schristos #define HAVE_STRINGS_H 1 68b5bf3908Schristos 69b5bf3908Schristos /* Define to 1 if you have the <string.h> header file. */ 70b5bf3908Schristos #define HAVE_STRING_H 1 71b5bf3908Schristos 72b5bf3908Schristos /* Define to 1 if you have the <sys/stat.h> header file. */ 73b5bf3908Schristos #define HAVE_SYS_STAT_H 1 74b5bf3908Schristos 75b5bf3908Schristos /* Define to 1 if you have the <sys/types.h> header file. */ 76b5bf3908Schristos #define HAVE_SYS_TYPES_H 1 77b5bf3908Schristos 78b5bf3908Schristos /* Define to 1 if you have the <unistd.h> header file. */ 79b5bf3908Schristos #define HAVE_UNISTD_H 1 80b5bf3908Schristos 81b5bf3908Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 82b5bf3908Schristos */ 83b5bf3908Schristos #define LT_OBJDIR ".libs/" 84b5bf3908Schristos 85b5bf3908Schristos /* Name of package */ 86b5bf3908Schristos #define PACKAGE "opcodes" 87b5bf3908Schristos 88b5bf3908Schristos /* Define to the address where bug reports for this package should be sent. */ 89b5bf3908Schristos #define PACKAGE_BUGREPORT "" 90b5bf3908Schristos 91b5bf3908Schristos /* Define to the full name of this package. */ 92b5bf3908Schristos #define PACKAGE_NAME "opcodes" 93b5bf3908Schristos 94b5bf3908Schristos /* Define to the full name and version of this package. */ 95*22ebeae4Schristos #define PACKAGE_STRING "opcodes 2.42.50" 96b5bf3908Schristos 97b5bf3908Schristos /* Define to the one symbol short name of this package. */ 98b5bf3908Schristos #define PACKAGE_TARNAME "opcodes" 99b5bf3908Schristos 100b5bf3908Schristos /* Define to the home page for this package. */ 101b5bf3908Schristos #define PACKAGE_URL "" 102b5bf3908Schristos 103b5bf3908Schristos /* Define to the version of this package. */ 104*22ebeae4Schristos #define PACKAGE_VERSION "2.42.50" 10515a984a0Schristos 10615a984a0Schristos /* The size of `void *', as computed by sizeof. */ 10715a984a0Schristos #define SIZEOF_VOID_P 8 108b5bf3908Schristos 109b5bf3908Schristos /* Define to 1 if you have the ANSI C header files. */ 110b5bf3908Schristos #define STDC_HEADERS 1 111b5bf3908Schristos 112b5bf3908Schristos /* Enable extensions on AIX 3, Interix. */ 113b5bf3908Schristos #ifndef _ALL_SOURCE 114b5bf3908Schristos # define _ALL_SOURCE 1 115b5bf3908Schristos #endif 116b5bf3908Schristos /* Enable GNU extensions on systems that have them. */ 117b5bf3908Schristos #ifndef _GNU_SOURCE 118b5bf3908Schristos # define _GNU_SOURCE 1 119b5bf3908Schristos #endif 120b5bf3908Schristos /* Enable threading extensions on Solaris. */ 121b5bf3908Schristos #ifndef _POSIX_PTHREAD_SEMANTICS 122b5bf3908Schristos # define _POSIX_PTHREAD_SEMANTICS 1 123b5bf3908Schristos #endif 124b5bf3908Schristos /* Enable extensions on HP NonStop. */ 125b5bf3908Schristos #ifndef _TANDEM_SOURCE 126b5bf3908Schristos # define _TANDEM_SOURCE 1 127b5bf3908Schristos #endif 128b5bf3908Schristos /* Enable general extensions on Solaris. */ 129b5bf3908Schristos #ifndef __EXTENSIONS__ 130b5bf3908Schristos # define __EXTENSIONS__ 1 131b5bf3908Schristos #endif 132b5bf3908Schristos 133b5bf3908Schristos 134b5bf3908Schristos /* Version number of package */ 135*22ebeae4Schristos #define VERSION "2.42.50" 136b5bf3908Schristos 137b5bf3908Schristos /* Define to 1 if on MINIX. */ 138b5bf3908Schristos /* #undef _MINIX */ 139b5bf3908Schristos 140b5bf3908Schristos /* Define to 2 if the system does not provide POSIX.1 features except with 141b5bf3908Schristos this defined. */ 142b5bf3908Schristos /* #undef _POSIX_1_SOURCE */ 143b5bf3908Schristos 144b5bf3908Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 145b5bf3908Schristos /* #undef _POSIX_SOURCE */ 146