* gdb.texinfo: Add some credits, mention bug monitor.
[deliverable/binutils-gdb.git] / bfd / acconfig.h
1
2 /* Name of package. */
3 #undef PACKAGE
4
5 /* Version of package. */
6 #undef VERSION
7
8 /* Whether strstr must be declared even if <string.h> is included. */
9 #undef NEED_DECLARATION_STRSTR
10
11 /* Whether malloc must be declared even if <stdlib.h> is included. */
12 #undef NEED_DECLARATION_MALLOC
13
14 /* Whether realloc must be declared even if <stdlib.h> is included. */
15 #undef NEED_DECLARATION_REALLOC
16
17 /* Whether free must be declared even if <stdlib.h> is included. */
18 #undef NEED_DECLARATION_FREE
19
20 /* Whether getenv must be declared even if <stdlib.h> is included. */
21 #undef NEED_DECLARATION_GETENV
22 @TOP@
23
24 /* Do we need to use the b modifier when opening binary files? */
25 #undef USE_BINARY_FOPEN
26
27 /* Name of host specific header file to include in trad-core.c. */
28 #undef TRAD_HEADER
29
30 /* Define only if <sys/procfs.h> is available *and* it defines prstatus_t. */
31 #undef HAVE_SYS_PROCFS_H
32
33 /* Do we really want to use mmap if it's available? */
34 #undef USE_MMAP
This page took 0.03693 seconds and 4 git commands to generate.