OSDN Git Service

* acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
[pf3gnuchains/gcc-fork.git] / gcc / acconfig.h
1 /* Define to 1 if NLS is requested.  */
2 #undef ENABLE_NLS
3
4 /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
5 #undef HAVE_CATGETS
6
7 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
8 #undef HAVE_GETTEXT
9
10 /* Define if your assembler supports specifying the maximum number
11    of bytes to skip when using the GAS .p2align command. */
12 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
13
14 /* Define if your assembler supports .balign and .p2align.  */
15 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
16
17 /* Define if your assembler uses the old HImode fild and fist notation.  */
18 #undef HAVE_GAS_FILDS_FISTS
19
20 /* Define if your locale.h file contains LC_MESSAGES.  */
21 #undef HAVE_LC_MESSAGES
22
23 /* Define as 1 if you have the stpcpy function.  */
24 #undef HAVE_STPCPY
25
26 /* Whether malloc must be declared even if <stdlib.h> is included.  */
27 #undef NEED_DECLARATION_MALLOC
28
29 /* Whether realloc must be declared even if <stdlib.h> is included.  */
30 #undef NEED_DECLARATION_REALLOC
31
32 /* Whether calloc must be declared even if <stdlib.h> is included.  */
33 #undef NEED_DECLARATION_CALLOC
34
35 /* Whether free must be declared even if <stdlib.h> is included.  */
36 #undef NEED_DECLARATION_FREE
37
38 /* Whether bcopy must be declared even if <string.h> is included.  */
39 #undef NEED_DECLARATION_BCOPY
40
41 /* Whether bcmp must be declared even if <string.h> is included.  */
42 #undef NEED_DECLARATION_BCMP
43
44 /* Whether bzero must be declared even if <string.h> is included.  */
45 #undef NEED_DECLARATION_BZERO
46
47 /* Whether index must be declared even if <string.h> is included.  */
48 #undef NEED_DECLARATION_INDEX
49
50 /* Whether rindex must be declared even if <string.h> is included.  */
51 #undef NEED_DECLARATION_RINDEX
52
53 /* Whether getenv must be declared even if <stdlib.h> is included.  */
54 #undef NEED_DECLARATION_GETENV
55
56 /* Whether atol must be declared even if <stdlib.h> is included.  */
57 #undef NEED_DECLARATION_ATOL
58
59 /* Whether atof must be declared even if <stdlib.h> is included.  */
60 #undef NEED_DECLARATION_ATOF
61
62 /* Whether sbrk must be declared even if <stdlib.h> is included.  */
63 #undef NEED_DECLARATION_SBRK
64
65 /* Whether abort must be declared even if <stdlib.h> is included.  */
66 #undef NEED_DECLARATION_ABORT
67
68 /* Whether strsignal must be declared even if <string.h> is included.  */
69 #undef NEED_DECLARATION_STRSIGNAL
70
71 /* Whether strstr must be declared even if <string.h> is included.  */
72 #undef NEED_DECLARATION_STRSTR
73
74 /* Whether getcwd must be declared even if <unistd.h> is included.  */
75 #undef NEED_DECLARATION_GETCWD
76
77 /* Whether getwd must be declared even if <unistd.h> is included.  */
78 #undef NEED_DECLARATION_GETWD
79
80 /* Whether getrlimit must be declared even if <sys/resource.h> is included.  */
81 #undef NEED_DECLARATION_GETRLIMIT
82
83 /* Whether setrlimit must be declared even if <sys/resource.h> is included.  */
84 #undef NEED_DECLARATION_SETRLIMIT
85
86 /* Whether getrusage must be declared even if <sys/resource.h> is included.  */
87 #undef NEED_DECLARATION_GETRUSAGE
88
89 /* Whether putc_unlocked must be declared even if <stdio.h> is included.  */
90 #undef NEED_DECLARATION_PUTC_UNLOCKED
91
92 /* Whether fputs_unlocked must be declared even if <stdio.h> is included.  */
93 #undef NEED_DECLARATION_FPUTS_UNLOCKED
94
95 /* Whether environ must be declared.  */
96 #undef NEED_DECLARATION_ENVIRON
97
98 @TOP@