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