OSDN Git Service

* config/c4x/rtems.h: New file.
[pf3gnuchains/gcc-fork.git] / gcc / acconfig.h
1 /* Define if you can safely include both <string.h> and <strings.h>.  */
2 #undef STRING_WITH_STRINGS
3
4 /* Define if printf supports "%p".  */
5 #undef HAVE_PRINTF_PTR
6
7 /* Define if you want expensive run-time checks. */
8 #undef ENABLE_CHECKING
9
10 /* Define to 1 if NLS is requested.  */
11 #undef ENABLE_NLS
12
13 /* Define to 1 if installation paths should be looked up in Windows32
14    Registry. Ignored on non windows32 hosts. */
15 #undef ENABLE_WIN32_REGISTRY
16
17 /* Define to be the last portion of registry key on windows hosts.  */
18 #undef WIN32_REGISTRY_KEY
19
20 /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
21 #undef HAVE_CATGETS
22
23 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
24 #undef HAVE_GETTEXT
25
26 /* Define if your compiler understands volatile.  */
27 #undef HAVE_VOLATILE
28
29 /* Define if your assembler supports specifying the maximum number
30    of bytes to skip when using the GAS .p2align command. */
31 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
32
33 /* Define if your assembler supports .balign and .p2align.  */
34 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
35
36 /* Define if the assembler supports 64bit sparc.  */
37 #undef AS_SPARC64_FLAG
38
39 /* Define if your assembler supports offsetable %lo().  */
40 #undef HAVE_AS_OFFSETABLE_LO10
41
42 /* Define if your assembler supports .register.  */
43 #undef HAVE_AS_REGISTER_PSEUDO_OP
44
45 /* Define if your assembler supports .subsection and .subsection -1 starts
46    emitting at the beginning of your section */
47 #undef HAVE_GAS_SUBSECTION_ORDERING
48
49 /* Define if your assembler uses the old HImode fild and fist notation.  */
50 #undef HAVE_GAS_FILDS_FISTS
51
52 /* Define if you have a working <inttypes.h> header file.  */
53 #undef HAVE_INTTYPES_H
54
55 /* Define if your locale.h file contains LC_MESSAGES.  */
56 #undef HAVE_LC_MESSAGES
57
58 /* Define as 1 if you have the stpcpy function.  */
59 #undef HAVE_STPCPY
60
61 /* Whether malloc must be declared even if <stdlib.h> is included.  */
62 #undef NEED_DECLARATION_MALLOC
63
64 /* Whether realloc must be declared even if <stdlib.h> is included.  */
65 #undef NEED_DECLARATION_REALLOC
66
67 /* Whether calloc must be declared even if <stdlib.h> is included.  */
68 #undef NEED_DECLARATION_CALLOC
69
70 /* Whether free must be declared even if <stdlib.h> is included.  */
71 #undef NEED_DECLARATION_FREE
72
73 /* Whether bcopy must be declared even if <string.h> is included.  */
74 #undef NEED_DECLARATION_BCOPY
75
76 /* Whether bcmp must be declared even if <string.h> is included.  */
77 #undef NEED_DECLARATION_BCMP
78
79 /* Whether bzero must be declared even if <string.h> is included.  */
80 #undef NEED_DECLARATION_BZERO
81
82 /* Whether index must be declared even if <string.h> is included.  */
83 #undef NEED_DECLARATION_INDEX
84
85 /* Whether rindex must be declared even if <string.h> is included.  */
86 #undef NEED_DECLARATION_RINDEX
87
88 /* Whether getenv must be declared even if <stdlib.h> is included.  */
89 #undef NEED_DECLARATION_GETENV
90
91 /* Whether atol must be declared even if <stdlib.h> is included.  */
92 #undef NEED_DECLARATION_ATOL
93
94 /* Whether atof must be declared even if <stdlib.h> is included.  */
95 #undef NEED_DECLARATION_ATOF
96
97 /* Whether sbrk must be declared even if <stdlib.h> is included.  */
98 #undef NEED_DECLARATION_SBRK
99
100 /* Whether abort must be declared even if <stdlib.h> is included.  */
101 #undef NEED_DECLARATION_ABORT
102
103 /* Whether strerror must be declared even if <string.h> is included.  */
104 #undef NEED_DECLARATION_STRERROR
105
106 /* Whether strsignal must be declared even if <string.h> is included.  */
107 #undef NEED_DECLARATION_STRSIGNAL
108
109 /* Whether strstr must be declared even if <string.h> is included.  */
110 #undef NEED_DECLARATION_STRSTR
111
112 /* Whether getcwd must be declared even if <unistd.h> is included.  */
113 #undef NEED_DECLARATION_GETCWD
114
115 /* Whether getwd must be declared even if <unistd.h> is included.  */
116 #undef NEED_DECLARATION_GETWD
117
118 /* Whether getrlimit must be declared even if <sys/resource.h> is included.  */
119 #undef NEED_DECLARATION_GETRLIMIT
120
121 /* Whether setrlimit must be declared even if <sys/resource.h> is included.  */
122 #undef NEED_DECLARATION_SETRLIMIT
123
124 /* Whether getrusage must be declared even if <sys/resource.h> is included.  */
125 #undef NEED_DECLARATION_GETRUSAGE
126
127 /* Whether putc_unlocked must be declared even if <stdio.h> is included.  */
128 #undef NEED_DECLARATION_PUTC_UNLOCKED
129
130 /* Whether fputs_unlocked must be declared even if <stdio.h> is included.  */
131 #undef NEED_DECLARATION_FPUTS_UNLOCKED
132
133 /* Define to enable the use of a default assembler. */
134 #undef DEFAULT_ASSEMBLER
135
136 /* Define to enable the use of a default linker. */
137 #undef DEFAULT_LINKER
138
139 /* Define if host mkdir takes a single argument. */
140 #undef MKDIR_TAKES_ONE_ARG
141
142 /* Define to the name of the distribution.  */
143 #undef PACKAGE
144
145 /* Define to the version of the distribution.  */
146 #undef VERSION
147 @TOP@