1230b9566Smatt /* This file is automatically generated. DO NOT EDIT! */ 2230b9566Smatt /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp */ 3230b9566Smatt /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */ 4230b9566Smatt 5230b9566Smatt /* config.h. Generated from config.in by configure. */ 604028aa9Schristos /* config.in. Generated from configure.ac by autoheader. */ 7230b9566Smatt 8230b9566Smatt /* Check that config.h is #included before system headers 9230b9566Smatt (this works only for glibc, but that should be enough). */ 10230b9566Smatt #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 11230b9566Smatt # error config.h must be #included before system headers 12230b9566Smatt #endif 13230b9566Smatt #define __CONFIG_H__ 1 14230b9566Smatt 15230b9566Smatt /* Define to 1 if translation of program messages to the user's native 16230b9566Smatt language is requested. */ 17230b9566Smatt #define ENABLE_NLS 1 18230b9566Smatt 19230b9566Smatt /* Define to 1 if you have the declaration of `basename', and to 0 if you 20230b9566Smatt don't. */ 21230b9566Smatt #define HAVE_DECL_BASENAME 0 22230b9566Smatt 23230b9566Smatt /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 24230b9566Smatt */ 25230b9566Smatt #define HAVE_DECL_STPCPY 1 26230b9566Smatt 27230b9566Smatt /* Define to 1 if you have the <dlfcn.h> header file. */ 28230b9566Smatt #define HAVE_DLFCN_H 1 29230b9566Smatt 30230b9566Smatt /* Define to 1 if you have the <inttypes.h> header file. */ 31230b9566Smatt #define HAVE_INTTYPES_H 1 32230b9566Smatt 33230b9566Smatt /* Define to 1 if you have the <limits.h> header file. */ 34230b9566Smatt #define HAVE_LIMITS_H 1 35230b9566Smatt 36230b9566Smatt /* Define to 1 if you have the <memory.h> header file. */ 37230b9566Smatt #define HAVE_MEMORY_H 1 38230b9566Smatt 3904028aa9Schristos /* Define if sigsetjmp is available. */ 4004028aa9Schristos #define HAVE_SIGSETJMP 1 4104028aa9Schristos 42230b9566Smatt /* Define to 1 if you have the <stdint.h> header file. */ 43230b9566Smatt #define HAVE_STDINT_H 1 44230b9566Smatt 45230b9566Smatt /* Define to 1 if you have the <stdlib.h> header file. */ 46230b9566Smatt #define HAVE_STDLIB_H 1 47230b9566Smatt 48230b9566Smatt /* Define to 1 if you have the <strings.h> header file. */ 49230b9566Smatt #define HAVE_STRINGS_H 1 50230b9566Smatt 51230b9566Smatt /* Define to 1 if you have the <string.h> header file. */ 52230b9566Smatt #define HAVE_STRING_H 1 53230b9566Smatt 54230b9566Smatt /* Define to 1 if you have the <sys/stat.h> header file. */ 55230b9566Smatt #define HAVE_SYS_STAT_H 1 56230b9566Smatt 57230b9566Smatt /* Define to 1 if you have the <sys/types.h> header file. */ 58230b9566Smatt #define HAVE_SYS_TYPES_H 1 59230b9566Smatt 60230b9566Smatt /* Define to 1 if you have the <unistd.h> header file. */ 61230b9566Smatt #define HAVE_UNISTD_H 1 62230b9566Smatt 63230b9566Smatt /* Define to the sub-directory in which libtool stores uninstalled libraries. 64230b9566Smatt */ 65230b9566Smatt #define LT_OBJDIR ".libs/" 66230b9566Smatt 67230b9566Smatt /* Name of package */ 68230b9566Smatt #define PACKAGE "opcodes" 69230b9566Smatt 70230b9566Smatt /* Define to the address where bug reports for this package should be sent. */ 71230b9566Smatt #define PACKAGE_BUGREPORT "" 72230b9566Smatt 73230b9566Smatt /* Define to the full name of this package. */ 7404028aa9Schristos #define PACKAGE_NAME "opcodes" 75230b9566Smatt 76230b9566Smatt /* Define to the full name and version of this package. */ 77*4f619feaSchristos #define PACKAGE_STRING "opcodes 2.26.1" 78230b9566Smatt 79230b9566Smatt /* Define to the one symbol short name of this package. */ 8004028aa9Schristos #define PACKAGE_TARNAME "opcodes" 81230b9566Smatt 82230b9566Smatt /* Define to the home page for this package. */ 83230b9566Smatt #define PACKAGE_URL "" 84230b9566Smatt 85230b9566Smatt /* Define to the version of this package. */ 86*4f619feaSchristos #define PACKAGE_VERSION "2.26.1" 87230b9566Smatt 88230b9566Smatt /* Define to 1 if you have the ANSI C header files. */ 89230b9566Smatt #define STDC_HEADERS 1 90230b9566Smatt 91230b9566Smatt /* Define if you can safely include both <string.h> and <strings.h>. */ 92230b9566Smatt #define STRING_WITH_STRINGS 1 93230b9566Smatt 94230b9566Smatt /* Enable extensions on AIX 3, Interix. */ 95230b9566Smatt #ifndef _ALL_SOURCE 96230b9566Smatt # define _ALL_SOURCE 1 97230b9566Smatt #endif 98230b9566Smatt /* Enable GNU extensions on systems that have them. */ 99230b9566Smatt #ifndef _GNU_SOURCE 100230b9566Smatt # define _GNU_SOURCE 1 101230b9566Smatt #endif 102230b9566Smatt /* Enable threading extensions on Solaris. */ 103230b9566Smatt #ifndef _POSIX_PTHREAD_SEMANTICS 104230b9566Smatt # define _POSIX_PTHREAD_SEMANTICS 1 105230b9566Smatt #endif 106230b9566Smatt /* Enable extensions on HP NonStop. */ 107230b9566Smatt #ifndef _TANDEM_SOURCE 108230b9566Smatt # define _TANDEM_SOURCE 1 109230b9566Smatt #endif 110230b9566Smatt /* Enable general extensions on Solaris. */ 111230b9566Smatt #ifndef __EXTENSIONS__ 112230b9566Smatt # define __EXTENSIONS__ 1 113230b9566Smatt #endif 114230b9566Smatt 115230b9566Smatt 116230b9566Smatt /* Version number of package */ 117*4f619feaSchristos #define VERSION "2.26.1" 118230b9566Smatt 119230b9566Smatt /* Define to 1 if on MINIX. */ 120230b9566Smatt /* #undef _MINIX */ 121230b9566Smatt 122230b9566Smatt /* Define to 2 if the system does not provide POSIX.1 features except with 123230b9566Smatt this defined. */ 124230b9566Smatt /* #undef _POSIX_1_SOURCE */ 125230b9566Smatt 126230b9566Smatt /* Define to 1 if you need to in order for `stat' and other things to work. */ 127230b9566Smatt /* #undef _POSIX_SOURCE */ 128