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