all remaining *.c *.h files from hp merge.
[deliverable/binutils-gdb.git] / bfd / acconfig.h
CommitLineData
b7577823 1
c0734708
ILT
2/* Name of package. */
3#undef PACKAGE
4
5/* Version of package. */
6#undef VERSION
7
85fe9d3e
ILT
8/* Whether strstr must be declared even if <string.h> is included. */
9#undef NEED_DECLARATION_STRSTR
10
b7577823
ILT
11/* Whether malloc must be declared even if <stdlib.h> is included. */
12#undef NEED_DECLARATION_MALLOC
13
85fe9d3e
ILT
14/* Whether realloc must be declared even if <stdlib.h> is included. */
15#undef NEED_DECLARATION_REALLOC
16
b7577823
ILT
17/* Whether free must be declared even if <stdlib.h> is included. */
18#undef NEED_DECLARATION_FREE
dee99794
ILT
19
20/* Whether getenv must be declared even if <stdlib.h> is included. */
21#undef NEED_DECLARATION_GETENV
bd77213b
ILT
22@TOP@
23
24/* Do we need to use the b modifier when opening binary files? */
25#undef USE_BINARY_FOPEN
b7577823
ILT
26
27/* Name of host specific header file to include in trad-core.c. */
28#undef TRAD_HEADER
106773f8
KR
29
30/* Define only if <sys/procfs.h> is available *and* it defines prstatus_t. */
31#undef HAVE_SYS_PROCFS_H
7ac84736 32
2c54bc60
FL
33/* Define if <sys/procfs.h> has prstatus_t */
34#undef HAVE_PRSTATUS_T
35
36/* Define if <sys/procfs.h> has prstatus_t.pr_who */
37#undef HAVE_PRSTATUS_T_PR_WHO
38
39/* Define if <sys/procfs.h> has pstatus_t */
40#undef HAVE_PSTATUS_T
41
42/* Define if <sys/procfs.h> has prpsinfo_t */
43#undef HAVE_PRPSINFO_T
44
45/* Define if <sys/procfs.h> has psinfo_t */
46#undef HAVE_PSINFO_T
47
48/* Define if <sys/procfs.h> has lwpstatus_t */
49#undef HAVE_LWPSTATUS_T
50
51/* Define if <sys/procfs.h> has lwpstatus_t.pr_context */
52#undef HAVE_LWPSTATUS_T_PR_CONTEXT
53
54/* Define if <sys/procfs.h> has lwpstatus_t.pr_reg */
55#undef HAVE_LWPSTATUS_T_PR_REG
56
7ac84736
KR
57/* Do we really want to use mmap if it's available? */
58#undef USE_MMAP
53d3ce37
TT
59
60/* Define to 1 if NLS is requested. */
61#undef ENABLE_NLS
62
63/* Define as 1 if you have catgets and don't want to use GNU gettext. */
64#undef HAVE_CATGETS
65
66/* Define as 1 if you have gettext and don't want to use GNU gettext. */
67#undef HAVE_GETTEXT
68
69/* Define as 1 if you have the stpcpy function. */
70#undef HAVE_STPCPY
71
72/* Define if your locale.h file contains LC_MESSAGES. */
73#undef HAVE_LC_MESSAGES
This page took 0.116643 seconds and 4 git commands to generate.