1*6028677cSzrj /* config.h.  Generated from config.in by configure.  */
2*6028677cSzrj /* config.in.  Generated from configure.ac by autoheader.  */
3*6028677cSzrj 
4*6028677cSzrj /* Check that config.h is #included before system headers
5*6028677cSzrj     (this works only for glibc, but that should be enough).  */
6*6028677cSzrj #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
7*6028677cSzrj #  error config.h must be #included before system headers
8*6028677cSzrj #endif
9*6028677cSzrj #define __CONFIG_H__ 1
10*6028677cSzrj 
11*6028677cSzrj /* Name of host specific core header file to include in elf.c. */
12*6028677cSzrj /* #undef CORE_HEADER */
13*6028677cSzrj 
14*6028677cSzrj /* Define to 1 if translation of program messages to the user's native
15*6028677cSzrj    language is requested. */
16*6028677cSzrj /* #undef ENABLE_NLS */
17*6028677cSzrj 
18*6028677cSzrj /* Define to 1 if you have the <alloca.h> header file. */
19*6028677cSzrj /* #undef HAVE_ALLOCA_H */
20*6028677cSzrj 
21*6028677cSzrj /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
22*6028677cSzrj    don't. */
23*6028677cSzrj #define HAVE_DECL_ASPRINTF 1
24*6028677cSzrj 
25*6028677cSzrj /* Define to 1 if you have the declaration of `basename', and to 0 if you
26*6028677cSzrj    don't. */
27*6028677cSzrj #define HAVE_DECL_BASENAME 0
28*6028677cSzrj 
29*6028677cSzrj /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
30*6028677cSzrj #define HAVE_DECL_FFS 1
31*6028677cSzrj 
32*6028677cSzrj /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
33*6028677cSzrj    */
34*6028677cSzrj #define HAVE_DECL_FREE 1
35*6028677cSzrj 
36*6028677cSzrj /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
37*6028677cSzrj    */
38*6028677cSzrj #define HAVE_DECL_FSEEKO 1
39*6028677cSzrj 
40*6028677cSzrj /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you
41*6028677cSzrj    don't. */
42*6028677cSzrj #define HAVE_DECL_FSEEKO64 0
43*6028677cSzrj 
44*6028677cSzrj /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
45*6028677cSzrj    */
46*6028677cSzrj #define HAVE_DECL_FTELLO 1
47*6028677cSzrj 
48*6028677cSzrj /* Define to 1 if you have the declaration of `ftello64', and to 0 if you
49*6028677cSzrj    don't. */
50*6028677cSzrj #define HAVE_DECL_FTELLO64 0
51*6028677cSzrj 
52*6028677cSzrj /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
53*6028677cSzrj    */
54*6028677cSzrj #define HAVE_DECL_GETENV 1
55*6028677cSzrj 
56*6028677cSzrj /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
57*6028677cSzrj    */
58*6028677cSzrj #define HAVE_DECL_MALLOC 1
59*6028677cSzrj 
60*6028677cSzrj /* Define to 1 if you have the declaration of `realloc', and to 0 if you
61*6028677cSzrj    don't. */
62*6028677cSzrj #define HAVE_DECL_REALLOC 1
63*6028677cSzrj 
64*6028677cSzrj /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
65*6028677cSzrj    don't. */
66*6028677cSzrj #define HAVE_DECL_SNPRINTF 1
67*6028677cSzrj 
68*6028677cSzrj /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
69*6028677cSzrj    */
70*6028677cSzrj #define HAVE_DECL_STPCPY 1
71*6028677cSzrj 
72*6028677cSzrj /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
73*6028677cSzrj    don't. */
74*6028677cSzrj #define HAVE_DECL_STRNLEN 1
75*6028677cSzrj 
76*6028677cSzrj /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
77*6028677cSzrj    */
78*6028677cSzrj #define HAVE_DECL_STRSTR 1
79*6028677cSzrj 
80*6028677cSzrj /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
81*6028677cSzrj    don't. */
82*6028677cSzrj #define HAVE_DECL_VASPRINTF 1
83*6028677cSzrj 
84*6028677cSzrj /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
85*6028677cSzrj    don't. */
86*6028677cSzrj #define HAVE_DECL_VSNPRINTF 1
87*6028677cSzrj 
88*6028677cSzrj /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
89*6028677cSzrj    */
90*6028677cSzrj #define HAVE_DIRENT_H 1
91*6028677cSzrj 
92*6028677cSzrj /* Define to 1 if you have the <dlfcn.h> header file. */
93*6028677cSzrj #define HAVE_DLFCN_H 1
94*6028677cSzrj 
95*6028677cSzrj /* Define to 1 if you have the `fcntl' function. */
96*6028677cSzrj #define HAVE_FCNTL 1
97*6028677cSzrj 
98*6028677cSzrj /* Define to 1 if you have the <fcntl.h> header file. */
99*6028677cSzrj #define HAVE_FCNTL_H 1
100*6028677cSzrj 
101*6028677cSzrj /* Define to 1 if you have the `fdopen' function. */
102*6028677cSzrj #define HAVE_FDOPEN 1
103*6028677cSzrj 
104*6028677cSzrj /* Define to 1 if you have the `fileno' function. */
105*6028677cSzrj #define HAVE_FILENO 1
106*6028677cSzrj 
107*6028677cSzrj /* Define to 1 if you have the `fopen64' function. */
108*6028677cSzrj /* #undef HAVE_FOPEN64 */
109*6028677cSzrj 
110*6028677cSzrj /* Define to 1 if you have the `fseeko' function. */
111*6028677cSzrj #define HAVE_FSEEKO 1
112*6028677cSzrj 
113*6028677cSzrj /* Define to 1 if you have the `fseeko64' function. */
114*6028677cSzrj /* #undef HAVE_FSEEKO64 */
115*6028677cSzrj 
116*6028677cSzrj /* Define to 1 if you have the `ftello' function. */
117*6028677cSzrj #define HAVE_FTELLO 1
118*6028677cSzrj 
119*6028677cSzrj /* Define to 1 if you have the `ftello64' function. */
120*6028677cSzrj /* #undef HAVE_FTELLO64 */
121*6028677cSzrj 
122*6028677cSzrj /* Define to 1 if you have the `getgid' function. */
123*6028677cSzrj #define HAVE_GETGID 1
124*6028677cSzrj 
125*6028677cSzrj /* Define to 1 if you have the `getpagesize' function. */
126*6028677cSzrj #define HAVE_GETPAGESIZE 1
127*6028677cSzrj 
128*6028677cSzrj /* Define to 1 if you have the `getrlimit' function. */
129*6028677cSzrj #define HAVE_GETRLIMIT 1
130*6028677cSzrj 
131*6028677cSzrj /* Define to 1 if you have the `getuid' function. */
132*6028677cSzrj #define HAVE_GETUID 1
133*6028677cSzrj 
134*6028677cSzrj /* Define to 1 if you have the <inttypes.h> header file. */
135*6028677cSzrj #define HAVE_INTTYPES_H 1
136*6028677cSzrj 
137*6028677cSzrj /* Define if <sys/procfs.h> has lwpstatus_t. */
138*6028677cSzrj /* #undef HAVE_LWPSTATUS_T */
139*6028677cSzrj 
140*6028677cSzrj /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */
141*6028677cSzrj /* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */
142*6028677cSzrj 
143*6028677cSzrj /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */
144*6028677cSzrj /* #undef HAVE_LWPSTATUS_T_PR_FPREG */
145*6028677cSzrj 
146*6028677cSzrj /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */
147*6028677cSzrj /* #undef HAVE_LWPSTATUS_T_PR_REG */
148*6028677cSzrj 
149*6028677cSzrj /* Define if <sys/procfs.h> has lwpxstatus_t. */
150*6028677cSzrj /* #undef HAVE_LWPXSTATUS_T */
151*6028677cSzrj 
152*6028677cSzrj /* Define to 1 if you have the `madvise' function. */
153*6028677cSzrj #define HAVE_MADVISE 1
154*6028677cSzrj 
155*6028677cSzrj /* Define to 1 if you have the <memory.h> header file. */
156*6028677cSzrj #define HAVE_MEMORY_H 1
157*6028677cSzrj 
158*6028677cSzrj /* Define to 1 if you have a working `mmap' system call. */
159*6028677cSzrj #define HAVE_MMAP 1
160*6028677cSzrj 
161*6028677cSzrj /* Define to 1 if you have the `mprotect' function. */
162*6028677cSzrj #define HAVE_MPROTECT 1
163*6028677cSzrj 
164*6028677cSzrj /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
165*6028677cSzrj /* #undef HAVE_NDIR_H */
166*6028677cSzrj 
167*6028677cSzrj /* Define if <sys/procfs.h> has prpsinfo32_t. */
168*6028677cSzrj /* #undef HAVE_PRPSINFO32_T */
169*6028677cSzrj 
170*6028677cSzrj /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */
171*6028677cSzrj /* #undef HAVE_PRPSINFO32_T_PR_PID */
172*6028677cSzrj 
173*6028677cSzrj /* Define if <sys/procfs.h> has prpsinfo_t. */
174*6028677cSzrj #define HAVE_PRPSINFO_T 1
175*6028677cSzrj 
176*6028677cSzrj /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */
177*6028677cSzrj /* #undef HAVE_PRPSINFO_T_PR_PID */
178*6028677cSzrj 
179*6028677cSzrj /* Define if <sys/procfs.h> has prstatus32_t. */
180*6028677cSzrj /* #undef HAVE_PRSTATUS32_T */
181*6028677cSzrj 
182*6028677cSzrj /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */
183*6028677cSzrj /* #undef HAVE_PRSTATUS32_T_PR_WHO */
184*6028677cSzrj 
185*6028677cSzrj /* Define if <sys/procfs.h> has prstatus_t. */
186*6028677cSzrj #define HAVE_PRSTATUS_T 1
187*6028677cSzrj 
188*6028677cSzrj /* Define if <sys/procfs.h> has prstatus_t.pr_who. */
189*6028677cSzrj /* #undef HAVE_PRSTATUS_T_PR_WHO */
190*6028677cSzrj 
191*6028677cSzrj /* Define if <sys/procfs.h> has psinfo32_t. */
192*6028677cSzrj /* #undef HAVE_PSINFO32_T */
193*6028677cSzrj 
194*6028677cSzrj /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */
195*6028677cSzrj /* #undef HAVE_PSINFO32_T_PR_PID */
196*6028677cSzrj 
197*6028677cSzrj /* Define if <sys/procfs.h> has psinfo_t. */
198*6028677cSzrj /* #undef HAVE_PSINFO_T */
199*6028677cSzrj 
200*6028677cSzrj /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */
201*6028677cSzrj /* #undef HAVE_PSINFO_T_PR_PID */
202*6028677cSzrj 
203*6028677cSzrj /* Define if <sys/procfs.h> has pstatus32_t. */
204*6028677cSzrj /* #undef HAVE_PSTATUS32_T */
205*6028677cSzrj 
206*6028677cSzrj /* Define if <sys/procfs.h> has pstatus_t. */
207*6028677cSzrj /* #undef HAVE_PSTATUS_T */
208*6028677cSzrj 
209*6028677cSzrj /* Define if <sys/procfs.h> has pxstatus_t. */
210*6028677cSzrj /* #undef HAVE_PXSTATUS_T */
211*6028677cSzrj 
212*6028677cSzrj /* Define to 1 if you have the `setitimer' function. */
213*6028677cSzrj #define HAVE_SETITIMER 1
214*6028677cSzrj 
215*6028677cSzrj /* Define to 1 if you have the <stddef.h> header file. */
216*6028677cSzrj #define HAVE_STDDEF_H 1
217*6028677cSzrj 
218*6028677cSzrj /* Define to 1 if you have the <stdint.h> header file. */
219*6028677cSzrj #define HAVE_STDINT_H 1
220*6028677cSzrj 
221*6028677cSzrj /* Define to 1 if you have the <stdlib.h> header file. */
222*6028677cSzrj #define HAVE_STDLIB_H 1
223*6028677cSzrj 
224*6028677cSzrj /* Define to 1 if you have the <strings.h> header file. */
225*6028677cSzrj #define HAVE_STRINGS_H 1
226*6028677cSzrj 
227*6028677cSzrj /* Define to 1 if you have the <string.h> header file. */
228*6028677cSzrj #define HAVE_STRING_H 1
229*6028677cSzrj 
230*6028677cSzrj /* Define to 1 if you have the `strtoull' function. */
231*6028677cSzrj #define HAVE_STRTOULL 1
232*6028677cSzrj 
233*6028677cSzrj /* Define if struct core_dumpx has member c_impl */
234*6028677cSzrj /* #undef HAVE_ST_C_IMPL */
235*6028677cSzrj 
236*6028677cSzrj /* Define to 1 if you have the `sysconf' function. */
237*6028677cSzrj #define HAVE_SYSCONF 1
238*6028677cSzrj 
239*6028677cSzrj /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
240*6028677cSzrj    */
241*6028677cSzrj /* #undef HAVE_SYS_DIR_H */
242*6028677cSzrj 
243*6028677cSzrj /* Define to 1 if you have the <sys/file.h> header file. */
244*6028677cSzrj #define HAVE_SYS_FILE_H 1
245*6028677cSzrj 
246*6028677cSzrj /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
247*6028677cSzrj    */
248*6028677cSzrj /* #undef HAVE_SYS_NDIR_H */
249*6028677cSzrj 
250*6028677cSzrj /* Define to 1 if you have the <sys/procfs.h> header file. */
251*6028677cSzrj #define HAVE_SYS_PROCFS_H 1
252*6028677cSzrj 
253*6028677cSzrj /* Define to 1 if you have the <sys/resource.h> header file. */
254*6028677cSzrj #define HAVE_SYS_RESOURCE_H 1
255*6028677cSzrj 
256*6028677cSzrj /* Define to 1 if you have the <sys/stat.h> header file. */
257*6028677cSzrj #define HAVE_SYS_STAT_H 1
258*6028677cSzrj 
259*6028677cSzrj /* Define to 1 if you have the <sys/time.h> header file. */
260*6028677cSzrj #define HAVE_SYS_TIME_H 1
261*6028677cSzrj 
262*6028677cSzrj /* Define to 1 if you have the <sys/types.h> header file. */
263*6028677cSzrj #define HAVE_SYS_TYPES_H 1
264*6028677cSzrj 
265*6028677cSzrj /* Define to 1 if you have the <time.h> header file. */
266*6028677cSzrj #define HAVE_TIME_H 1
267*6028677cSzrj 
268*6028677cSzrj /* Define to 1 if you have the <unistd.h> header file. */
269*6028677cSzrj #define HAVE_UNISTD_H 1
270*6028677cSzrj 
271*6028677cSzrj /* Define to 1 if you have the <wchar.h> header file. */
272*6028677cSzrj #define HAVE_WCHAR_H 1
273*6028677cSzrj 
274*6028677cSzrj /* Define to 1 if you have the <wctype.h> header file. */
275*6028677cSzrj #define HAVE_WCTYPE_H 1
276*6028677cSzrj 
277*6028677cSzrj /* Define if <sys/procfs.h> has win32_pstatus_t. */
278*6028677cSzrj /* #undef HAVE_WIN32_PSTATUS_T */
279*6028677cSzrj 
280*6028677cSzrj /* Define to 1 if you have the <windows.h> header file. */
281*6028677cSzrj /* #undef HAVE_WINDOWS_H */
282*6028677cSzrj 
283*6028677cSzrj /* Define to the sub-directory in which libtool stores uninstalled libraries.
284*6028677cSzrj    */
285*6028677cSzrj #define LT_OBJDIR ".libs/"
286*6028677cSzrj 
287*6028677cSzrj /* Name of package */
288*6028677cSzrj #define PACKAGE "bfd"
289*6028677cSzrj 
290*6028677cSzrj /* Define to the address where bug reports for this package should be sent. */
291*6028677cSzrj #define PACKAGE_BUGREPORT ""
292*6028677cSzrj 
293*6028677cSzrj /* Define to the full name of this package. */
294*6028677cSzrj #define PACKAGE_NAME "bfd"
295*6028677cSzrj 
296*6028677cSzrj /* Define to the full name and version of this package. */
297*6028677cSzrj #define PACKAGE_STRING "bfd 2.27"
298*6028677cSzrj 
299*6028677cSzrj /* Define to the one symbol short name of this package. */
300*6028677cSzrj #define PACKAGE_TARNAME "bfd"
301*6028677cSzrj 
302*6028677cSzrj /* Define to the home page for this package. */
303*6028677cSzrj #define PACKAGE_URL ""
304*6028677cSzrj 
305*6028677cSzrj /* Define to the version of this package. */
306*6028677cSzrj #define PACKAGE_VERSION "2.27"
307*6028677cSzrj 
308*6028677cSzrj /* The size of `char', as computed by sizeof. */
309*6028677cSzrj /* #undef SIZEOF_CHAR */
310*6028677cSzrj 
311*6028677cSzrj /* The size of `int', as computed by sizeof. */
312*6028677cSzrj /* #undef SIZEOF_INT */
313*6028677cSzrj 
314*6028677cSzrj /* The size of `long', as computed by sizeof. */
315*6028677cSzrj #define SIZEOF_LONG 8
316*6028677cSzrj 
317*6028677cSzrj /* The size of `long long', as computed by sizeof. */
318*6028677cSzrj #define SIZEOF_LONG_LONG 8
319*6028677cSzrj 
320*6028677cSzrj /* The size of `off_t', as computed by sizeof. */
321*6028677cSzrj #define SIZEOF_OFF_T 8
322*6028677cSzrj 
323*6028677cSzrj /* The size of `short', as computed by sizeof. */
324*6028677cSzrj /* #undef SIZEOF_SHORT */
325*6028677cSzrj 
326*6028677cSzrj /* The size of `void *', as computed by sizeof. */
327*6028677cSzrj #define SIZEOF_VOID_P 8
328*6028677cSzrj 
329*6028677cSzrj /* Define to 1 if you have the ANSI C header files. */
330*6028677cSzrj #define STDC_HEADERS 1
331*6028677cSzrj 
332*6028677cSzrj /* Define if you can safely include both <string.h> and <strings.h>. */
333*6028677cSzrj #define STRING_WITH_STRINGS 1
334*6028677cSzrj 
335*6028677cSzrj /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
336*6028677cSzrj #define TIME_WITH_SYS_TIME 1
337*6028677cSzrj 
338*6028677cSzrj /* Name of host specific header file to include in trad-core.c. */
339*6028677cSzrj /* #undef TRAD_HEADER */
340*6028677cSzrj 
341*6028677cSzrj /* Define if we should use 64-bit archives. */
342*6028677cSzrj /* #undef USE_64_BIT_ARCHIVE */
343*6028677cSzrj 
344*6028677cSzrj /* Use b modifier when opening binary files? */
345*6028677cSzrj /* #undef USE_BINARY_FOPEN */
346*6028677cSzrj 
347*6028677cSzrj /* Define if we should use leading underscore on 64 bit mingw targets */
348*6028677cSzrj /* #undef USE_MINGW64_LEADING_UNDERSCORES */
349*6028677cSzrj 
350*6028677cSzrj /* Use mmap if it's available? */
351*6028677cSzrj /* #undef USE_MMAP */
352*6028677cSzrj 
353*6028677cSzrj /* Define if we should default to creating read-only plt entries */
354*6028677cSzrj #define USE_SECUREPLT 1
355*6028677cSzrj 
356*6028677cSzrj /* Enable extensions on AIX 3, Interix.  */
357*6028677cSzrj #ifndef _ALL_SOURCE
358*6028677cSzrj # define _ALL_SOURCE 1
359*6028677cSzrj #endif
360*6028677cSzrj /* Enable GNU extensions on systems that have them.  */
361*6028677cSzrj #ifndef _GNU_SOURCE
362*6028677cSzrj # define _GNU_SOURCE 1
363*6028677cSzrj #endif
364*6028677cSzrj /* Enable threading extensions on Solaris.  */
365*6028677cSzrj #ifndef _POSIX_PTHREAD_SEMANTICS
366*6028677cSzrj # define _POSIX_PTHREAD_SEMANTICS 1
367*6028677cSzrj #endif
368*6028677cSzrj /* Enable extensions on HP NonStop.  */
369*6028677cSzrj #ifndef _TANDEM_SOURCE
370*6028677cSzrj # define _TANDEM_SOURCE 1
371*6028677cSzrj #endif
372*6028677cSzrj /* Enable general extensions on Solaris.  */
373*6028677cSzrj #ifndef __EXTENSIONS__
374*6028677cSzrj # define __EXTENSIONS__ 1
375*6028677cSzrj #endif
376*6028677cSzrj 
377*6028677cSzrj 
378*6028677cSzrj /* Version number of package */
379*6028677cSzrj #define VERSION "2.27"
380*6028677cSzrj 
381*6028677cSzrj /* Number of bits in a file offset, on hosts where this is settable. */
382*6028677cSzrj /* #undef _FILE_OFFSET_BITS */
383*6028677cSzrj 
384*6028677cSzrj /* Define for large files, on AIX-style hosts. */
385*6028677cSzrj /* #undef _LARGE_FILES */
386*6028677cSzrj 
387*6028677cSzrj /* Define to 1 if on MINIX. */
388*6028677cSzrj /* #undef _MINIX */
389*6028677cSzrj 
390*6028677cSzrj /* Define to 2 if the system does not provide POSIX.1 features except with
391*6028677cSzrj    this defined. */
392*6028677cSzrj /* #undef _POSIX_1_SOURCE */
393*6028677cSzrj 
394*6028677cSzrj /* Define to 1 if you need to in order for `stat' and other things to work. */
395*6028677cSzrj /* #undef _POSIX_SOURCE */
396