116dce513Schristos /* This file is automatically generated. DO NOT EDIT! */ 2*e992f068Schristos /* Generated from: NetBSD: mknative-binutils,v 1.14 2022/12/24 20:17:46 christos Exp */ 3ede78133Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 416dce513Schristos 516dce513Schristos /* config.h. Generated from config.in by configure. */ 616dce513Schristos /* config.in. Generated from configure.ac by autoheader. */ 716dce513Schristos 816dce513Schristos /* Check that config.h is #included before system headers 916dce513Schristos (this works only for glibc, but that should be enough). */ 1016dce513Schristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) 1116dce513Schristos # error config.h must be #included before system headers 1216dce513Schristos #endif 1316dce513Schristos #define __CONFIG_H__ 1 1416dce513Schristos 1516dce513Schristos /* Should ar and ranlib use -D behavior by default? */ 1616dce513Schristos #define DEFAULT_AR_DETERMINISTIC 0 1716dce513Schristos 18*e992f068Schristos /* Have readelf and objdump follow debug links by default */ 19*e992f068Schristos #define DEFAULT_FOR_FOLLOW_LINKS 1 20*e992f068Schristos 21*e992f068Schristos /* Have nm use F and f for global and local ifunc symbols */ 22*e992f068Schristos #define DEFAULT_F_FOR_IFUNC_SYMBOLS 0 23*e992f068Schristos 2416dce513Schristos /* Should strings use -a behavior by default? */ 2516dce513Schristos #define DEFAULT_STRINGS_ALL 1 2616dce513Schristos 27*e992f068Schristos /* Define if you want run-time sanity checks. */ 28*e992f068Schristos /* #undef ENABLE_CHECKING */ 29*e992f068Schristos 30*e992f068Schristos /* Handle .ctf type-info sections */ 31*e992f068Schristos #define ENABLE_LIBCTF 1 32*e992f068Schristos 3316dce513Schristos /* Define to 1 if translation of program messages to the user's native 3416dce513Schristos language is requested. */ 3516dce513Schristos #define ENABLE_NLS 1 3616dce513Schristos 3716dce513Schristos /* Suffix used for executables, if any. */ 3816dce513Schristos #define EXECUTABLE_SUFFIX "" 3916dce513Schristos 40ede78133Schristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you 41ede78133Schristos don't. */ 42ede78133Schristos #define HAVE_DECL_ASPRINTF 1 43ede78133Schristos 4416dce513Schristos /* Define to 1 if you have the declaration of `environ', and to 0 if you 4516dce513Schristos don't. */ 4616dce513Schristos #define HAVE_DECL_ENVIRON 0 4716dce513Schristos 4816dce513Schristos /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you 4916dce513Schristos don't. */ 5016dce513Schristos #define HAVE_DECL_GETC_UNLOCKED 1 5116dce513Schristos 5216dce513Schristos /* Is the prototype for getopt in <unistd.h> in the expected format? */ 5316dce513Schristos #define HAVE_DECL_GETOPT 1 5416dce513Schristos 5516dce513Schristos /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. 5616dce513Schristos */ 5716dce513Schristos #define HAVE_DECL_SBRK 1 5816dce513Schristos 5916dce513Schristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 6016dce513Schristos */ 6116dce513Schristos #define HAVE_DECL_STPCPY 1 6216dce513Schristos 6316dce513Schristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 6416dce513Schristos don't. */ 6516dce513Schristos #define HAVE_DECL_STRNLEN 1 6616dce513Schristos 6716dce513Schristos /* Define to 1 if you have the <dlfcn.h> header file. */ 6816dce513Schristos #define HAVE_DLFCN_H 1 6916dce513Schristos 7016dce513Schristos /* Does the platform use an executable suffix? */ 7116dce513Schristos /* #undef HAVE_EXECUTABLE_SUFFIX */ 7216dce513Schristos 7316dce513Schristos /* Define to 1 if you have the <fcntl.h> header file. */ 7416dce513Schristos #define HAVE_FCNTL_H 1 7516dce513Schristos 7616dce513Schristos /* Define to 1 if you have the `getc_unlocked' function. */ 7716dce513Schristos #define HAVE_GETC_UNLOCKED 1 7816dce513Schristos 79012573ebSchristos /* Define to 1 if you have the `getpagesize' function. */ 80012573ebSchristos #define HAVE_GETPAGESIZE 1 81012573ebSchristos 8216dce513Schristos /* Does <utime.h> define struct utimbuf? */ 8316dce513Schristos #define HAVE_GOOD_UTIME_H 1 8416dce513Schristos 8516dce513Schristos /* Define if you have the iconv() function. */ 8616dce513Schristos #define HAVE_ICONV 1 8716dce513Schristos 8816dce513Schristos /* Define to 1 if you have the <inttypes.h> header file. */ 8916dce513Schristos #define HAVE_INTTYPES_H 1 9016dce513Schristos 9116dce513Schristos /* Define if your <locale.h> file defines LC_MESSAGES. */ 9216dce513Schristos #define HAVE_LC_MESSAGES 1 9316dce513Schristos 94012573ebSchristos /* Define to 1 if debuginfod is enabled. */ 95012573ebSchristos /* #undef HAVE_LIBDEBUGINFOD */ 96012573ebSchristos 9716dce513Schristos /* Define if mbstate_t exists in wchar.h. */ 9816dce513Schristos #define HAVE_MBSTATE_T 1 9916dce513Schristos 10016dce513Schristos /* Define to 1 if you have the <memory.h> header file. */ 10116dce513Schristos #define HAVE_MEMORY_H 1 10216dce513Schristos 10316dce513Schristos /* Define to 1 if you have the `mkdtemp' function. */ 10416dce513Schristos #define HAVE_MKDTEMP 1 10516dce513Schristos 10616dce513Schristos /* Define to 1 if you have the `mkstemp' function. */ 10716dce513Schristos #define HAVE_MKSTEMP 1 10816dce513Schristos 109012573ebSchristos /* Define to 1 if you have a working `mmap' system call. */ 110012573ebSchristos #define HAVE_MMAP 1 111012573ebSchristos 112*e992f068Schristos /* Define to 1 if msgpack is available. */ 113*e992f068Schristos /* #undef HAVE_MSGPACK */ 114*e992f068Schristos 11516dce513Schristos /* Define to 1 if you have the `sbrk' function. */ 11616dce513Schristos #define HAVE_SBRK 1 11716dce513Schristos 11816dce513Schristos /* Define to 1 if you have the <stdint.h> header file. */ 11916dce513Schristos #define HAVE_STDINT_H 1 12016dce513Schristos 12116dce513Schristos /* Define to 1 if you have the <stdlib.h> header file. */ 12216dce513Schristos #define HAVE_STDLIB_H 1 12316dce513Schristos 12416dce513Schristos /* Define to 1 if you have the <strings.h> header file. */ 12516dce513Schristos #define HAVE_STRINGS_H 1 12616dce513Schristos 12716dce513Schristos /* Define to 1 if you have the <string.h> header file. */ 12816dce513Schristos #define HAVE_STRING_H 1 12916dce513Schristos 130*e992f068Schristos /* Define to 1 if `st_atimensec' is a member of `struct stat'. */ 131*e992f068Schristos /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */ 132*e992f068Schristos 133*e992f068Schristos /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */ 134*e992f068Schristos /* #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC */ 135*e992f068Schristos 136*e992f068Schristos /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */ 137*e992f068Schristos /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */ 138*e992f068Schristos 139*e992f068Schristos /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */ 140*e992f068Schristos #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 141*e992f068Schristos 14216dce513Schristos /* Define to 1 if you have the <sys/file.h> header file. */ 14316dce513Schristos #define HAVE_SYS_FILE_H 1 14416dce513Schristos 14516dce513Schristos /* Define to 1 if you have the <sys/param.h> header file. */ 14616dce513Schristos #define HAVE_SYS_PARAM_H 1 14716dce513Schristos 14816dce513Schristos /* Define to 1 if you have the <sys/stat.h> header file. */ 14916dce513Schristos #define HAVE_SYS_STAT_H 1 15016dce513Schristos 151*e992f068Schristos /* Define to 1 if you have the <sys/time.h> header file. */ 152*e992f068Schristos #define HAVE_SYS_TIME_H 1 153*e992f068Schristos 15416dce513Schristos /* Define to 1 if you have the <sys/types.h> header file. */ 15516dce513Schristos #define HAVE_SYS_TYPES_H 1 15616dce513Schristos 15716dce513Schristos /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 15816dce513Schristos #define HAVE_SYS_WAIT_H 1 15916dce513Schristos 16016dce513Schristos /* Define to 1 if you have the <unistd.h> header file. */ 16116dce513Schristos #define HAVE_UNISTD_H 1 16216dce513Schristos 163*e992f068Schristos /* Define to 1 if you have the `utimensat' function. */ 164*e992f068Schristos #define HAVE_UTIMENSAT 1 165*e992f068Schristos 16616dce513Schristos /* Define to 1 if you have the `utimes' function. */ 16716dce513Schristos #define HAVE_UTIMES 1 16816dce513Schristos 16916dce513Schristos /* Define to 1 if you have the <windows.h> header file. */ 17016dce513Schristos /* #undef HAVE_WINDOWS_H */ 17116dce513Schristos 17216dce513Schristos /* Define as const if the declaration of iconv() needs const. */ 17377a1ad5fSkamil #define ICONV_CONST 17416dce513Schristos 17516dce513Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries. 17616dce513Schristos */ 17716dce513Schristos #define LT_OBJDIR ".libs/" 17816dce513Schristos 17916dce513Schristos /* Name of package */ 18016dce513Schristos #define PACKAGE "binutils" 18116dce513Schristos 18216dce513Schristos /* Define to the address where bug reports for this package should be sent. */ 18316dce513Schristos #define PACKAGE_BUGREPORT "" 18416dce513Schristos 18516dce513Schristos /* Define to the full name of this package. */ 18616dce513Schristos #define PACKAGE_NAME "binutils" 18716dce513Schristos 18816dce513Schristos /* Define to the full name and version of this package. */ 189*e992f068Schristos #define PACKAGE_STRING "binutils 2.39" 19016dce513Schristos 19116dce513Schristos /* Define to the one symbol short name of this package. */ 19216dce513Schristos #define PACKAGE_TARNAME "binutils" 19316dce513Schristos 19416dce513Schristos /* Define to the home page for this package. */ 19516dce513Schristos #define PACKAGE_URL "" 19616dce513Schristos 19716dce513Schristos /* Define to the version of this package. */ 198*e992f068Schristos #define PACKAGE_VERSION "2.39" 19916dce513Schristos 20016dce513Schristos /* The size of `long', as computed by sizeof. */ 20116dce513Schristos #define SIZEOF_LONG 4 20216dce513Schristos 20316dce513Schristos /* The size of `long long', as computed by sizeof. */ 20416dce513Schristos #define SIZEOF_LONG_LONG 8 20516dce513Schristos 20616dce513Schristos /* Define to 1 if you have the ANSI C header files. */ 20716dce513Schristos #define STDC_HEADERS 1 20816dce513Schristos 20916dce513Schristos /* Configured target name. */ 21016dce513Schristos #define TARGET "m68010--netbsdelf" 21116dce513Schristos 21216dce513Schristos /* Define to 1 if user symbol names have a leading underscore, 0 if not. */ 21316dce513Schristos #define TARGET_PREPENDS_UNDERSCORE 0 21416dce513Schristos 215*e992f068Schristos /* Define to 1 if the type of the st_atim member of a struct stat is struct 216*e992f068Schristos timespec. */ 217*e992f068Schristos #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 218*e992f068Schristos 21916dce513Schristos /* Use b modifier when opening binary files? */ 22016dce513Schristos /* #undef USE_BINARY_FOPEN */ 22116dce513Schristos 22216dce513Schristos /* Enable extensions on AIX 3, Interix. */ 22316dce513Schristos #ifndef _ALL_SOURCE 22416dce513Schristos # define _ALL_SOURCE 1 22516dce513Schristos #endif 22616dce513Schristos /* Enable GNU extensions on systems that have them. */ 22716dce513Schristos #ifndef _GNU_SOURCE 22816dce513Schristos # define _GNU_SOURCE 1 22916dce513Schristos #endif 23016dce513Schristos /* Enable threading extensions on Solaris. */ 23116dce513Schristos #ifndef _POSIX_PTHREAD_SEMANTICS 23216dce513Schristos # define _POSIX_PTHREAD_SEMANTICS 1 23316dce513Schristos #endif 23416dce513Schristos /* Enable extensions on HP NonStop. */ 23516dce513Schristos #ifndef _TANDEM_SOURCE 23616dce513Schristos # define _TANDEM_SOURCE 1 23716dce513Schristos #endif 23816dce513Schristos /* Enable general extensions on Solaris. */ 23916dce513Schristos #ifndef __EXTENSIONS__ 24016dce513Schristos # define __EXTENSIONS__ 1 24116dce513Schristos #endif 24216dce513Schristos 24316dce513Schristos 24416dce513Schristos /* Version number of package */ 245*e992f068Schristos #define VERSION "2.39" 24616dce513Schristos 24716dce513Schristos /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 24816dce513Schristos `char[]'. */ 24916dce513Schristos #define YYTEXT_POINTER 1 25016dce513Schristos 251ede78133Schristos /* Enable large inode numbers on Mac OS X 10.5. */ 252ede78133Schristos #ifndef _DARWIN_USE_64_BIT_INODE 253ede78133Schristos # define _DARWIN_USE_64_BIT_INODE 1 254ede78133Schristos #endif 255ede78133Schristos 25616dce513Schristos /* Number of bits in a file offset, on hosts where this is settable. */ 25716dce513Schristos /* #undef _FILE_OFFSET_BITS */ 25816dce513Schristos 25916dce513Schristos /* Define for large files, on AIX-style hosts. */ 26016dce513Schristos /* #undef _LARGE_FILES */ 26116dce513Schristos 26216dce513Schristos /* Define to 1 if on MINIX. */ 26316dce513Schristos /* #undef _MINIX */ 26416dce513Schristos 26516dce513Schristos /* Define to 2 if the system does not provide POSIX.1 features except with 26616dce513Schristos this defined. */ 26716dce513Schristos /* #undef _POSIX_1_SOURCE */ 26816dce513Schristos 26916dce513Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */ 27016dce513Schristos /* #undef _POSIX_SOURCE */ 271