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 /* Define if building universal (internal helper macro) */ 9 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 10 11 /* Define if using AIX 5.2 value for C_WEAKEXT. */ 12 /* #undef AIX_WEAK_SUPPORT */ 13 14 /* assert broken? */ 15 /* #undef BROKEN_ASSERT */ 16 17 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 18 systems. This function is required for `alloca.c' support on those systems. 19 */ 20 /* #undef CRAY_STACKSEG_END */ 21 22 /* Compiling cross-assembler? */ 23 /* #undef CROSS_COMPILE */ 24 25 /* Define to 1 if using `alloca.c'. */ 26 /* #undef C_ALLOCA */ 27 28 /* Default architecture. */ 29 /* #undef DEFAULT_ARCH */ 30 31 /* Default CRIS architecture. */ 32 /* #undef DEFAULT_CRIS_ARCH */ 33 34 /* Default emulation. */ 35 #define DEFAULT_EMULATION "" 36 37 /* Supported emulations. */ 38 #define EMULATIONS 39 40 /* Define if you want run-time sanity checks. */ 41 /* #undef ENABLE_CHECKING */ 42 43 /* Define to 1 if translation of program messages to the user's native 44 language is requested. */ 45 #define ENABLE_NLS 1 46 47 /* Define to 1 if you have `alloca', as a function or macro. */ 48 #define HAVE_ALLOCA 1 49 50 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 51 */ 52 /* #undef HAVE_ALLOCA_H */ 53 54 /* Is the prototype for getopt in <unistd.h> in the expected format? */ 55 #define HAVE_DECL_GETOPT 1 56 57 /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you 58 don't. */ 59 #define HAVE_DECL_MEMPCPY 0 60 61 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 62 don't. */ 63 #define HAVE_DECL_VSNPRINTF 1 64 65 /* Define to 1 if you have the <dlfcn.h> header file. */ 66 #define HAVE_DLFCN_H 1 67 68 /* Define to 1 if you have the <errno.h> header file. */ 69 #define HAVE_ERRNO_H 1 70 71 /* Define to 1 if you have the <inttypes.h> header file. */ 72 #define HAVE_INTTYPES_H 1 73 74 /* Define to 1 if you have the <limits.h> header file. */ 75 #define HAVE_LIMITS_H 1 76 77 /* Define to 1 if you have the <memory.h> header file. */ 78 #define HAVE_MEMORY_H 1 79 80 /* Define to 1 if you have the `remove' function. */ 81 /* #undef HAVE_REMOVE */ 82 83 /* Define to 1 if you have the `sbrk' function. */ 84 #define HAVE_SBRK 1 85 86 /* Define to 1 if you have the <stdint.h> header file. */ 87 #define HAVE_STDINT_H 1 88 89 /* Define to 1 if you have the <stdlib.h> header file. */ 90 #define HAVE_STDLIB_H 1 91 92 /* Define to 1 if you have the <strings.h> header file. */ 93 #define HAVE_STRINGS_H 1 94 95 /* Define to 1 if you have the <string.h> header file. */ 96 #define HAVE_STRING_H 1 97 98 /* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */ 99 /* #undef HAVE_ST_MTIM_TV_NSEC */ 100 101 /* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */ 102 /* #undef HAVE_ST_MTIM_TV_SEC */ 103 104 /* Define to 1 if you have the <sys/stat.h> header file. */ 105 #define HAVE_SYS_STAT_H 1 106 107 /* Define to 1 if you have the <sys/types.h> header file. */ 108 #define HAVE_SYS_TYPES_H 1 109 110 /* Define to 1 if you have the <time.h> header file. */ 111 #define HAVE_TIME_H 1 112 113 /* Define if <time.h> has struct tm.tm_gmtoff. */ 114 #define HAVE_TM_GMTOFF 1 115 116 /* Define to 1 if you have the <unistd.h> header file. */ 117 #define HAVE_UNISTD_H 1 118 119 /* Define to 1 if you have the `unlink' function. */ 120 #define HAVE_UNLINK 1 121 122 /* Define to 1 if you have the <zlib.h> header file. */ 123 #define HAVE_ZLIB_H 1 124 125 /* Using i386 COFF? */ 126 /* #undef I386COFF */ 127 128 /* Define to the sub-directory in which libtool stores uninstalled libraries. 129 */ 130 #define LT_OBJDIR ".libs/" 131 132 /* Using m68k COFF? */ 133 /* #undef M68KCOFF */ 134 135 /* Using m88k COFF? */ 136 /* #undef M88KCOFF */ 137 138 /* Default CPU for MIPS targets. */ 139 /* #undef MIPS_CPU_STRING_DEFAULT */ 140 141 /* Generate 64-bit code by default on MIPS targets. */ 142 /* #undef MIPS_DEFAULT_64BIT */ 143 144 /* Choose a default ABI for MIPS targets. */ 145 /* #undef MIPS_DEFAULT_ABI */ 146 147 /* Define if environ is not declared in system header files. */ 148 #define NEED_DECLARATION_ENVIRON 1 149 150 /* Define if errno is not declared in system header files. */ 151 /* #undef NEED_DECLARATION_ERRNO */ 152 153 /* Define if ffs is not declared in system header files. */ 154 /* #undef NEED_DECLARATION_FFS */ 155 156 /* Define if free is not declared in system header files. */ 157 /* #undef NEED_DECLARATION_FREE */ 158 159 /* Define if malloc is not declared in system header files. */ 160 /* #undef NEED_DECLARATION_MALLOC */ 161 162 /* Define if sbrk is not declared in system header files. */ 163 /* #undef NEED_DECLARATION_SBRK */ 164 165 /* Define if strstr is not declared in system header files. */ 166 /* #undef NEED_DECLARATION_STRSTR */ 167 168 /* a.out support? */ 169 /* #undef OBJ_MAYBE_AOUT */ 170 171 /* b.out support? */ 172 /* #undef OBJ_MAYBE_BOUT */ 173 174 /* COFF support? */ 175 /* #undef OBJ_MAYBE_COFF */ 176 177 /* ECOFF support? */ 178 /* #undef OBJ_MAYBE_ECOFF */ 179 180 /* ELF support? */ 181 /* #undef OBJ_MAYBE_ELF */ 182 183 /* generic support? */ 184 /* #undef OBJ_MAYBE_GENERIC */ 185 186 /* SOM support? */ 187 /* #undef OBJ_MAYBE_SOM */ 188 189 /* Name of package */ 190 #define PACKAGE "gas" 191 192 /* Define to the address where bug reports for this package should be sent. */ 193 #define PACKAGE_BUGREPORT "" 194 195 /* Define to the full name of this package. */ 196 #define PACKAGE_NAME "" 197 198 /* Define to the full name and version of this package. */ 199 #define PACKAGE_STRING "" 200 201 /* Define to the one symbol short name of this package. */ 202 #define PACKAGE_TARNAME "" 203 204 /* Define to the home page for this package. */ 205 #define PACKAGE_URL "" 206 207 /* Define to the version of this package. */ 208 #define PACKAGE_VERSION "" 209 210 /* Define if defaulting to ELF on SCO 5. */ 211 /* #undef SCO_ELF */ 212 213 /* If using the C implementation of alloca, define if you know the 214 direction of stack growth for your system; otherwise it will be 215 automatically deduced at runtime. 216 STACK_DIRECTION > 0 => grows toward higher addresses 217 STACK_DIRECTION < 0 => grows toward lower addresses 218 STACK_DIRECTION = 0 => direction of growth unknown */ 219 /* #undef STACK_DIRECTION */ 220 221 /* Define to 1 if you have the ANSI C header files. */ 222 #define STDC_HEADERS 1 223 224 /* Using strict COFF? */ 225 /* #undef STRICTCOFF */ 226 227 /* Target alias. */ 228 #define TARGET_ALIAS "vax--netbsdelf" 229 230 /* Define as 1 if big endian. */ 231 /* #undef TARGET_BYTES_BIG_ENDIAN */ 232 233 /* Canonical target. */ 234 #define TARGET_CANONICAL "vax--netbsdelf" 235 236 /* Target CPU. */ 237 #define TARGET_CPU "vax" 238 239 /* Target OS. */ 240 #define TARGET_OS "netbsdelf" 241 242 /* Define if default target is PowerPC Solaris. */ 243 /* #undef TARGET_SOLARIS_COMMENT */ 244 245 /* Define if target is Symbian OS. */ 246 /* #undef TARGET_SYMBIAN */ 247 248 /* Target vendor. */ 249 #define TARGET_VENDOR "" 250 251 /* Use b modifier when opening binary files? */ 252 /* #undef USE_BINARY_FOPEN */ 253 254 /* Use emulation support? */ 255 /* #undef USE_EMULATIONS */ 256 257 /* Allow use of E_MIPS_ABI_O32 on MIPS targets. */ 258 /* #undef USE_E_MIPS_ABI_O32 */ 259 260 /* Enable extensions on AIX 3, Interix. */ 261 #ifndef _ALL_SOURCE 262 # define _ALL_SOURCE 1 263 #endif 264 /* Enable GNU extensions on systems that have them. */ 265 #ifndef _GNU_SOURCE 266 # define _GNU_SOURCE 1 267 #endif 268 /* Enable threading extensions on Solaris. */ 269 #ifndef _POSIX_PTHREAD_SEMANTICS 270 # define _POSIX_PTHREAD_SEMANTICS 1 271 #endif 272 /* Enable extensions on HP NonStop. */ 273 #ifndef _TANDEM_SOURCE 274 # define _TANDEM_SOURCE 1 275 #endif 276 /* Enable general extensions on Solaris. */ 277 #ifndef __EXTENSIONS__ 278 # define __EXTENSIONS__ 1 279 #endif 280 281 282 /* Using cgen code? */ 283 /* #undef USING_CGEN */ 284 285 /* Version number of package */ 286 #define VERSION "2.21.1" 287 288 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 289 significant byte first (like Motorola and SPARC, unlike Intel). */ 290 #if defined AC_APPLE_UNIVERSAL_BUILD 291 # if defined __BIG_ENDIAN__ 292 # define WORDS_BIGENDIAN 1 293 # endif 294 #else 295 # ifndef WORDS_BIGENDIAN 296 /* # undef WORDS_BIGENDIAN */ 297 # endif 298 #endif 299 300 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 301 `char[]'. */ 302 #define YYTEXT_POINTER 1 303 304 /* Number of bits in a file offset, on hosts where this is settable. */ 305 /* #undef _FILE_OFFSET_BITS */ 306 307 /* Define for large files, on AIX-style hosts. */ 308 /* #undef _LARGE_FILES */ 309 310 /* Define to 1 if on MINIX. */ 311 /* #undef _MINIX */ 312 313 /* Define to 2 if the system does not provide POSIX.1 features except with 314 this defined. */ 315 /* #undef _POSIX_1_SOURCE */ 316 317 /* Define to 1 if you need to in order for `stat' and other things to work. */ 318 /* #undef _POSIX_SOURCE */ 319 320 /* Define to `__inline__' or `__inline' if that's what the C compiler 321 calls it, or to nothing if 'inline' is not supported under any name. */ 322 #ifndef __cplusplus 323 /* #undef inline */ 324 #endif 325