* m10300-dis.c (print_insn_mn10300): 0xf7 opcode prefix specifies
[deliverable/binutils-gdb.git] / binutils / acconfig.h
1
2 /* Name of package. */
3 #undef PACKAGE
4
5 /* Version of package. */
6 #undef VERSION
7
8 /* Configured target name. */
9 #undef TARGET
10
11 /* Whether strstr must be declared even if <string.h> is included. */
12 #undef NEED_DECLARATION_STRSTR
13
14 /* Whether fprintf must be declared even if <stdio.h> is included. */
15 #undef NEED_DECLARATION_FPRINTF
16
17 /* Whether sbrk must be declared even if <unistd.h> is included. */
18 #undef NEED_DECLARATION_SBRK
19
20 /* Whether getenv must be declared even if <stdlib.h> is included. */
21 #undef NEED_DECLARATION_GETENV
22 @TOP@
23
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
33 /* Do we need to use the b modifier when opening binary files? */
34 #undef USE_BINARY_FOPEN
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.030606 seconds and 4 git commands to generate.