* Converted conditional-trap MIPS opcodes to extra-operand variety also.
[binutils-gdb.git] / ld / acconfig.h
blobed7a2e4895ce6a8104448df18c96b648db101334
2 /* Name of package. */
3 #undef PACKAGE
5 /* Version of package. */
6 #undef VERSION
8 /* Whether strstr must be declared even if <string.h> is included. */
9 #undef NEED_DECLARATION_STRSTR
11 /* Whether free must be declared even if <stdlib.h> is included. */
12 #undef NEED_DECLARATION_FREE
14 /* Whether sbrk must be declared even if <unistd.h> is included. */
15 #undef NEED_DECLARATION_SBRK
17 /* Whether getenv must be declared even if <stdlib.h> is included. */
18 #undef NEED_DECLARATION_GETENV
19 @TOP@
21 /* Do we need to use the b modifier when opening binary files? */
22 #undef USE_BINARY_FOPEN
24 /* Define to 1 if NLS is requested. */
25 #undef ENABLE_NLS
27 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
28 #undef HAVE_CATGETS
30 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
31 #undef HAVE_GETTEXT
33 /* Define as 1 if you have the stpcpy function. */
34 #undef HAVE_STPCPY
36 /* Define if your locale.h file contains LC_MESSAGES. */
37 #undef HAVE_LC_MESSAGES