Fix tx19 sanitization.
[deliverable/binutils-gdb.git] / ld / acconfig.h
CommitLineData
92c71a0b 1
49c009b5
ILT
2/* Name of package. */
3#undef PACKAGE
4
5/* Version of package. */
6#undef VERSION
7
27927278
ILT
8/* Whether strstr must be declared even if <string.h> is included. */
9#undef NEED_DECLARATION_STRSTR
10
92c71a0b
ILT
11/* Whether free must be declared even if <stdlib.h> is included. */
12#undef NEED_DECLARATION_FREE
27927278
ILT
13
14/* Whether sbrk must be declared even if <unistd.h> is included. */
15#undef NEED_DECLARATION_SBRK
e3e72ac5
ILT
16
17/* Whether getenv must be declared even if <stdlib.h> is included. */
18#undef NEED_DECLARATION_GETENV
caf2a913
ILT
19@TOP@
20
21/* Do we need to use the b modifier when opening binary files? */
22#undef USE_BINARY_FOPEN
This page took 0.073899 seconds and 4 git commands to generate.