config.h revision 1.3
1139825Simp/* This file is automatically generated.  DO NOT EDIT! */
282899Sjake/* Generated from: NetBSD: mknative-gdb,v 1.6 2013/10/03 18:58:37 christos Exp  */
380708Sjake/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
480708Sjake
582899Sjake/* config.h.  Generated from config.in by configure.  */
682899Sjake/* config.in.  Generated from configure.ac by autoheader.  */
782899Sjake
882899Sjake/* Check that config.h is #included before system headers
980708Sjake    (this works only for glibc, but that should be enough).  */
1080708Sjake#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
1180708Sjake#  error config.h must be #included before system headers
1280708Sjake#endif
1380708Sjake#define __CONFIG_H__ 1
1480708Sjake
1580708Sjake/* Name of host specific core header file to include in elf.c. */
1680708Sjake/* #undef CORE_HEADER */
1782899Sjake
1882899Sjake/* Define to 1 if translation of program messages to the user's native
1982899Sjake   language is requested. */
2080708Sjake#define ENABLE_NLS 1
2182899Sjake
2280708Sjake/* Define to 1 if you have the <alloca.h> header file. */
2380708Sjake/* #undef HAVE_ALLOCA_H */
2482899Sjake
2580708Sjake/* Define to 1 if you have the declaration of `basename', and to 0 if you
2680708Sjake   don't. */
2780708Sjake#define HAVE_DECL_BASENAME 0
2880708Sjake
2980708Sjake/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
3080708Sjake#define HAVE_DECL_FFS 1
3180708Sjake
3280708Sjake/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
3382899Sjake   */
3482899Sjake#define HAVE_DECL_FREE 1
3582899Sjake
3680708Sjake/* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
3780708Sjake   */
3880708Sjake#define HAVE_DECL_FSEEKO 1
3980708Sjake
4080708Sjake/* Define to 1 if you have the declaration of `fseeko64', and to 0 if you
4180708Sjake   don't. */
42104265Sjake#define HAVE_DECL_FSEEKO64 0
43222813Sattilio
44133451Salc/* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
45133451Salc   */
46112399Sjake#define HAVE_DECL_FTELLO 1
4780709Sjake
4880709Sjake/* Define to 1 if you have the declaration of `ftello64', and to 0 if you
4980709Sjake   don't. */
5080709Sjake#define HAVE_DECL_FTELLO64 0
5180709Sjake
5280709Sjake/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
5383053Sobrien   */
54108166Sjake#define HAVE_DECL_GETENV 1
55108166Sjake
56108166Sjake/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
57108166Sjake   */
58108166Sjake#define HAVE_DECL_MALLOC 1
5980708Sjake
6080708Sjake/* Define to 1 if you have the declaration of `realloc', and to 0 if you
6183053Sobrien   don't. */
62133451Salc#define HAVE_DECL_REALLOC 1
6388651Sjake
6488651Sjake/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
65222813Sattilio   don't. */
6691288Sjake#define HAVE_DECL_SNPRINTF 1
6780709Sjake
6880708Sjake/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
6980708Sjake   */
70133451Salc#define HAVE_DECL_STPCPY 1
71216803Smarius
72133451Salc/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
73133451Salc   don't. */
74216803Smarius#define HAVE_DECL_STRNLEN 1
75142045Smarius
76133451Salc/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
77133451Salc   */
78133451Salc#define HAVE_DECL_STRSTR 1
79133451Salc
80133451Salc/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
81195649Salc   don't. */
82195649Salc#define HAVE_DECL_VSNPRINTF 1
83195649Salc
84204152Smarius/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
85113238Sjake   */
86113238Sjake#define HAVE_DIRENT_H 1
87112312Sjake
88113238Sjake/* Define to 1 if you have the <dlfcn.h> header file. */
8998813Sjake#define HAVE_DLFCN_H 1
90129068Salc
9180708Sjake/* Define to 1 if you have the `fcntl' function. */
9288651Sjake#define HAVE_FCNTL 1
9388651Sjake
9488651Sjake/* Define to 1 if you have the <fcntl.h> header file. */
9597447Sjake#define HAVE_FCNTL_H 1
9697447Sjake
9797447Sjake/* Define to 1 if you have the `fdopen' function. */
9897447Sjake#define HAVE_FDOPEN 1
9997447Sjake
10089041Sjake/* Define to 1 if you have the `fileno' function. */
101216803Smarius#define HAVE_FILENO 1
10289041Sjake
103153179Sjhb/* Define to 1 if you have the `fopen64' function. */
10484844Stmm/* #undef HAVE_FOPEN64 */
10588651Sjake
10688651Sjake/* Define to 1 if you have the `fseeko' function. */
107113238Sjake#define HAVE_FSEEKO 1
10880708Sjake
10980708Sjake/* Define to 1 if you have the `fseeko64' function. */
11080708Sjake/* #undef HAVE_FSEEKO64 */
111108700Sjake
112108700Sjake/* Define to 1 if you have the `ftello' function. */
113108700Sjake#define HAVE_FTELLO 1
114108700Sjake
115108700Sjake/* Define to 1 if you have the `ftello64' function. */
116108700Sjake/* #undef HAVE_FTELLO64 */
117216803Smarius
118108700Sjake/* Define to 1 if you have the `getgid' function. */
119108700Sjake#define HAVE_GETGID 1
120108700Sjake
121108700Sjake/* Define to 1 if you have the `getpagesize' function. */
122108700Sjake#define HAVE_GETPAGESIZE 1
123108700Sjake
124108700Sjake/* Define to 1 if you have the `getrlimit' function. */
125108700Sjake#define HAVE_GETRLIMIT 1
126108700Sjake
127108700Sjake/* Define to 1 if you have the `getuid' function. */
128108700Sjake#define HAVE_GETUID 1
129108700Sjake
13080708Sjake/* Define to 1 if you have the <inttypes.h> header file. */
131#define HAVE_INTTYPES_H 1
132
133/* Define if <sys/procfs.h> has lwpstatus_t. */
134/* #undef HAVE_LWPSTATUS_T */
135
136/* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */
137/* #undef HAVE_LWPSTATUS_T_PR_CONTEXT */
138
139/* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */
140/* #undef HAVE_LWPSTATUS_T_PR_FPREG */
141
142/* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */
143/* #undef HAVE_LWPSTATUS_T_PR_REG */
144
145/* Define if <sys/procfs.h> has lwpxstatus_t. */
146/* #undef HAVE_LWPXSTATUS_T */
147
148/* Define to 1 if you have the `madvise' function. */
149#define HAVE_MADVISE 1
150
151/* Define to 1 if you have the <memory.h> header file. */
152#define HAVE_MEMORY_H 1
153
154/* Define to 1 if you have a working `mmap' system call. */
155#define HAVE_MMAP 1
156
157/* Define to 1 if you have the `mprotect' function. */
158#define HAVE_MPROTECT 1
159
160/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
161/* #undef HAVE_NDIR_H */
162
163/* Define if <sys/procfs.h> has prpsinfo32_t. */
164/* #undef HAVE_PRPSINFO32_T */
165
166/* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */
167/* #undef HAVE_PRPSINFO32_T_PR_PID */
168
169/* Define if <sys/procfs.h> has prpsinfo_t. */
170/* #undef HAVE_PRPSINFO_T */
171
172/* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */
173/* #undef HAVE_PRPSINFO_T_PR_PID */
174
175/* Define if <sys/procfs.h> has prstatus32_t. */
176/* #undef HAVE_PRSTATUS32_T */
177
178/* Define if <sys/procfs.h> has prstatus32_t.pr_who. */
179/* #undef HAVE_PRSTATUS32_T_PR_WHO */
180
181/* Define if <sys/procfs.h> has prstatus_t. */
182/* #undef HAVE_PRSTATUS_T */
183
184/* Define if <sys/procfs.h> has prstatus_t.pr_who. */
185/* #undef HAVE_PRSTATUS_T_PR_WHO */
186
187/* Define if <sys/procfs.h> has psinfo32_t. */
188/* #undef HAVE_PSINFO32_T */
189
190/* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */
191/* #undef HAVE_PSINFO32_T_PR_PID */
192
193/* Define if <sys/procfs.h> has psinfo_t. */
194/* #undef HAVE_PSINFO_T */
195
196/* Define if <sys/procfs.h> has psinfo_t.pr_pid. */
197/* #undef HAVE_PSINFO_T_PR_PID */
198
199/* Define if <sys/procfs.h> has pstatus32_t. */
200/* #undef HAVE_PSTATUS32_T */
201
202/* Define if <sys/procfs.h> has pstatus_t. */
203/* #undef HAVE_PSTATUS_T */
204
205/* Define if <sys/procfs.h> has pxstatus_t. */
206/* #undef HAVE_PXSTATUS_T */
207
208/* Define to 1 if you have the `setitimer' function. */
209#define HAVE_SETITIMER 1
210
211/* Define to 1 if you have the <stddef.h> header file. */
212#define HAVE_STDDEF_H 1
213
214/* Define to 1 if you have the <stdint.h> header file. */
215#define HAVE_STDINT_H 1
216
217/* Define to 1 if you have the <stdlib.h> header file. */
218#define HAVE_STDLIB_H 1
219
220/* Define to 1 if you have the <strings.h> header file. */
221#define HAVE_STRINGS_H 1
222
223/* Define to 1 if you have the <string.h> header file. */
224#define HAVE_STRING_H 1
225
226/* Define to 1 if you have the `strtoull' function. */
227#define HAVE_STRTOULL 1
228
229/* Define if struct core_dumpx has member c_impl */
230/* #undef HAVE_ST_C_IMPL */
231
232/* Define to 1 if you have the `sysconf' function. */
233#define HAVE_SYSCONF 1
234
235/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
236   */
237/* #undef HAVE_SYS_DIR_H */
238
239/* Define to 1 if you have the <sys/file.h> header file. */
240#define HAVE_SYS_FILE_H 1
241
242/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
243   */
244/* #undef HAVE_SYS_NDIR_H */
245
246/* Define to 1 if you have the <sys/procfs.h> header file. */
247/* #undef HAVE_SYS_PROCFS_H */
248
249/* Define to 1 if you have the <sys/resource.h> header file. */
250#define HAVE_SYS_RESOURCE_H 1
251
252/* Define to 1 if you have the <sys/stat.h> header file. */
253#define HAVE_SYS_STAT_H 1
254
255/* Define to 1 if you have the <sys/time.h> header file. */
256#define HAVE_SYS_TIME_H 1
257
258/* Define to 1 if you have the <sys/types.h> header file. */
259#define HAVE_SYS_TYPES_H 1
260
261/* Define to 1 if you have the <time.h> header file. */
262#define HAVE_TIME_H 1
263
264/* Define to 1 if you have the <unistd.h> header file. */
265#define HAVE_UNISTD_H 1
266
267/* Define to 1 if you have the <wchar.h> header file. */
268#define HAVE_WCHAR_H 1
269
270/* Define if <sys/procfs.h> has win32_pstatus_t. */
271/* #undef HAVE_WIN32_PSTATUS_T */
272
273/* Define to 1 if you have the <windows.h> header file. */
274/* #undef HAVE_WINDOWS_H */
275
276/* Define to 1 if you have the <zlib.h> header file. */
277#define HAVE_ZLIB_H 1
278
279/* Define to the sub-directory in which libtool stores uninstalled libraries.
280   */
281#define LT_OBJDIR ".libs/"
282
283/* Name of package */
284#define PACKAGE "bfd"
285
286/* Define to the address where bug reports for this package should be sent. */
287#define PACKAGE_BUGREPORT ""
288
289/* Define to the full name of this package. */
290#define PACKAGE_NAME "bfd"
291
292/* Define to the full name and version of this package. */
293#define PACKAGE_STRING "bfd 2.25.51"
294
295/* Define to the one symbol short name of this package. */
296#define PACKAGE_TARNAME "bfd"
297
298/* Define to the home page for this package. */
299#define PACKAGE_URL ""
300
301/* Define to the version of this package. */
302#define PACKAGE_VERSION "2.25.51"
303
304/* The size of `char', as computed by sizeof. */
305/* #undef SIZEOF_CHAR */
306
307/* The size of `int', as computed by sizeof. */
308/* #undef SIZEOF_INT */
309
310/* The size of `long', as computed by sizeof. */
311#define SIZEOF_LONG 4
312
313/* The size of `long long', as computed by sizeof. */
314#define SIZEOF_LONG_LONG 8
315
316/* The size of `off_t', as computed by sizeof. */
317#define SIZEOF_OFF_T 8
318
319/* The size of `short', as computed by sizeof. */
320/* #undef SIZEOF_SHORT */
321
322/* The size of `void *', as computed by sizeof. */
323#define SIZEOF_VOID_P 4
324
325/* Define to 1 if you have the ANSI C header files. */
326#define STDC_HEADERS 1
327
328/* Define if you can safely include both <string.h> and <strings.h>. */
329#define STRING_WITH_STRINGS 1
330
331/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
332#define TIME_WITH_SYS_TIME 1
333
334/* Name of host specific header file to include in trad-core.c. */
335/* #undef TRAD_HEADER */
336
337/* Use b modifier when opening binary files? */
338/* #undef USE_BINARY_FOPEN */
339
340/* Define if we should use leading underscore on 64 bit mingw targets */
341/* #undef USE_MINGW64_LEADING_UNDERSCORES */
342
343/* Use mmap if it's available? */
344/* #undef USE_MMAP */
345
346/* Define if we should default to creating read-only plt entries */
347#define USE_SECUREPLT 1
348
349/* Define if we may generate symbols with ELF's STT_COMMON type */
350/* #undef USE_STT_COMMON */
351
352/* Enable extensions on AIX 3, Interix.  */
353#ifndef _ALL_SOURCE
354# define _ALL_SOURCE 1
355#endif
356/* Enable GNU extensions on systems that have them.  */
357#ifndef _GNU_SOURCE
358# define _GNU_SOURCE 1
359#endif
360/* Enable threading extensions on Solaris.  */
361#ifndef _POSIX_PTHREAD_SEMANTICS
362# define _POSIX_PTHREAD_SEMANTICS 1
363#endif
364/* Enable extensions on HP NonStop.  */
365#ifndef _TANDEM_SOURCE
366# define _TANDEM_SOURCE 1
367#endif
368/* Enable general extensions on Solaris.  */
369#ifndef __EXTENSIONS__
370# define __EXTENSIONS__ 1
371#endif
372
373
374/* Version number of package */
375#define VERSION "2.25.51"
376
377/* Number of bits in a file offset, on hosts where this is settable. */
378/* #undef _FILE_OFFSET_BITS */
379
380/* Define for large files, on AIX-style hosts. */
381/* #undef _LARGE_FILES */
382
383/* Define to 1 if on MINIX. */
384/* #undef _MINIX */
385
386/* Define to 2 if the system does not provide POSIX.1 features except with
387   this defined. */
388/* #undef _POSIX_1_SOURCE */
389
390/* Define to 1 if you need to in order for `stat' and other things to work. */
391/* #undef _POSIX_SOURCE */
392