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