* elflink.h (NAME(bfd_elf,size_dynamic_sections)): Change type of
[deliverable/binutils-gdb.git] / bfd / config.in
CommitLineData
4fe6d901
KR
1/* config.in. Generated automatically from configure.in by autoheader. */
2
4fe6d901
KR
3/* Whether malloc must be declared even if <stdlib.h> is included. */
4#undef NEED_DECLARATION_MALLOC
5
6/* Whether free must be declared even if <stdlib.h> is included. */
7#undef NEED_DECLARATION_FREE
8
bd77213b
ILT
9/* Define if you have a working `mmap' system call. */
10#undef HAVE_MMAP
11
12/* Do we need to use the b modifier when opening binary files? */
13#undef USE_BINARY_FOPEN
14
4fe6d901
KR
15/* Name of host specific header file to include in trad-core.c. */
16#undef TRAD_HEADER
17
18/* Define only if <sys/procfs.h> is available *and* it defines prstatus_t. */
19#undef HAVE_SYS_PROCFS_H
20
bd77213b
ILT
21/* Do we really want to use mmap if it's available? */
22#undef USE_MMAP
23
4fe6d901
KR
24/* Define if you have the fcntl function. */
25#undef HAVE_FCNTL
26
27/* Define if you have the getpagesize function. */
28#undef HAVE_GETPAGESIZE
29
30/* Define if you have the madvise function. */
31#undef HAVE_MADVISE
32
33/* Define if you have the mprotect function. */
34#undef HAVE_MPROTECT
35
36/* Define if you have the <fcntl.h> header file. */
37#undef HAVE_FCNTL_H
38
39/* Define if you have the <stddef.h> header file. */
40#undef HAVE_STDDEF_H
41
42/* Define if you have the <stdlib.h> header file. */
43#undef HAVE_STDLIB_H
44
45/* Define if you have the <string.h> header file. */
46#undef HAVE_STRING_H
47
48/* Define if you have the <strings.h> header file. */
49#undef HAVE_STRINGS_H
50
51/* Define if you have the <sys/file.h> header file. */
52#undef HAVE_SYS_FILE_H
53
54/* Define if you have the <time.h> header file. */
55#undef HAVE_TIME_H
56
57/* Define if you have the <unistd.h> header file. */
58#undef HAVE_UNISTD_H
This page took 0.072372 seconds and 4 git commands to generate.