1*16dce513Schristos /* This file is automatically generated. DO NOT EDIT! */ 2*16dce513Schristos /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp */ 3*16dce513Schristos /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */ 4*16dce513Schristos 5*16dce513Schristos /* config.h. Generated from config.in by configure. */ 6*16dce513Schristos /* config.in. Generated from configure.ac by autoheader. */ 7*16dce513Schristos 8*16dce513Schristos /* Check that config.h is #included before system headers 9*16dce513Schristos (this works only for glibc, but that should be enough). */ 10*16dce513Schristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 11*16dce513Schristos # error config.h must be #included before system headers 12*16dce513Schristos #endif 13*16dce513Schristos #define __CONFIG_H__ 1 14*16dce513Schristos 15*16dce513Schristos /* Define to 1 if translation of program messages to the user's native 16*16dce513Schristos language is requested. */ 17*16dce513Schristos #define ENABLE_NLS 1 18*16dce513Schristos 19*16dce513Schristos /* Define to 1 if you have the declaration of `basename', and to 0 if you 20*16dce513Schristos don't. */ 21*16dce513Schristos #define HAVE_DECL_BASENAME 0 22*16dce513Schristos 23*16dce513Schristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 24*16dce513Schristos */ 25*16dce513Schristos #define HAVE_DECL_STPCPY 1 26*16dce513Schristos 27*16dce513Schristos /* Define to 1 if you have the <dlfcn.h> header file. */ 28*16dce513Schristos #define HAVE_DLFCN_H 1 29*16dce513Schristos 30*16dce513Schristos /* Define to 1 if you have the <inttypes.h> header file. */ 31*16dce513Schristos #define HAVE_INTTYPES_H 1 32*16dce513Schristos 33*16dce513Schristos /* Define to 1 if you have the <limits.h> header file. */ 34*16dce513Schristos #define HAVE_LIMITS_H 1 35*16dce513Schristos 36*16dce513Schristos /* Define to 1 if you have the <memory.h> header file. */ 37*16dce513Schristos #define HAVE_MEMORY_H 1 38*16dce513Schristos 39*16dce513Schristos /* Define if sigsetjmp is available. */ 40*16dce513Schristos #define HAVE_SIGSETJMP 1 41*16dce513Schristos 42*16dce513Schristos /* Define to 1 if you have the <stdint.h> header file. */ 43*16dce513Schristos #define HAVE_STDINT_H 1 44*16dce513Schristos 45*16dce513Schristos /* Define to 1 if you have the <stdlib.h> header file. */ 46*16dce513Schristos #define HAVE_STDLIB_H 1 47*16dce513Schristos 48*16dce513Schristos /* Define to 1 if you have the <strings.h> header file. */ 49*16dce513Schristos #define HAVE_STRINGS_H 1 50*16dce513Schristos 51*16dce513Schristos /* Define to 1 if you have the <string.h> header file. */ 52*16dce513Schristos #define HAVE_STRING_H 1 53*16dce513Schristos 54*16dce513Schristos /* Define to 1 if you have the <sys/stat.h> header file. */ 55*16dce513Schristos #define HAVE_SYS_STAT_H 1 56*16dce513Schristos 57*16dce513Schristos /* Define to 1 if you have the <sys/types.h> header file. */ 58*16dce513Schristos #define HAVE_SYS_TYPES_H 1 59*16dce513Schristos 60*16dce513Schristos /* Define to 1 if you have the <unistd.h> header file. */ 61*16dce513Schristos #define HAVE_UNISTD_H 1 62*16dce513Schristos 63*16dce513Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 64*16dce513Schristos */ 65*16dce513Schristos #define LT_OBJDIR ".libs/" 66*16dce513Schristos 67*16dce513Schristos /* Name of package */ 68*16dce513Schristos #define PACKAGE "opcodes" 69*16dce513Schristos 70*16dce513Schristos /* Define to the address where bug reports for this package should be sent. */ 71*16dce513Schristos #define PACKAGE_BUGREPORT "" 72*16dce513Schristos 73*16dce513Schristos /* Define to the full name of this package. */ 74*16dce513Schristos #define PACKAGE_NAME "opcodes" 75*16dce513Schristos 76*16dce513Schristos /* Define to the full name and version of this package. */ 77*16dce513Schristos #define PACKAGE_STRING "opcodes 2.26.1" 78*16dce513Schristos 79*16dce513Schristos /* Define to the one symbol short name of this package. */ 80*16dce513Schristos #define PACKAGE_TARNAME "opcodes" 81*16dce513Schristos 82*16dce513Schristos /* Define to the home page for this package. */ 83*16dce513Schristos #define PACKAGE_URL "" 84*16dce513Schristos 85*16dce513Schristos /* Define to the version of this package. */ 86*16dce513Schristos #define PACKAGE_VERSION "2.26.1" 87*16dce513Schristos 88*16dce513Schristos /* Define to 1 if you have the ANSI C header files. */ 89*16dce513Schristos #define STDC_HEADERS 1 90*16dce513Schristos 91*16dce513Schristos /* Define if you can safely include both <string.h> and <strings.h>. */ 92*16dce513Schristos #define STRING_WITH_STRINGS 1 93*16dce513Schristos 94*16dce513Schristos /* Enable extensions on AIX 3, Interix. */ 95*16dce513Schristos #ifndef _ALL_SOURCE 96*16dce513Schristos # define _ALL_SOURCE 1 97*16dce513Schristos #endif 98*16dce513Schristos /* Enable GNU extensions on systems that have them. */ 99*16dce513Schristos #ifndef _GNU_SOURCE 100*16dce513Schristos # define _GNU_SOURCE 1 101*16dce513Schristos #endif 102*16dce513Schristos /* Enable threading extensions on Solaris. */ 103*16dce513Schristos #ifndef _POSIX_PTHREAD_SEMANTICS 104*16dce513Schristos # define _POSIX_PTHREAD_SEMANTICS 1 105*16dce513Schristos #endif 106*16dce513Schristos /* Enable extensions on HP NonStop. */ 107*16dce513Schristos #ifndef _TANDEM_SOURCE 108*16dce513Schristos # define _TANDEM_SOURCE 1 109*16dce513Schristos #endif 110*16dce513Schristos /* Enable general extensions on Solaris. */ 111*16dce513Schristos #ifndef __EXTENSIONS__ 112*16dce513Schristos # define __EXTENSIONS__ 1 113*16dce513Schristos #endif 114*16dce513Schristos 115*16dce513Schristos 116*16dce513Schristos /* Version number of package */ 117*16dce513Schristos #define VERSION "2.26.1" 118*16dce513Schristos 119*16dce513Schristos /* Define to 1 if on MINIX. */ 120*16dce513Schristos /* #undef _MINIX */ 121*16dce513Schristos 122*16dce513Schristos /* Define to 2 if the system does not provide POSIX.1 features except with 123*16dce513Schristos this defined. */ 124*16dce513Schristos /* #undef _POSIX_1_SOURCE */ 125*16dce513Schristos 126*16dce513Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 127*16dce513Schristos /* #undef _POSIX_SOURCE */ 128