Use symbolic names of relocation entries for the various
[deliverable/binutils-gdb.git] / binutils / acconfig.h
CommitLineData
53fb794b 1
d467c30d
ILT
2/* Name of package. */
3#undef PACKAGE
4
5/* Version of package. */
6#undef VERSION
7
1ed5e6df
ILT
8/* Configured target name. */
9#undef TARGET
10
f0bbf79a
ILT
11/* Whether strstr must be declared even if <string.h> is included. */
12#undef NEED_DECLARATION_STRSTR
13
53fb794b
ILT
14/* Whether fprintf must be declared even if <stdio.h> is included. */
15#undef NEED_DECLARATION_FPRINTF
f0bbf79a
ILT
16
17/* Whether sbrk must be declared even if <unistd.h> is included. */
18#undef NEED_DECLARATION_SBRK
ce1f5b2a
ILT
19
20/* Whether getenv must be declared even if <stdlib.h> is included. */
21#undef NEED_DECLARATION_GETENV
53fb794b
ILT
22@TOP@
23
5ab6ca68
ILT
24/* Is the type time_t defined in <time.h>? */
25#undef HAVE_TIME_T_IN_TIME_H
26
27/* Is the type time_t defined in <sys/types.h>? */
28#undef HAVE_TIME_T_IN_TYPES_H
29
30/* Does <utime.h> define struct utimbuf? */
31#undef HAVE_GOOD_UTIME_H
32
5ab6ca68
ILT
33/* Do we need to use the b modifier when opening binary files? */
34#undef USE_BINARY_FOPEN
9d04d618
TT
35
36/* Define to 1 if NLS is requested. */
37#undef ENABLE_NLS
38
39/* Define as 1 if you have catgets and don't want to use GNU gettext. */
40#undef HAVE_CATGETS
41
42/* Define as 1 if you have gettext and don't want to use GNU gettext. */
43#undef HAVE_GETTEXT
44
45/* Define as 1 if you have the stpcpy function. */
46#undef HAVE_STPCPY
47
48/* Define if your locale.h file contains LC_MESSAGES. */
49#undef HAVE_LC_MESSAGES
This page took 0.149415 seconds and 4 git commands to generate.