1 /* This file is automatically generated. DO NOT EDIT! */ 2 /* Generated from: NetBSD: mknative-binutils,v 1.5 2006/02/02 20:06:04 skrll Exp */ 3 4 /* config.h. Generated by configure. */ 5 /* config.in. Generated from configure.in by autoheader. */ 6 7 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 8 systems. This function is required for `alloca.c' support on those systems. 9 */ 10 /* #undef CRAY_STACKSEG_END */ 11 12 /* Define to 1 if using `alloca.c'. */ 13 /* #undef C_ALLOCA */ 14 15 /* Define to 1 if NLS is requested */ 16 #define ENABLE_NLS 1 17 18 /* Define to 1 if you have `alloca', as a function or macro. */ 19 #define HAVE_ALLOCA 1 20 21 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 22 */ 23 /* #undef HAVE_ALLOCA_H */ 24 25 /* Define to 1 if you have the <argz.h> header file. */ 26 /* #undef HAVE_ARGZ_H */ 27 28 /* Define to 1 if you have the `dcgettext' function. */ 29 /* #undef HAVE_DCGETTEXT */ 30 31 /* Define to 1 if you have the `getcwd' function. */ 32 #define HAVE_GETCWD 1 33 34 /* Define to 1 if you have the `getpagesize' function. */ 35 #define HAVE_GETPAGESIZE 1 36 37 /* Define as 1 if you have gettext and don't want to use GNU gettext. */ 38 /* #undef HAVE_GETTEXT */ 39 40 /* Define to 1 if you have the <inttypes.h> header file. */ 41 #define HAVE_INTTYPES_H 1 42 43 /* Define if your locale.h file contains LC_MESSAGES. */ 44 #define HAVE_LC_MESSAGES 1 45 46 /* Define to 1 if you have the <limits.h> header file. */ 47 #define HAVE_LIMITS_H 1 48 49 /* Define to 1 if you have the <locale.h> header file. */ 50 #define HAVE_LOCALE_H 1 51 52 /* Define to 1 if you have the <malloc.h> header file. */ 53 #define HAVE_MALLOC_H 1 54 55 /* Define to 1 if you have the <memory.h> header file. */ 56 #define HAVE_MEMORY_H 1 57 58 /* Define to 1 if you have a working `mmap' system call. */ 59 #define HAVE_MMAP 1 60 61 /* Define to 1 if you have the `munmap' function. */ 62 #define HAVE_MUNMAP 1 63 64 /* Define to 1 if you have the <nl_types.h> header file. */ 65 #define HAVE_NL_TYPES_H 1 66 67 /* Define to 1 if you have the `putenv' function. */ 68 #define HAVE_PUTENV 1 69 70 /* Define to 1 if you have the `setenv' function. */ 71 #define HAVE_SETENV 1 72 73 /* Define to 1 if you have the `setlocale' function. */ 74 #define HAVE_SETLOCALE 1 75 76 /* Define to 1 if you have the <stdint.h> header file. */ 77 #define HAVE_STDINT_H 1 78 79 /* Define to 1 if you have the <stdlib.h> header file. */ 80 #define HAVE_STDLIB_H 1 81 82 /* Define if you have the stpcpy function */ 83 /* #undef HAVE_STPCPY */ 84 85 /* Define to 1 if you have the `strcasecmp' function. */ 86 #define HAVE_STRCASECMP 1 87 88 /* Define to 1 if you have the `strchr' function. */ 89 #define HAVE_STRCHR 1 90 91 /* Define to 1 if you have the <strings.h> header file. */ 92 #define HAVE_STRINGS_H 1 93 94 /* Define to 1 if you have the <string.h> header file. */ 95 #define HAVE_STRING_H 1 96 97 /* Define to 1 if you have the <sys/param.h> header file. */ 98 #define HAVE_SYS_PARAM_H 1 99 100 /* Define to 1 if you have the <sys/stat.h> header file. */ 101 #define HAVE_SYS_STAT_H 1 102 103 /* Define to 1 if you have the <sys/types.h> header file. */ 104 #define HAVE_SYS_TYPES_H 1 105 106 /* Define to 1 if you have the <unistd.h> header file. */ 107 #define HAVE_UNISTD_H 1 108 109 /* Define to 1 if you have the <values.h> header file. */ 110 /* #undef HAVE_VALUES_H */ 111 112 /* Define to 1 if you have the `__argz_count' function. */ 113 /* #undef HAVE___ARGZ_COUNT */ 114 115 /* Define to 1 if you have the `__argz_next' function. */ 116 /* #undef HAVE___ARGZ_NEXT */ 117 118 /* Define to 1 if you have the `__argz_stringify' function. */ 119 /* #undef HAVE___ARGZ_STRINGIFY */ 120 121 /* Name of package */ 122 #define PACKAGE "opcodes" 123 124 /* Define to the address where bug reports for this package should be sent. */ 125 #define PACKAGE_BUGREPORT "" 126 127 /* Define to the full name of this package. */ 128 #define PACKAGE_NAME "" 129 130 /* Define to the full name and version of this package. */ 131 #define PACKAGE_STRING "" 132 133 /* Define to the one symbol short name of this package. */ 134 #define PACKAGE_TARNAME "" 135 136 /* Define to the version of this package. */ 137 #define PACKAGE_VERSION "" 138 139 /* If using the C implementation of alloca, define if you know the 140 direction of stack growth for your system; otherwise it will be 141 automatically deduced at run-time. 142 STACK_DIRECTION > 0 => grows toward higher addresses 143 STACK_DIRECTION < 0 => grows toward lower addresses 144 STACK_DIRECTION = 0 => direction of growth unknown */ 145 /* #undef STACK_DIRECTION */ 146 147 /* Define to 1 if you have the ANSI C header files. */ 148 #define STDC_HEADERS 1 149 150 /* Version number of package */ 151 #define VERSION "2.16.1" 152 153 /* Define to empty if `const' does not conform to ANSI C. */ 154 /* #undef const */ 155 156 /* Define to `__inline__' or `__inline' if that's what the C compiler 157 calls it, or to nothing if 'inline' is not supported under any name. */ 158 #ifndef __cplusplus 159 /* #undef inline */ 160 #endif 161 162 /* Define to `long' if <sys/types.h> does not define. */ 163 /* #undef off_t */ 164 165 /* Define to `unsigned' if <sys/types.h> does not define. */ 166 /* #undef size_t */ 167