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 /* Name of host specific core header file to include in elf.c. */ 16230b9566Smatt /* #undef CORE_HEADER */ 17230b9566Smatt 18230b9566Smatt /* Define to 1 if translation of program messages to the user's native 19230b9566Smatt language is requested. */ 20230b9566Smatt #define ENABLE_NLS 1 21230b9566Smatt 22230b9566Smatt /* Define to 1 if you have the <alloca.h> header file. */ 23230b9566Smatt /* #undef HAVE_ALLOCA_H */ 24230b9566Smatt 2504028aa9Schristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 2604028aa9Schristos don't. */ 2704028aa9Schristos #define HAVE_DECL_ASPRINTF 1 2804028aa9Schristos 29230b9566Smatt /* Define to 1 if you have the declaration of `basename', and to 0 if you 30230b9566Smatt don't. */ 31230b9566Smatt #define HAVE_DECL_BASENAME 0 32230b9566Smatt 33230b9566Smatt /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 34230b9566Smatt #define HAVE_DECL_FFS 1 35230b9566Smatt 36230b9566Smatt /* Define to 1 if you have the declaration of `free', and to 0 if you don't. 37230b9566Smatt */ 38230b9566Smatt #define HAVE_DECL_FREE 1 39230b9566Smatt 40230b9566Smatt /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't. 41230b9566Smatt */ 42230b9566Smatt #define HAVE_DECL_FSEEKO 1 43230b9566Smatt 44230b9566Smatt /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you 45230b9566Smatt don't. */ 46230b9566Smatt #define HAVE_DECL_FSEEKO64 0 47230b9566Smatt 48230b9566Smatt /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't. 49230b9566Smatt */ 50230b9566Smatt #define HAVE_DECL_FTELLO 1 51230b9566Smatt 52230b9566Smatt /* Define to 1 if you have the declaration of `ftello64', and to 0 if you 53230b9566Smatt don't. */ 54230b9566Smatt #define HAVE_DECL_FTELLO64 0 55230b9566Smatt 56230b9566Smatt /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. 57230b9566Smatt */ 58230b9566Smatt #define HAVE_DECL_GETENV 1 59230b9566Smatt 60230b9566Smatt /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. 61230b9566Smatt */ 62230b9566Smatt #define HAVE_DECL_MALLOC 1 63230b9566Smatt 64230b9566Smatt /* Define to 1 if you have the declaration of `realloc', and to 0 if you 65230b9566Smatt don't. */ 66230b9566Smatt #define HAVE_DECL_REALLOC 1 67230b9566Smatt 68230b9566Smatt /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 69230b9566Smatt don't. */ 70230b9566Smatt #define HAVE_DECL_SNPRINTF 1 71230b9566Smatt 72230b9566Smatt /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 73230b9566Smatt */ 74230b9566Smatt #define HAVE_DECL_STPCPY 1 75230b9566Smatt 7604028aa9Schristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 7704028aa9Schristos don't. */ 7804028aa9Schristos #define HAVE_DECL_STRNLEN 1 7904028aa9Schristos 80230b9566Smatt /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. 81230b9566Smatt */ 82230b9566Smatt #define HAVE_DECL_STRSTR 1 83230b9566Smatt 8404028aa9Schristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you 8504028aa9Schristos don't. */ 8604028aa9Schristos #define HAVE_DECL_VASPRINTF 1 8704028aa9Schristos 88230b9566Smatt /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you 89230b9566Smatt don't. */ 90230b9566Smatt #define HAVE_DECL_VSNPRINTF 1 91230b9566Smatt 92230b9566Smatt /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 93230b9566Smatt */ 94230b9566Smatt #define HAVE_DIRENT_H 1 95230b9566Smatt 96230b9566Smatt /* Define to 1 if you have the <dlfcn.h> header file. */ 97230b9566Smatt #define HAVE_DLFCN_H 1 98230b9566Smatt 99230b9566Smatt /* Define to 1 if you have the `fcntl' function. */ 100230b9566Smatt #define HAVE_FCNTL 1 101230b9566Smatt 102230b9566Smatt /* Define to 1 if you have the <fcntl.h> header file. */ 103230b9566Smatt #define HAVE_FCNTL_H 1 104230b9566Smatt 105230b9566Smatt /* Define to 1 if you have the `fdopen' function. */ 106230b9566Smatt #define HAVE_FDOPEN 1 107230b9566Smatt 108230b9566Smatt /* Define to 1 if you have the `fileno' function. */ 109230b9566Smatt #define HAVE_FILENO 1 110230b9566Smatt 111230b9566Smatt /* Define to 1 if you have the `fopen64' function. */ 112230b9566Smatt /* #undef HAVE_FOPEN64 */ 113230b9566Smatt 114230b9566Smatt /* Define to 1 if you have the `fseeko' function. */ 115230b9566Smatt #define HAVE_FSEEKO 1 116230b9566Smatt 117230b9566Smatt /* Define to 1 if you have the `fseeko64' function. */ 118230b9566Smatt /* #undef HAVE_FSEEKO64 */ 119230b9566Smatt 120230b9566Smatt /* Define to 1 if you have the `ftello' function. */ 121230b9566Smatt #define HAVE_FTELLO 1 122230b9566Smatt 123230b9566Smatt /* Define to 1 if you have the `ftello64' function. */ 124230b9566Smatt /* #undef HAVE_FTELLO64 */ 125230b9566Smatt 126230b9566Smatt /* Define to 1 if you have the `getgid' function. */ 127230b9566Smatt #define HAVE_GETGID 1 128230b9566Smatt 129230b9566Smatt /* Define to 1 if you have the `getpagesize' function. */ 130230b9566Smatt #define HAVE_GETPAGESIZE 1 131230b9566Smatt 13204028aa9Schristos /* Define to 1 if you have the `getrlimit' function. */ 13304028aa9Schristos #define HAVE_GETRLIMIT 1 13404028aa9Schristos 135230b9566Smatt /* Define to 1 if you have the `getuid' function. */ 136230b9566Smatt #define HAVE_GETUID 1 137230b9566Smatt 138230b9566Smatt /* Define to 1 if you have the <inttypes.h> header file. */ 139230b9566Smatt #define HAVE_INTTYPES_H 1 140230b9566Smatt 141230b9566Smatt /* Define if <sys/procfs.h> has lwpstatus_t. */ 142230b9566Smatt /* #undef HAVE_LWPSTATUS_T */ 143230b9566Smatt 144230b9566Smatt /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */ 145230b9566Smatt /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */ 146230b9566Smatt 147230b9566Smatt /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */ 148230b9566Smatt /* #undef HAVE_LWPSTATUS_T_PR_FPREG */ 149230b9566Smatt 150230b9566Smatt /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */ 151230b9566Smatt /* #undef HAVE_LWPSTATUS_T_PR_REG */ 152230b9566Smatt 153230b9566Smatt /* Define if <sys/procfs.h> has lwpxstatus_t. */ 154230b9566Smatt /* #undef HAVE_LWPXSTATUS_T */ 155230b9566Smatt 156230b9566Smatt /* Define to 1 if you have the `madvise' function. */ 157230b9566Smatt #define HAVE_MADVISE 1 158230b9566Smatt 159230b9566Smatt /* Define to 1 if you have the <memory.h> header file. */ 160230b9566Smatt #define HAVE_MEMORY_H 1 161230b9566Smatt 162230b9566Smatt /* Define to 1 if you have a working `mmap' system call. */ 163230b9566Smatt #define HAVE_MMAP 1 164230b9566Smatt 165230b9566Smatt /* Define to 1 if you have the `mprotect' function. */ 166230b9566Smatt #define HAVE_MPROTECT 1 167230b9566Smatt 168230b9566Smatt /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 169230b9566Smatt /* #undef HAVE_NDIR_H */ 170230b9566Smatt 171230b9566Smatt /* Define if <sys/procfs.h> has prpsinfo32_t. */ 172230b9566Smatt /* #undef HAVE_PRPSINFO32_T */ 173230b9566Smatt 174230b9566Smatt /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */ 175230b9566Smatt /* #undef HAVE_PRPSINFO32_T_PR_PID */ 176230b9566Smatt 177230b9566Smatt /* Define if <sys/procfs.h> has prpsinfo_t. */ 178230b9566Smatt /* #undef HAVE_PRPSINFO_T */ 179230b9566Smatt 180230b9566Smatt /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */ 181230b9566Smatt /* #undef HAVE_PRPSINFO_T_PR_PID */ 182230b9566Smatt 183230b9566Smatt /* Define if <sys/procfs.h> has prstatus32_t. */ 184230b9566Smatt /* #undef HAVE_PRSTATUS32_T */ 185230b9566Smatt 186230b9566Smatt /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */ 187230b9566Smatt /* #undef HAVE_PRSTATUS32_T_PR_WHO */ 188230b9566Smatt 189230b9566Smatt /* Define if <sys/procfs.h> has prstatus_t. */ 190230b9566Smatt /* #undef HAVE_PRSTATUS_T */ 191230b9566Smatt 192230b9566Smatt /* Define if <sys/procfs.h> has prstatus_t.pr_who. */ 193230b9566Smatt /* #undef HAVE_PRSTATUS_T_PR_WHO */ 194230b9566Smatt 195230b9566Smatt /* Define if <sys/procfs.h> has psinfo32_t. */ 196230b9566Smatt /* #undef HAVE_PSINFO32_T */ 197230b9566Smatt 198230b9566Smatt /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */ 199230b9566Smatt /* #undef HAVE_PSINFO32_T_PR_PID */ 200230b9566Smatt 201230b9566Smatt /* Define if <sys/procfs.h> has psinfo_t. */ 202230b9566Smatt /* #undef HAVE_PSINFO_T */ 203230b9566Smatt 204230b9566Smatt /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */ 205230b9566Smatt /* #undef HAVE_PSINFO_T_PR_PID */ 206230b9566Smatt 207230b9566Smatt /* Define if <sys/procfs.h> has pstatus32_t. */ 208230b9566Smatt /* #undef HAVE_PSTATUS32_T */ 209230b9566Smatt 210230b9566Smatt /* Define if <sys/procfs.h> has pstatus_t. */ 211230b9566Smatt /* #undef HAVE_PSTATUS_T */ 212230b9566Smatt 213230b9566Smatt /* Define if <sys/procfs.h> has pxstatus_t. */ 214230b9566Smatt /* #undef HAVE_PXSTATUS_T */ 215230b9566Smatt 216230b9566Smatt /* Define to 1 if you have the `setitimer' function. */ 217230b9566Smatt #define HAVE_SETITIMER 1 218230b9566Smatt 219230b9566Smatt /* Define to 1 if you have the <stddef.h> header file. */ 220230b9566Smatt #define HAVE_STDDEF_H 1 221230b9566Smatt 222230b9566Smatt /* Define to 1 if you have the <stdint.h> header file. */ 223230b9566Smatt #define HAVE_STDINT_H 1 224230b9566Smatt 225230b9566Smatt /* Define to 1 if you have the <stdlib.h> header file. */ 226230b9566Smatt #define HAVE_STDLIB_H 1 227230b9566Smatt 228230b9566Smatt /* Define to 1 if you have the <strings.h> header file. */ 229230b9566Smatt #define HAVE_STRINGS_H 1 230230b9566Smatt 231230b9566Smatt /* Define to 1 if you have the <string.h> header file. */ 232230b9566Smatt #define HAVE_STRING_H 1 233230b9566Smatt 234230b9566Smatt /* Define to 1 if you have the `strtoull' function. */ 235230b9566Smatt #define HAVE_STRTOULL 1 236230b9566Smatt 237230b9566Smatt /* Define if struct core_dumpx has member c_impl */ 238230b9566Smatt /* #undef HAVE_ST_C_IMPL */ 239230b9566Smatt 240230b9566Smatt /* Define to 1 if you have the `sysconf' function. */ 241230b9566Smatt #define HAVE_SYSCONF 1 242230b9566Smatt 243230b9566Smatt /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 244230b9566Smatt */ 245230b9566Smatt /* #undef HAVE_SYS_DIR_H */ 246230b9566Smatt 247230b9566Smatt /* Define to 1 if you have the <sys/file.h> header file. */ 248230b9566Smatt #define HAVE_SYS_FILE_H 1 249230b9566Smatt 250230b9566Smatt /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 251230b9566Smatt */ 252230b9566Smatt /* #undef HAVE_SYS_NDIR_H */ 253230b9566Smatt 254230b9566Smatt /* Define to 1 if you have the <sys/procfs.h> header file. */ 255230b9566Smatt /* #undef HAVE_SYS_PROCFS_H */ 256230b9566Smatt 25704028aa9Schristos /* Define to 1 if you have the <sys/resource.h> header file. */ 25804028aa9Schristos #define HAVE_SYS_RESOURCE_H 1 25904028aa9Schristos 260230b9566Smatt /* Define to 1 if you have the <sys/stat.h> header file. */ 261230b9566Smatt #define HAVE_SYS_STAT_H 1 262230b9566Smatt 263230b9566Smatt /* Define to 1 if you have the <sys/time.h> header file. */ 264230b9566Smatt #define HAVE_SYS_TIME_H 1 265230b9566Smatt 266230b9566Smatt /* Define to 1 if you have the <sys/types.h> header file. */ 267230b9566Smatt #define HAVE_SYS_TYPES_H 1 268230b9566Smatt 269230b9566Smatt /* Define to 1 if you have the <time.h> header file. */ 270230b9566Smatt #define HAVE_TIME_H 1 271230b9566Smatt 272230b9566Smatt /* Define to 1 if you have the <unistd.h> header file. */ 273230b9566Smatt #define HAVE_UNISTD_H 1 274230b9566Smatt 27504028aa9Schristos /* Define to 1 if you have the <wchar.h> header file. */ 27604028aa9Schristos #define HAVE_WCHAR_H 1 27704028aa9Schristos 27804028aa9Schristos /* Define to 1 if you have the <wctype.h> header file. */ 27904028aa9Schristos #define HAVE_WCTYPE_H 1 28004028aa9Schristos 281230b9566Smatt /* Define if <sys/procfs.h> has win32_pstatus_t. */ 282230b9566Smatt /* #undef HAVE_WIN32_PSTATUS_T */ 283230b9566Smatt 284230b9566Smatt /* Define to 1 if you have the <windows.h> header file. */ 285230b9566Smatt /* #undef HAVE_WINDOWS_H */ 286230b9566Smatt 287230b9566Smatt /* Define to the sub-directory in which libtool stores uninstalled libraries. 288230b9566Smatt */ 289230b9566Smatt #define LT_OBJDIR ".libs/" 290230b9566Smatt 291230b9566Smatt /* Name of package */ 292230b9566Smatt #define PACKAGE "bfd" 293230b9566Smatt 294230b9566Smatt /* Define to the address where bug reports for this package should be sent. */ 295230b9566Smatt #define PACKAGE_BUGREPORT "" 296230b9566Smatt 297230b9566Smatt /* Define to the full name of this package. */ 29804028aa9Schristos #define PACKAGE_NAME "bfd" 299230b9566Smatt 300230b9566Smatt /* Define to the full name and version of this package. */ 301*4f619feaSchristos #define PACKAGE_STRING "bfd 2.26.1" 302230b9566Smatt 303230b9566Smatt /* Define to the one symbol short name of this package. */ 30404028aa9Schristos #define PACKAGE_TARNAME "bfd" 305230b9566Smatt 306230b9566Smatt /* Define to the home page for this package. */ 307230b9566Smatt #define PACKAGE_URL "" 308230b9566Smatt 309230b9566Smatt /* Define to the version of this package. */ 310*4f619feaSchristos #define PACKAGE_VERSION "2.26.1" 311230b9566Smatt 312230b9566Smatt /* The size of `char', as computed by sizeof. */ 313230b9566Smatt /* #undef SIZEOF_CHAR */ 314230b9566Smatt 315230b9566Smatt /* The size of `int', as computed by sizeof. */ 316230b9566Smatt /* #undef SIZEOF_INT */ 317230b9566Smatt 318230b9566Smatt /* The size of `long', as computed by sizeof. */ 319230b9566Smatt #define SIZEOF_LONG 4 320230b9566Smatt 321230b9566Smatt /* The size of `long long', as computed by sizeof. */ 322230b9566Smatt #define SIZEOF_LONG_LONG 8 323230b9566Smatt 324230b9566Smatt /* The size of `off_t', as computed by sizeof. */ 325230b9566Smatt #define SIZEOF_OFF_T 8 326230b9566Smatt 327230b9566Smatt /* The size of `short', as computed by sizeof. */ 328230b9566Smatt /* #undef SIZEOF_SHORT */ 329230b9566Smatt 330230b9566Smatt /* The size of `void *', as computed by sizeof. */ 331230b9566Smatt #define SIZEOF_VOID_P 4 332230b9566Smatt 333230b9566Smatt /* Define to 1 if you have the ANSI C header files. */ 334230b9566Smatt #define STDC_HEADERS 1 335230b9566Smatt 336230b9566Smatt /* Define if you can safely include both <string.h> and <strings.h>. */ 337230b9566Smatt #define STRING_WITH_STRINGS 1 338230b9566Smatt 339230b9566Smatt /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 340230b9566Smatt #define TIME_WITH_SYS_TIME 1 341230b9566Smatt 342230b9566Smatt /* Name of host specific header file to include in trad-core.c. */ 343230b9566Smatt /* #undef TRAD_HEADER */ 344230b9566Smatt 345230b9566Smatt /* Use b modifier when opening binary files? */ 346230b9566Smatt /* #undef USE_BINARY_FOPEN */ 347230b9566Smatt 348230b9566Smatt /* Define if we should use leading underscore on 64 bit mingw targets */ 349230b9566Smatt /* #undef USE_MINGW64_LEADING_UNDERSCORES */ 350230b9566Smatt 351230b9566Smatt /* Use mmap if it's available? */ 352230b9566Smatt /* #undef USE_MMAP */ 353230b9566Smatt 354230b9566Smatt /* Define if we should default to creating read-only plt entries */ 355*4f619feaSchristos /* #undef USE_SECUREPLT */ 356230b9566Smatt 357230b9566Smatt /* Define if we may generate symbols with ELF's STT_COMMON type */ 358230b9566Smatt /* #undef USE_STT_COMMON */ 359230b9566Smatt 360230b9566Smatt /* Enable extensions on AIX 3, Interix. */ 361230b9566Smatt #ifndef _ALL_SOURCE 362230b9566Smatt # define _ALL_SOURCE 1 363230b9566Smatt #endif 364230b9566Smatt /* Enable GNU extensions on systems that have them. */ 365230b9566Smatt #ifndef _GNU_SOURCE 366230b9566Smatt # define _GNU_SOURCE 1 367230b9566Smatt #endif 368230b9566Smatt /* Enable threading extensions on Solaris. */ 369230b9566Smatt #ifndef _POSIX_PTHREAD_SEMANTICS 370230b9566Smatt # define _POSIX_PTHREAD_SEMANTICS 1 371230b9566Smatt #endif 372230b9566Smatt /* Enable extensions on HP NonStop. */ 373230b9566Smatt #ifndef _TANDEM_SOURCE 374230b9566Smatt # define _TANDEM_SOURCE 1 375230b9566Smatt #endif 376230b9566Smatt /* Enable general extensions on Solaris. */ 377230b9566Smatt #ifndef __EXTENSIONS__ 378230b9566Smatt # define __EXTENSIONS__ 1 379230b9566Smatt #endif 380230b9566Smatt 381230b9566Smatt 382230b9566Smatt /* Version number of package */ 383*4f619feaSchristos #define VERSION "2.26.1" 384230b9566Smatt 385230b9566Smatt /* Number of bits in a file offset, on hosts where this is settable. */ 386230b9566Smatt /* #undef _FILE_OFFSET_BITS */ 387230b9566Smatt 388230b9566Smatt /* Define for large files, on AIX-style hosts. */ 389230b9566Smatt /* #undef _LARGE_FILES */ 390230b9566Smatt 391230b9566Smatt /* Define to 1 if on MINIX. */ 392230b9566Smatt /* #undef _MINIX */ 393230b9566Smatt 394230b9566Smatt /* Define to 2 if the system does not provide POSIX.1 features except with 395230b9566Smatt this defined. */ 396230b9566Smatt /* #undef _POSIX_1_SOURCE */ 397230b9566Smatt 398230b9566Smatt /* Define to 1 if you need to in order for `stat' and other things to work. */ 399230b9566Smatt /* #undef _POSIX_SOURCE */ 400