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 one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 16230b9566Smatt systems. This function is required for `alloca.c' support on those systems. 17230b9566Smatt */ 18230b9566Smatt /* #undef CRAY_STACKSEG_END */ 19230b9566Smatt 20230b9566Smatt /* Define to 1 if using `alloca.c'. */ 21230b9566Smatt /* #undef C_ALLOCA */ 22230b9566Smatt 23230b9566Smatt /* Should ar and ranlib use -D behavior by default? */ 24230b9566Smatt #define DEFAULT_AR_DETERMINISTIC 0 25230b9566Smatt 2604028aa9Schristos /* Should strings use -a behavior by default? */ 2704028aa9Schristos #define DEFAULT_STRINGS_ALL 1 2804028aa9Schristos 29230b9566Smatt /* Define to 1 if translation of program messages to the user's native 30230b9566Smatt language is requested. */ 31230b9566Smatt #define ENABLE_NLS 1 32230b9566Smatt 33230b9566Smatt /* Suffix used for executables, if any. */ 34230b9566Smatt #define EXECUTABLE_SUFFIX "" 35230b9566Smatt 36230b9566Smatt /* Define to 1 if you have `alloca', as a function or macro. */ 37230b9566Smatt #define HAVE_ALLOCA 1 38230b9566Smatt 39230b9566Smatt /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 40230b9566Smatt */ 41230b9566Smatt /* #undef HAVE_ALLOCA_H */ 42230b9566Smatt 43230b9566Smatt /* Define to 1 if you have the declaration of `environ', and to 0 if you 44230b9566Smatt don't. */ 45230b9566Smatt #define HAVE_DECL_ENVIRON 0 46230b9566Smatt 47230b9566Smatt /* Define to 1 if you have the declaration of `fprintf', and to 0 if you 48230b9566Smatt don't. */ 49230b9566Smatt #define HAVE_DECL_FPRINTF 1 50230b9566Smatt 51230b9566Smatt /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you 52230b9566Smatt don't. */ 53230b9566Smatt #define HAVE_DECL_GETC_UNLOCKED 1 54230b9566Smatt 55230b9566Smatt /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 56230b9566Smatt */ 57230b9566Smatt #define HAVE_DECL_GETENV 1 58230b9566Smatt 59230b9566Smatt /* Is the prototype for getopt in <unistd.h> in the expected format? */ 60230b9566Smatt #define HAVE_DECL_GETOPT 1 61230b9566Smatt 62230b9566Smatt /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. 63230b9566Smatt */ 64230b9566Smatt #define HAVE_DECL_SBRK 1 65230b9566Smatt 66230b9566Smatt /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 67230b9566Smatt don't. */ 68230b9566Smatt #define HAVE_DECL_SNPRINTF 1 69230b9566Smatt 70230b9566Smatt /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 71230b9566Smatt */ 72230b9566Smatt #define HAVE_DECL_STPCPY 1 73230b9566Smatt 7404028aa9Schristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 7504028aa9Schristos don't. */ 7604028aa9Schristos #define HAVE_DECL_STRNLEN 1 7704028aa9Schristos 78230b9566Smatt /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. 79230b9566Smatt */ 80230b9566Smatt #define HAVE_DECL_STRSTR 1 81230b9566Smatt 82230b9566Smatt /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 83230b9566Smatt don't. */ 84230b9566Smatt #define HAVE_DECL_VSNPRINTF 1 85230b9566Smatt 86230b9566Smatt /* Define to 1 if you have the <dlfcn.h> header file. */ 87230b9566Smatt #define HAVE_DLFCN_H 1 88230b9566Smatt 89230b9566Smatt /* Does the platform use an executable suffix? */ 90230b9566Smatt /* #undef HAVE_EXECUTABLE_SUFFIX */ 91230b9566Smatt 92230b9566Smatt /* Define to 1 if you have the <fcntl.h> header file. */ 93230b9566Smatt #define HAVE_FCNTL_H 1 94230b9566Smatt 95230b9566Smatt /* Define to 1 if you have the `getc_unlocked' function. */ 96230b9566Smatt #define HAVE_GETC_UNLOCKED 1 97230b9566Smatt 98230b9566Smatt /* Does <utime.h> define struct utimbuf? */ 99230b9566Smatt #define HAVE_GOOD_UTIME_H 1 100230b9566Smatt 101230b9566Smatt /* Define if you have the iconv() function. */ 102230b9566Smatt #define HAVE_ICONV 1 103230b9566Smatt 104230b9566Smatt /* Define to 1 if you have the <inttypes.h> header file. */ 105230b9566Smatt #define HAVE_INTTYPES_H 1 106230b9566Smatt 107230b9566Smatt /* Define if your <locale.h> file defines LC_MESSAGES. */ 108230b9566Smatt #define HAVE_LC_MESSAGES 1 109230b9566Smatt 110230b9566Smatt /* Define to 1 if you have the <limits.h> header file. */ 111230b9566Smatt #define HAVE_LIMITS_H 1 112230b9566Smatt 113230b9566Smatt /* Define to 1 if you have the <locale.h> header file. */ 114230b9566Smatt #define HAVE_LOCALE_H 1 115230b9566Smatt 11604028aa9Schristos /* Define to 1 if the system has the type `long long'. */ 11704028aa9Schristos #define HAVE_LONG_LONG 1 11804028aa9Schristos 119230b9566Smatt /* Define if mbstate_t exists in wchar.h. */ 120230b9566Smatt #define HAVE_MBSTATE_T 1 121230b9566Smatt 122230b9566Smatt /* Define to 1 if you have the <memory.h> header file. */ 123230b9566Smatt #define HAVE_MEMORY_H 1 124230b9566Smatt 125230b9566Smatt /* Define to 1 if you have the `mkdtemp' function. */ 126230b9566Smatt #define HAVE_MKDTEMP 1 127230b9566Smatt 128230b9566Smatt /* Define to 1 if you have the `mkstemp' function. */ 129230b9566Smatt #define HAVE_MKSTEMP 1 130230b9566Smatt 131230b9566Smatt /* Define to 1 if you have the `sbrk' function. */ 132230b9566Smatt #define HAVE_SBRK 1 133230b9566Smatt 134230b9566Smatt /* Define to 1 if you have the `setlocale' function. */ 135230b9566Smatt #define HAVE_SETLOCALE 1 136230b9566Smatt 137230b9566Smatt /* Define to 1 if you have the `setmode' function. */ 138230b9566Smatt #define HAVE_SETMODE 1 139230b9566Smatt 140230b9566Smatt /* Define to 1 if you have the <stdint.h> header file. */ 141230b9566Smatt #define HAVE_STDINT_H 1 142230b9566Smatt 143230b9566Smatt /* Define to 1 if you have the <stdlib.h> header file. */ 144230b9566Smatt #define HAVE_STDLIB_H 1 145230b9566Smatt 146230b9566Smatt /* Define to 1 if you have the `strcoll' function. */ 147230b9566Smatt #define HAVE_STRCOLL 1 148230b9566Smatt 149230b9566Smatt /* Define to 1 if you have the <strings.h> header file. */ 150230b9566Smatt #define HAVE_STRINGS_H 1 151230b9566Smatt 152230b9566Smatt /* Define to 1 if you have the <string.h> header file. */ 153230b9566Smatt #define HAVE_STRING_H 1 154230b9566Smatt 155230b9566Smatt /* Define to 1 if you have the <sys/file.h> header file. */ 156230b9566Smatt #define HAVE_SYS_FILE_H 1 157230b9566Smatt 158230b9566Smatt /* Define to 1 if you have the <sys/param.h> header file. */ 159230b9566Smatt #define HAVE_SYS_PARAM_H 1 160230b9566Smatt 161230b9566Smatt /* Define to 1 if you have the <sys/stat.h> header file. */ 162230b9566Smatt #define HAVE_SYS_STAT_H 1 163230b9566Smatt 164230b9566Smatt /* Define to 1 if you have the <sys/types.h> header file. */ 165230b9566Smatt #define HAVE_SYS_TYPES_H 1 166230b9566Smatt 167230b9566Smatt /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 168230b9566Smatt #define HAVE_SYS_WAIT_H 1 169230b9566Smatt 170230b9566Smatt /* Is the type time_t defined in <time.h>? */ 171230b9566Smatt #define HAVE_TIME_T_IN_TIME_H 1 172230b9566Smatt 173230b9566Smatt /* Is the type time_t defined in <sys/types.h>? */ 174230b9566Smatt #define HAVE_TIME_T_IN_TYPES_H 1 175230b9566Smatt 176230b9566Smatt /* Define to 1 if you have the <unistd.h> header file. */ 177230b9566Smatt #define HAVE_UNISTD_H 1 178230b9566Smatt 179230b9566Smatt /* Define to 1 if you have the `utimes' function. */ 180230b9566Smatt #define HAVE_UTIMES 1 181230b9566Smatt 182230b9566Smatt /* Define to 1 if you have the <wchar.h> header file. */ 183230b9566Smatt #define HAVE_WCHAR_H 1 184230b9566Smatt 18504028aa9Schristos /* Define to 1 if you have the <windows.h> header file. */ 18604028aa9Schristos /* #undef HAVE_WINDOWS_H */ 187230b9566Smatt 188230b9566Smatt /* Define as const if the declaration of iconv() needs const. */ 189*77a1ad5fSkamil #define ICONV_CONST 190230b9566Smatt 191230b9566Smatt /* Define to the sub-directory in which libtool stores uninstalled libraries. 192230b9566Smatt */ 193230b9566Smatt #define LT_OBJDIR ".libs/" 194230b9566Smatt 195230b9566Smatt /* Name of package */ 196230b9566Smatt #define PACKAGE "binutils" 197230b9566Smatt 198230b9566Smatt /* Define to the address where bug reports for this package should be sent. */ 199230b9566Smatt #define PACKAGE_BUGREPORT "" 200230b9566Smatt 201230b9566Smatt /* Define to the full name of this package. */ 20204028aa9Schristos #define PACKAGE_NAME "binutils" 203230b9566Smatt 204230b9566Smatt /* Define to the full name and version of this package. */ 2054f619feaSchristos #define PACKAGE_STRING "binutils 2.26.1" 206230b9566Smatt 207230b9566Smatt /* Define to the one symbol short name of this package. */ 20804028aa9Schristos #define PACKAGE_TARNAME "binutils" 209230b9566Smatt 210230b9566Smatt /* Define to the home page for this package. */ 211230b9566Smatt #define PACKAGE_URL "" 212230b9566Smatt 213230b9566Smatt /* Define to the version of this package. */ 2144f619feaSchristos #define PACKAGE_VERSION "2.26.1" 21504028aa9Schristos 21604028aa9Schristos /* The size of `long', as computed by sizeof. */ 21704028aa9Schristos #define SIZEOF_LONG 4 21804028aa9Schristos 21904028aa9Schristos /* The size of `long long', as computed by sizeof. */ 22004028aa9Schristos #define SIZEOF_LONG_LONG 8 221230b9566Smatt 222230b9566Smatt /* If using the C implementation of alloca, define if you know the 223230b9566Smatt direction of stack growth for your system; otherwise it will be 224230b9566Smatt automatically deduced at runtime. 225230b9566Smatt STACK_DIRECTION > 0 => grows toward higher addresses 226230b9566Smatt STACK_DIRECTION < 0 => grows toward lower addresses 227230b9566Smatt STACK_DIRECTION = 0 => direction of growth unknown */ 228230b9566Smatt /* #undef STACK_DIRECTION */ 229230b9566Smatt 230230b9566Smatt /* Define to 1 if you have the ANSI C header files. */ 231230b9566Smatt #define STDC_HEADERS 1 232230b9566Smatt 233230b9566Smatt /* Define if you can safely include both <string.h> and <strings.h>. */ 234230b9566Smatt #define STRING_WITH_STRINGS 1 235230b9566Smatt 236230b9566Smatt /* Configured target name. */ 23704028aa9Schristos #define TARGET "or1k--netbsd" 238230b9566Smatt 239230b9566Smatt /* Define to 1 if user symbol names have a leading underscore, 0 if not. */ 240230b9566Smatt #define TARGET_PREPENDS_UNDERSCORE 0 241230b9566Smatt 242230b9566Smatt /* Use b modifier when opening binary files? */ 243230b9566Smatt /* #undef USE_BINARY_FOPEN */ 244230b9566Smatt 245230b9566Smatt /* Enable extensions on AIX 3, Interix. */ 246230b9566Smatt #ifndef _ALL_SOURCE 247230b9566Smatt # define _ALL_SOURCE 1 248230b9566Smatt #endif 249230b9566Smatt /* Enable GNU extensions on systems that have them. */ 250230b9566Smatt #ifndef _GNU_SOURCE 251230b9566Smatt # define _GNU_SOURCE 1 252230b9566Smatt #endif 253230b9566Smatt /* Enable threading extensions on Solaris. */ 254230b9566Smatt #ifndef _POSIX_PTHREAD_SEMANTICS 255230b9566Smatt # define _POSIX_PTHREAD_SEMANTICS 1 256230b9566Smatt #endif 257230b9566Smatt /* Enable extensions on HP NonStop. */ 258230b9566Smatt #ifndef _TANDEM_SOURCE 259230b9566Smatt # define _TANDEM_SOURCE 1 260230b9566Smatt #endif 261230b9566Smatt /* Enable general extensions on Solaris. */ 262230b9566Smatt #ifndef __EXTENSIONS__ 263230b9566Smatt # define __EXTENSIONS__ 1 264230b9566Smatt #endif 265230b9566Smatt 266230b9566Smatt 267230b9566Smatt /* Version number of package */ 2684f619feaSchristos #define VERSION "2.26.1" 269230b9566Smatt 270230b9566Smatt /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 271230b9566Smatt `char[]'. */ 27204028aa9Schristos #define YYTEXT_POINTER 1 273230b9566Smatt 274230b9566Smatt /* Number of bits in a file offset, on hosts where this is settable. */ 275230b9566Smatt /* #undef _FILE_OFFSET_BITS */ 276230b9566Smatt 277230b9566Smatt /* Define for large files, on AIX-style hosts. */ 278230b9566Smatt /* #undef _LARGE_FILES */ 279230b9566Smatt 280230b9566Smatt /* Define to 1 if on MINIX. */ 281230b9566Smatt /* #undef _MINIX */ 282230b9566Smatt 283230b9566Smatt /* Define to 2 if the system does not provide POSIX.1 features except with 284230b9566Smatt this defined. */ 285230b9566Smatt /* #undef _POSIX_1_SOURCE */ 286230b9566Smatt 287230b9566Smatt /* Define to 1 if you need to in order for `stat' and other things to work. */ 288230b9566Smatt /* #undef _POSIX_SOURCE */ 289