xref: /netbsd-src/external/gpl3/binutils/usr.bin/common/arch/i386/config.h (revision b2c35e17b976cf7ccd7250c86c6f5e95090ed636)
131580a89Sskrll /* This file is automatically generated.  DO NOT EDIT! */
2*b2c35e17Schristos /* Generated from: NetBSD: mknative-binutils,v 1.16 2024/06/30 16:11:11 christos Exp  */
36f226886Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
431580a89Sskrll 
57838ec37Smrg /* config.h.  Generated from config.in by configure.  */
65f4eaf39Schristos /* config.in.  Generated from configure.ac by autoheader.  */
731580a89Sskrll 
8fc7466daSchristos /* Check that config.h is #included before system headers
9fc7466daSchristos    (this works only for glibc, but that should be enough).  */
10fc7466daSchristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11fc7466daSchristos #  error config.h must be #included before system headers
12fc7466daSchristos #endif
13fc7466daSchristos #define __CONFIG_H__ 1
14fc7466daSchristos 
15fc7466daSchristos /* Should ar and ranlib use -D behavior by default? */
16fc7466daSchristos #define DEFAULT_AR_DETERMINISTIC 0
17fc7466daSchristos 
18*b2c35e17Schristos /* Have objdump use colors in its disassembly by default */
19*b2c35e17Schristos #define DEFAULT_FOR_COLORED_DISASSEMBLY 0
20*b2c35e17Schristos 
2198bd41f6Schristos /* Have readelf and objdump follow debug links by default */
2298bd41f6Schristos #define DEFAULT_FOR_FOLLOW_LINKS 1
2398bd41f6Schristos 
2498bd41f6Schristos /* Have nm use F and f for global and local ifunc symbols */
2598bd41f6Schristos #define DEFAULT_F_FOR_IFUNC_SYMBOLS 0
2698bd41f6Schristos 
275f4eaf39Schristos /* Should strings use -a behavior by default? */
285f4eaf39Schristos #define DEFAULT_STRINGS_ALL 1
295f4eaf39Schristos 
3098bd41f6Schristos /* Define if you want run-time sanity checks. */
3198bd41f6Schristos /* #undef ENABLE_CHECKING */
3298bd41f6Schristos 
3398bd41f6Schristos /* Handle .ctf type-info sections */
3498bd41f6Schristos #define ENABLE_LIBCTF 1
3598bd41f6Schristos 
3631580a89Sskrll /* Define to 1 if translation of program messages to the user's native
3731580a89Sskrll    language is requested. */
38*b2c35e17Schristos /* #undef ENABLE_NLS */
3931580a89Sskrll 
4031580a89Sskrll /* Suffix used for executables, if any. */
4131580a89Sskrll #define EXECUTABLE_SUFFIX ""
4231580a89Sskrll 
43*b2c35e17Schristos /* Define to 1 if you have the Mac OS X function
44*b2c35e17Schristos    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
45*b2c35e17Schristos /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
46*b2c35e17Schristos 
47*b2c35e17Schristos /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
48*b2c35e17Schristos    the CoreFoundation framework. */
49*b2c35e17Schristos /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
50*b2c35e17Schristos 
51*b2c35e17Schristos /* Define if the GNU dcgettext() function is already present or preinstalled.
52*b2c35e17Schristos    */
53*b2c35e17Schristos /* #undef HAVE_DCGETTEXT */
54*b2c35e17Schristos 
556f226886Schristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
566f226886Schristos    don't. */
576f226886Schristos #define HAVE_DECL_ASPRINTF 1
586f226886Schristos 
5931580a89Sskrll /* Define to 1 if you have the declaration of `environ', and to 0 if you
6031580a89Sskrll    don't. */
6131580a89Sskrll #define HAVE_DECL_ENVIRON 0
6231580a89Sskrll 
6331580a89Sskrll /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
6431580a89Sskrll    don't. */
6531580a89Sskrll #define HAVE_DECL_GETC_UNLOCKED 1
6631580a89Sskrll 
6731580a89Sskrll /* Is the prototype for getopt in <unistd.h> in the expected format? */
6831580a89Sskrll #define HAVE_DECL_GETOPT 1
6931580a89Sskrll 
7031580a89Sskrll /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
7131580a89Sskrll    */
7231580a89Sskrll #define HAVE_DECL_STPCPY 1
7331580a89Sskrll 
745f4eaf39Schristos /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
755f4eaf39Schristos    don't. */
765f4eaf39Schristos #define HAVE_DECL_STRNLEN 1
775f4eaf39Schristos 
7831580a89Sskrll /* Define to 1 if you have the <dlfcn.h> header file. */
7931580a89Sskrll #define HAVE_DLFCN_H 1
8031580a89Sskrll 
8131580a89Sskrll /* Does the platform use an executable suffix? */
8231580a89Sskrll /* #undef HAVE_EXECUTABLE_SUFFIX */
8331580a89Sskrll 
8431580a89Sskrll /* Define to 1 if you have the <fcntl.h> header file. */
8531580a89Sskrll #define HAVE_FCNTL_H 1
8631580a89Sskrll 
87*b2c35e17Schristos /* Define to 1 if you have the `fseeko' function. */
88*b2c35e17Schristos #define HAVE_FSEEKO 1
89*b2c35e17Schristos 
90*b2c35e17Schristos /* Define to 1 if you have the `fseeko64' function. */
91*b2c35e17Schristos /* #undef HAVE_FSEEKO64 */
92*b2c35e17Schristos 
9331580a89Sskrll /* Define to 1 if you have the `getc_unlocked' function. */
9431580a89Sskrll #define HAVE_GETC_UNLOCKED 1
9531580a89Sskrll 
96019f24e5Schristos /* Define to 1 if you have the `getpagesize' function. */
97019f24e5Schristos #define HAVE_GETPAGESIZE 1
98019f24e5Schristos 
99*b2c35e17Schristos /* Define if the GNU gettext() function is already present or preinstalled. */
100*b2c35e17Schristos /* #undef HAVE_GETTEXT */
101*b2c35e17Schristos 
10231580a89Sskrll /* Does <utime.h> define struct utimbuf? */
10331580a89Sskrll #define HAVE_GOOD_UTIME_H 1
10431580a89Sskrll 
105*b2c35e17Schristos /* Define if you have the iconv() function and it works. */
10631580a89Sskrll #define HAVE_ICONV 1
10731580a89Sskrll 
10831580a89Sskrll /* Define to 1 if you have the <inttypes.h> header file. */
10931580a89Sskrll #define HAVE_INTTYPES_H 1
11031580a89Sskrll 
111fc7466daSchristos /* Define if your <locale.h> file defines LC_MESSAGES. */
112fc7466daSchristos #define HAVE_LC_MESSAGES 1
113fc7466daSchristos 
114019f24e5Schristos /* Define to 1 if debuginfod is enabled. */
115019f24e5Schristos /* #undef HAVE_LIBDEBUGINFOD */
116019f24e5Schristos 
117*b2c35e17Schristos /* Define to 1 if debuginfod section downloading is supported. */
118*b2c35e17Schristos /* #undef HAVE_LIBDEBUGINFOD_FIND_SECTION */
119*b2c35e17Schristos 
120fc7466daSchristos /* Define if mbstate_t exists in wchar.h. */
121fc7466daSchristos #define HAVE_MBSTATE_T 1
122fc7466daSchristos 
12331580a89Sskrll /* Define to 1 if you have the <memory.h> header file. */
12431580a89Sskrll #define HAVE_MEMORY_H 1
12531580a89Sskrll 
12631580a89Sskrll /* Define to 1 if you have the `mkdtemp' function. */
12731580a89Sskrll #define HAVE_MKDTEMP 1
12831580a89Sskrll 
12931580a89Sskrll /* Define to 1 if you have the `mkstemp' function. */
13031580a89Sskrll #define HAVE_MKSTEMP 1
13131580a89Sskrll 
132019f24e5Schristos /* Define to 1 if you have a working `mmap' system call. */
133019f24e5Schristos #define HAVE_MMAP 1
134019f24e5Schristos 
13598bd41f6Schristos /* Define to 1 if msgpack is available. */
13698bd41f6Schristos /* #undef HAVE_MSGPACK */
13798bd41f6Schristos 
13831580a89Sskrll /* Define to 1 if you have the <stdint.h> header file. */
13931580a89Sskrll #define HAVE_STDINT_H 1
14031580a89Sskrll 
14131580a89Sskrll /* Define to 1 if you have the <stdlib.h> header file. */
14231580a89Sskrll #define HAVE_STDLIB_H 1
14331580a89Sskrll 
14431580a89Sskrll /* Define to 1 if you have the <strings.h> header file. */
14531580a89Sskrll #define HAVE_STRINGS_H 1
14631580a89Sskrll 
14731580a89Sskrll /* Define to 1 if you have the <string.h> header file. */
14831580a89Sskrll #define HAVE_STRING_H 1
14931580a89Sskrll 
15098bd41f6Schristos /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
15198bd41f6Schristos /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
15298bd41f6Schristos 
15398bd41f6Schristos /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
15498bd41f6Schristos /* #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC */
15598bd41f6Schristos 
15698bd41f6Schristos /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
15798bd41f6Schristos /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */
15898bd41f6Schristos 
15998bd41f6Schristos /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
16098bd41f6Schristos #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
16198bd41f6Schristos 
16231580a89Sskrll /* Define to 1 if you have the <sys/file.h> header file. */
16331580a89Sskrll #define HAVE_SYS_FILE_H 1
16431580a89Sskrll 
16531580a89Sskrll /* Define to 1 if you have the <sys/param.h> header file. */
16631580a89Sskrll #define HAVE_SYS_PARAM_H 1
16731580a89Sskrll 
16831580a89Sskrll /* Define to 1 if you have the <sys/stat.h> header file. */
16931580a89Sskrll #define HAVE_SYS_STAT_H 1
17031580a89Sskrll 
17198bd41f6Schristos /* Define to 1 if you have the <sys/time.h> header file. */
17298bd41f6Schristos #define HAVE_SYS_TIME_H 1
17398bd41f6Schristos 
17431580a89Sskrll /* Define to 1 if you have the <sys/types.h> header file. */
17531580a89Sskrll #define HAVE_SYS_TYPES_H 1
17631580a89Sskrll 
17731580a89Sskrll /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
17831580a89Sskrll #define HAVE_SYS_WAIT_H 1
17931580a89Sskrll 
18031580a89Sskrll /* Define to 1 if you have the <unistd.h> header file. */
18131580a89Sskrll #define HAVE_UNISTD_H 1
18231580a89Sskrll 
18398bd41f6Schristos /* Define to 1 if you have the `utimensat' function. */
18498bd41f6Schristos #define HAVE_UTIMENSAT 1
18598bd41f6Schristos 
18631580a89Sskrll /* Define to 1 if you have the `utimes' function. */
18731580a89Sskrll #define HAVE_UTIMES 1
18831580a89Sskrll 
1895f4eaf39Schristos /* Define to 1 if you have the <windows.h> header file. */
1905f4eaf39Schristos /* #undef HAVE_WINDOWS_H */
19131580a89Sskrll 
192*b2c35e17Schristos /* Define to 1 if zstd is enabled. */
193*b2c35e17Schristos /* #undef HAVE_ZSTD */
194*b2c35e17Schristos 
19531580a89Sskrll /* Define as const if the declaration of iconv() needs const. */
19677a1ad5fSkamil #define ICONV_CONST
19731580a89Sskrll 
19831580a89Sskrll /* Define to the sub-directory in which libtool stores uninstalled libraries.
19931580a89Sskrll    */
20031580a89Sskrll #define LT_OBJDIR ".libs/"
20131580a89Sskrll 
20231580a89Sskrll /* Name of package */
20331580a89Sskrll #define PACKAGE "binutils"
20431580a89Sskrll 
20531580a89Sskrll /* Define to the address where bug reports for this package should be sent. */
20631580a89Sskrll #define PACKAGE_BUGREPORT ""
20731580a89Sskrll 
20831580a89Sskrll /* Define to the full name of this package. */
2095f4eaf39Schristos #define PACKAGE_NAME "binutils"
21031580a89Sskrll 
21131580a89Sskrll /* Define to the full name and version of this package. */
212*b2c35e17Schristos #define PACKAGE_STRING "binutils 2.42"
21331580a89Sskrll 
21431580a89Sskrll /* Define to the one symbol short name of this package. */
2155f4eaf39Schristos #define PACKAGE_TARNAME "binutils"
21631580a89Sskrll 
2177838ec37Smrg /* Define to the home page for this package. */
2187838ec37Smrg #define PACKAGE_URL ""
2197838ec37Smrg 
22031580a89Sskrll /* Define to the version of this package. */
221*b2c35e17Schristos #define PACKAGE_VERSION "2.42"
22231580a89Sskrll 
22331580a89Sskrll /* Define to 1 if you have the ANSI C header files. */
22431580a89Sskrll #define STDC_HEADERS 1
22531580a89Sskrll 
22631580a89Sskrll /* Configured target name. */
22731580a89Sskrll #define TARGET "i486--netbsdelf"
22831580a89Sskrll 
22931580a89Sskrll /* Define to 1 if user symbol names have a leading underscore, 0 if not. */
23031580a89Sskrll #define TARGET_PREPENDS_UNDERSCORE 0
23131580a89Sskrll 
23298bd41f6Schristos /* Define to 1 if the type of the st_atim member of a struct stat is struct
23398bd41f6Schristos    timespec. */
23498bd41f6Schristos #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
23598bd41f6Schristos 
23631580a89Sskrll /* Use b modifier when opening binary files? */
23731580a89Sskrll /* #undef USE_BINARY_FOPEN */
23831580a89Sskrll 
23931580a89Sskrll /* Enable extensions on AIX 3, Interix.  */
24031580a89Sskrll #ifndef _ALL_SOURCE
24131580a89Sskrll # define _ALL_SOURCE 1
24231580a89Sskrll #endif
24331580a89Sskrll /* Enable GNU extensions on systems that have them.  */
24431580a89Sskrll #ifndef _GNU_SOURCE
24531580a89Sskrll # define _GNU_SOURCE 1
24631580a89Sskrll #endif
24731580a89Sskrll /* Enable threading extensions on Solaris.  */
24831580a89Sskrll #ifndef _POSIX_PTHREAD_SEMANTICS
24931580a89Sskrll # define _POSIX_PTHREAD_SEMANTICS 1
25031580a89Sskrll #endif
25131580a89Sskrll /* Enable extensions on HP NonStop.  */
25231580a89Sskrll #ifndef _TANDEM_SOURCE
25331580a89Sskrll # define _TANDEM_SOURCE 1
25431580a89Sskrll #endif
25531580a89Sskrll /* Enable general extensions on Solaris.  */
25631580a89Sskrll #ifndef __EXTENSIONS__
25731580a89Sskrll # define __EXTENSIONS__ 1
25831580a89Sskrll #endif
25931580a89Sskrll 
2607838ec37Smrg 
2617838ec37Smrg /* Version number of package */
262*b2c35e17Schristos #define VERSION "2.42"
2637838ec37Smrg 
2647838ec37Smrg /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
2657838ec37Smrg    `char[]'. */
2667838ec37Smrg #define YYTEXT_POINTER 1
2677838ec37Smrg 
268bbcc6d53Schristos /* Enable large inode numbers on Mac OS X 10.5.  */
269bbcc6d53Schristos #ifndef _DARWIN_USE_64_BIT_INODE
270bbcc6d53Schristos # define _DARWIN_USE_64_BIT_INODE 1
271bbcc6d53Schristos #endif
272bbcc6d53Schristos 
2737838ec37Smrg /* Number of bits in a file offset, on hosts where this is settable. */
2747838ec37Smrg /* #undef _FILE_OFFSET_BITS */
2757838ec37Smrg 
2767838ec37Smrg /* Define for large files, on AIX-style hosts. */
2777838ec37Smrg /* #undef _LARGE_FILES */
2787838ec37Smrg 
2797838ec37Smrg /* Define to 1 if on MINIX. */
2807838ec37Smrg /* #undef _MINIX */
2817838ec37Smrg 
2827838ec37Smrg /* Define to 2 if the system does not provide POSIX.1 features except with
2837838ec37Smrg    this defined. */
2847838ec37Smrg /* #undef _POSIX_1_SOURCE */
2857838ec37Smrg 
2867838ec37Smrg /* Define to 1 if you need to in order for `stat' and other things to work. */
2877838ec37Smrg /* #undef _POSIX_SOURCE */
288