1*869ffda3Schristos /* This file is automatically generated.  DO NOT EDIT! */
2*869ffda3Schristos /* Generated from: NetBSD: mknative-binutils,v 1.13 2020/04/04 01:34:53 christos Exp  */
3*869ffda3Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4*869ffda3Schristos 
5*869ffda3Schristos /* config.h.  Generated from config.in by configure.  */
6*869ffda3Schristos /* config.in.  Generated from configure.ac by autoheader.  */
7*869ffda3Schristos 
8*869ffda3Schristos /* Check that config.h is #included before system headers
9*869ffda3Schristos    (this works only for glibc, but that should be enough).  */
10*869ffda3Schristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11*869ffda3Schristos #  error config.h must be #included before system headers
12*869ffda3Schristos #endif
13*869ffda3Schristos #define __CONFIG_H__ 1
14*869ffda3Schristos 
15*869ffda3Schristos /* Define to 1 if you want to emit gnu hash in the ELF linker by default. */
16*869ffda3Schristos #define DEFAULT_EMIT_GNU_HASH 0
17*869ffda3Schristos 
18*869ffda3Schristos /* Define to 1 if you want to emit sysv hash in the ELF linker by default. */
19*869ffda3Schristos #define DEFAULT_EMIT_SYSV_HASH 1
20*869ffda3Schristos 
21*869ffda3Schristos /* Define if you want compressed debug sections by default. */
22*869ffda3Schristos /* #undef DEFAULT_FLAG_COMPRESS_DEBUG */
23*869ffda3Schristos 
24*869ffda3Schristos /* Define to 1 if you want to enable -z relro in ELF linker by default. */
25*869ffda3Schristos #define DEFAULT_LD_Z_RELRO 0
26*869ffda3Schristos 
27*869ffda3Schristos /* Define to 1 if you want to enable -z separate-code in ELF linker by
28*869ffda3Schristos    default. */
29*869ffda3Schristos #define DEFAULT_LD_Z_SEPARATE_CODE 0
30*869ffda3Schristos 
31*869ffda3Schristos /* Define to 1 if you want to set DT_RUNPATH instead of DT_RPATH by default.
32*869ffda3Schristos    */
33*869ffda3Schristos #define DEFAULT_NEW_DTAGS 0
34*869ffda3Schristos 
35*869ffda3Schristos /* Define to 1 if translation of program messages to the user's native
36*869ffda3Schristos    language is requested. */
37*869ffda3Schristos #define ENABLE_NLS 1
38*869ffda3Schristos 
39*869ffda3Schristos /* Additional extension a shared object might have. */
40*869ffda3Schristos /* #undef EXTRA_SHLIB_EXTENSION */
41*869ffda3Schristos 
42*869ffda3Schristos /* Define to choose default GOT handling scheme */
43*869ffda3Schristos #define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT
44*869ffda3Schristos 
45*869ffda3Schristos /* Define to 1 if you have the `close' function. */
46*869ffda3Schristos #define HAVE_CLOSE 1
47*869ffda3Schristos 
48*869ffda3Schristos /* Define to 1 if you have the declaration of `environ', and to 0 if you
49*869ffda3Schristos    don't. */
50*869ffda3Schristos #define HAVE_DECL_ENVIRON 0
51*869ffda3Schristos 
52*869ffda3Schristos /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
53*869ffda3Schristos    */
54*869ffda3Schristos #define HAVE_DECL_FREE 1
55*869ffda3Schristos 
56*869ffda3Schristos /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
57*869ffda3Schristos    */
58*869ffda3Schristos #define HAVE_DECL_GETENV 1
59*869ffda3Schristos 
60*869ffda3Schristos /* Is the prototype for getopt in <unistd.h> in the expected format? */
61*869ffda3Schristos #define HAVE_DECL_GETOPT 1
62*869ffda3Schristos 
63*869ffda3Schristos /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
64*869ffda3Schristos    */
65*869ffda3Schristos #define HAVE_DECL_SBRK 1
66*869ffda3Schristos 
67*869ffda3Schristos /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
68*869ffda3Schristos    */
69*869ffda3Schristos #define HAVE_DECL_STRSTR 1
70*869ffda3Schristos 
71*869ffda3Schristos /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
72*869ffda3Schristos    */
73*869ffda3Schristos #define HAVE_DIRENT_H 1
74*869ffda3Schristos 
75*869ffda3Schristos /* Define to 1 if you have the <dlfcn.h> header file. */
76*869ffda3Schristos #define HAVE_DLFCN_H 1
77*869ffda3Schristos 
78*869ffda3Schristos /* Define to 1 if you have the <elf-hints.h> header file. */
79*869ffda3Schristos /* #undef HAVE_ELF_HINTS_H */
80*869ffda3Schristos 
81*869ffda3Schristos /* Define to 1 if you have the <fcntl.h> header file. */
82*869ffda3Schristos #define HAVE_FCNTL_H 1
83*869ffda3Schristos 
84*869ffda3Schristos /* Define to 1 if you have the `getpagesize' function. */
85*869ffda3Schristos #define HAVE_GETPAGESIZE 1
86*869ffda3Schristos 
87*869ffda3Schristos /* Define to 1 if you have the `glob' function. */
88*869ffda3Schristos #define HAVE_GLOB 1
89*869ffda3Schristos 
90*869ffda3Schristos /* Define .init_array/.fini_array sections are available and working. */
91*869ffda3Schristos #define HAVE_INITFINI_ARRAY 1
92*869ffda3Schristos 
93*869ffda3Schristos /* Define to 1 if you have the <inttypes.h> header file. */
94*869ffda3Schristos #define HAVE_INTTYPES_H 1
95*869ffda3Schristos 
96*869ffda3Schristos /* Define if your <locale.h> file defines LC_MESSAGES. */
97*869ffda3Schristos #define HAVE_LC_MESSAGES 1
98*869ffda3Schristos 
99*869ffda3Schristos /* Define to 1 if you have the <limits.h> header file. */
100*869ffda3Schristos #define HAVE_LIMITS_H 1
101*869ffda3Schristos 
102*869ffda3Schristos /* Define to 1 if you have the <locale.h> header file. */
103*869ffda3Schristos #define HAVE_LOCALE_H 1
104*869ffda3Schristos 
105*869ffda3Schristos /* Define to 1 if you have the `lseek' function. */
106*869ffda3Schristos #define HAVE_LSEEK 1
107*869ffda3Schristos 
108*869ffda3Schristos /* Define to 1 if you have the <memory.h> header file. */
109*869ffda3Schristos #define HAVE_MEMORY_H 1
110*869ffda3Schristos 
111*869ffda3Schristos /* Define to 1 if you have the `mkstemp' function. */
112*869ffda3Schristos #define HAVE_MKSTEMP 1
113*869ffda3Schristos 
114*869ffda3Schristos /* Define to 1 if you have a working `mmap' system call. */
115*869ffda3Schristos #define HAVE_MMAP 1
116*869ffda3Schristos 
117*869ffda3Schristos /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
118*869ffda3Schristos /* #undef HAVE_NDIR_H */
119*869ffda3Schristos 
120*869ffda3Schristos /* Define to 1 if you have the `open' function. */
121*869ffda3Schristos #define HAVE_OPEN 1
122*869ffda3Schristos 
123*869ffda3Schristos /* Define to 1 if you have the `realpath' function. */
124*869ffda3Schristos #define HAVE_REALPATH 1
125*869ffda3Schristos 
126*869ffda3Schristos /* Define to 1 if you have the `sbrk' function. */
127*869ffda3Schristos #define HAVE_SBRK 1
128*869ffda3Schristos 
129*869ffda3Schristos /* Define to 1 if you have the `setlocale' function. */
130*869ffda3Schristos #define HAVE_SETLOCALE 1
131*869ffda3Schristos 
132*869ffda3Schristos /* Define to 1 if you have the <stdint.h> header file. */
133*869ffda3Schristos #define HAVE_STDINT_H 1
134*869ffda3Schristos 
135*869ffda3Schristos /* Define to 1 if you have the <stdlib.h> header file. */
136*869ffda3Schristos #define HAVE_STDLIB_H 1
137*869ffda3Schristos 
138*869ffda3Schristos /* Define to 1 if you have the <strings.h> header file. */
139*869ffda3Schristos #define HAVE_STRINGS_H 1
140*869ffda3Schristos 
141*869ffda3Schristos /* Define to 1 if you have the <string.h> header file. */
142*869ffda3Schristos #define HAVE_STRING_H 1
143*869ffda3Schristos 
144*869ffda3Schristos /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
145*869ffda3Schristos    */
146*869ffda3Schristos /* #undef HAVE_SYS_DIR_H */
147*869ffda3Schristos 
148*869ffda3Schristos /* Define to 1 if you have the <sys/file.h> header file. */
149*869ffda3Schristos #define HAVE_SYS_FILE_H 1
150*869ffda3Schristos 
151*869ffda3Schristos /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
152*869ffda3Schristos    */
153*869ffda3Schristos /* #undef HAVE_SYS_NDIR_H */
154*869ffda3Schristos 
155*869ffda3Schristos /* Define to 1 if you have the <sys/param.h> header file. */
156*869ffda3Schristos #define HAVE_SYS_PARAM_H 1
157*869ffda3Schristos 
158*869ffda3Schristos /* Define to 1 if you have the <sys/stat.h> header file. */
159*869ffda3Schristos #define HAVE_SYS_STAT_H 1
160*869ffda3Schristos 
161*869ffda3Schristos /* Define to 1 if you have the <sys/time.h> header file. */
162*869ffda3Schristos #define HAVE_SYS_TIME_H 1
163*869ffda3Schristos 
164*869ffda3Schristos /* Define to 1 if you have the <sys/types.h> header file. */
165*869ffda3Schristos #define HAVE_SYS_TYPES_H 1
166*869ffda3Schristos 
167*869ffda3Schristos /* Define to 1 if you have the <unistd.h> header file. */
168*869ffda3Schristos #define HAVE_UNISTD_H 1
169*869ffda3Schristos 
170*869ffda3Schristos /* Define to 1 if you have the `waitpid' function. */
171*869ffda3Schristos #define HAVE_WAITPID 1
172*869ffda3Schristos 
173*869ffda3Schristos /* Define to 1 if you have the <windows.h> header file. */
174*869ffda3Schristos /* #undef HAVE_WINDOWS_H */
175*869ffda3Schristos 
176*869ffda3Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
177*869ffda3Schristos    */
178*869ffda3Schristos #define LT_OBJDIR ".libs/"
179*869ffda3Schristos 
180*869ffda3Schristos /* Name of package */
181*869ffda3Schristos #define PACKAGE "ld"
182*869ffda3Schristos 
183*869ffda3Schristos /* Define to the address where bug reports for this package should be sent. */
184*869ffda3Schristos #define PACKAGE_BUGREPORT ""
185*869ffda3Schristos 
186*869ffda3Schristos /* Define to the full name of this package. */
187*869ffda3Schristos #define PACKAGE_NAME "ld"
188*869ffda3Schristos 
189*869ffda3Schristos /* Define to the full name and version of this package. */
190*869ffda3Schristos #define PACKAGE_STRING "ld 2.34"
191*869ffda3Schristos 
192*869ffda3Schristos /* Define to the one symbol short name of this package. */
193*869ffda3Schristos #define PACKAGE_TARNAME "ld"
194*869ffda3Schristos 
195*869ffda3Schristos /* Define to the home page for this package. */
196*869ffda3Schristos #define PACKAGE_URL ""
197*869ffda3Schristos 
198*869ffda3Schristos /* Define to the version of this package. */
199*869ffda3Schristos #define PACKAGE_VERSION "2.34"
200*869ffda3Schristos 
201*869ffda3Schristos /* The size of `void *', as computed by sizeof. */
202*869ffda3Schristos #define SIZEOF_VOID_P 8
203*869ffda3Schristos 
204*869ffda3Schristos /* Define to 1 if you have the ANSI C header files. */
205*869ffda3Schristos #define STDC_HEADERS 1
206*869ffda3Schristos 
207*869ffda3Schristos /* Define if you can safely include both <string.h> and <strings.h>. */
208*869ffda3Schristos #define STRING_WITH_STRINGS 1
209*869ffda3Schristos 
210*869ffda3Schristos /* Use b modifier when opening binary files? */
211*869ffda3Schristos /* #undef USE_BINARY_FOPEN */
212*869ffda3Schristos 
213*869ffda3Schristos /* Enable extensions on AIX 3, Interix.  */
214*869ffda3Schristos #ifndef _ALL_SOURCE
215*869ffda3Schristos # define _ALL_SOURCE 1
216*869ffda3Schristos #endif
217*869ffda3Schristos /* Enable GNU extensions on systems that have them.  */
218*869ffda3Schristos #ifndef _GNU_SOURCE
219*869ffda3Schristos # define _GNU_SOURCE 1
220*869ffda3Schristos #endif
221*869ffda3Schristos /* Enable threading extensions on Solaris.  */
222*869ffda3Schristos #ifndef _POSIX_PTHREAD_SEMANTICS
223*869ffda3Schristos # define _POSIX_PTHREAD_SEMANTICS 1
224*869ffda3Schristos #endif
225*869ffda3Schristos /* Enable extensions on HP NonStop.  */
226*869ffda3Schristos #ifndef _TANDEM_SOURCE
227*869ffda3Schristos # define _TANDEM_SOURCE 1
228*869ffda3Schristos #endif
229*869ffda3Schristos /* Enable general extensions on Solaris.  */
230*869ffda3Schristos #ifndef __EXTENSIONS__
231*869ffda3Schristos # define __EXTENSIONS__ 1
232*869ffda3Schristos #endif
233*869ffda3Schristos 
234*869ffda3Schristos 
235*869ffda3Schristos /* Version number of package */
236*869ffda3Schristos #define VERSION "2.34"
237*869ffda3Schristos 
238*869ffda3Schristos /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
239*869ffda3Schristos    `char[]'. */
240*869ffda3Schristos #define YYTEXT_POINTER 1
241*869ffda3Schristos 
242*869ffda3Schristos /* Enable large inode numbers on Mac OS X 10.5.  */
243*869ffda3Schristos #ifndef _DARWIN_USE_64_BIT_INODE
244*869ffda3Schristos # define _DARWIN_USE_64_BIT_INODE 1
245*869ffda3Schristos #endif
246*869ffda3Schristos 
247*869ffda3Schristos /* Number of bits in a file offset, on hosts where this is settable. */
248*869ffda3Schristos /* #undef _FILE_OFFSET_BITS */
249*869ffda3Schristos 
250*869ffda3Schristos /* Define for large files, on AIX-style hosts. */
251*869ffda3Schristos /* #undef _LARGE_FILES */
252*869ffda3Schristos 
253*869ffda3Schristos /* Define to 1 if on MINIX. */
254*869ffda3Schristos /* #undef _MINIX */
255*869ffda3Schristos 
256*869ffda3Schristos /* Define to 2 if the system does not provide POSIX.1 features except with
257*869ffda3Schristos    this defined. */
258*869ffda3Schristos /* #undef _POSIX_1_SOURCE */
259*869ffda3Schristos 
260*869ffda3Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */
261*869ffda3Schristos /* #undef _POSIX_SOURCE */
262