]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config.in
configure.in: Check if the assembler supports ".balign" and ".p2align" and define...
[thirdparty/gcc.git] / gcc / config.in
CommitLineData
861bb6c1 1/* config.in. Generated automatically from configure.in by autoheader. */
092f7be3
KG
2/* Define if printf supports "%p". */
3#undef HAVE_PRINTF_PTR
f1b54f9b 4
a494747c
MM
5/* Define if you want expensive run-time checks. */
6#undef ENABLE_CHECKING
7
76844337
RH
8/* Define if your cpp understands the stringify operator. */
9#undef HAVE_CPP_STRINGIFY
10
e9b4fabf
JL
11/* Define if your compiler understands volatile. */
12#undef HAVE_VOLATILE
13
9e423e6d
JW
14/* Define if your assembler supports specifying the maximum number
15 of bytes to skip when using the GAS .p2align command. */
16#undef HAVE_GAS_MAX_SKIP_P2ALIGN
17
7636d567
JW
18/* Define if you have a working <inttypes.h> header file. */
19#undef HAVE_INTTYPES_H
20
861bb6c1
JL
21/* Whether malloc must be declared even if <stdlib.h> is included. */
22#undef NEED_DECLARATION_MALLOC
23
24/* Whether realloc must be declared even if <stdlib.h> is included. */
25#undef NEED_DECLARATION_REALLOC
26
19372aa1
JW
27/* Whether calloc must be declared even if <stdlib.h> is included. */
28#undef NEED_DECLARATION_CALLOC
29
861bb6c1
JL
30/* Whether free must be declared even if <stdlib.h> is included. */
31#undef NEED_DECLARATION_FREE
32
a81fb89e
KG
33/* Whether bcopy must be declared even if <string.h> is included. */
34#undef NEED_DECLARATION_BCOPY
35
36/* Whether bcmp must be declared even if <string.h> is included. */
37#undef NEED_DECLARATION_BCMP
38
39/* Whether bzero must be declared even if <string.h> is included. */
40#undef NEED_DECLARATION_BZERO
41
c5d0345e 42/* Whether index must be declared even if <string.h> is included. */
956d6950
JL
43#undef NEED_DECLARATION_INDEX
44
c5d0345e 45/* Whether rindex must be declared even if <string.h> is included. */
956d6950
JL
46#undef NEED_DECLARATION_RINDEX
47
6d8ccdbb
JL
48/* Whether getenv must be declared even if <stdlib.h> is included. */
49#undef NEED_DECLARATION_GETENV
50
aef28d1d
JL
51/* Whether atol must be declared even if <stdlib.h> is included. */
52#undef NEED_DECLARATION_ATOL
53
e5e809f4 54/* Whether sbrk must be declared even if <stdlib.h> is included. */
c5d0345e
RH
55#undef NEED_DECLARATION_SBRK
56
64a438d6
JL
57/* Whether abort must be declared even if <stdlib.h> is included. */
58#undef NEED_DECLARATION_ABORT
59
6cd5dccd
KG
60/* Whether strerror must be declared even if <string.h> is included. */
61#undef NEED_DECLARATION_STRERROR
62
63/* Whether getcwd must be declared even if <unistd.h> is included. */
64#undef NEED_DECLARATION_GETCWD
65
66/* Whether getwd must be declared even if <unistd.h> is included. */
67#undef NEED_DECLARATION_GETWD
68
d2cabf16
KG
69/* Whether getrlimit must be declared even if <sys/resource.h> is included. */
70#undef NEED_DECLARATION_GETRLIMIT
71
72/* Whether setrlimit must be declared even if <sys/resource.h> is included. */
73#undef NEED_DECLARATION_SETRLIMIT
74
75/* Define if you want expensive run-time checks. */
76#undef ENABLE_CHECKING
77
76b4b31e
KG
78/* Define if you don't have vprintf but do have _doprnt. */
79#undef HAVE_DOPRNT
80
81/* Define if you have the vprintf function. */
82#undef HAVE_VPRINTF
83
956d6950
JL
84/* Define if you have the ANSI C header files. */
85#undef STDC_HEADERS
86
e3512ac2
JL
87/* Define if `sys_siglist' is declared by <signal.h>. */
88#undef SYS_SIGLIST_DECLARED
89
956d6950
JL
90/* Define if you can safely include both <sys/time.h> and <time.h>. */
91#undef TIME_WITH_SYS_TIME
92
0ee31ab1
JL
93/* Define if you have the atoll function. */
94#undef HAVE_ATOLL
95
96/* Define if you have the atoq function. */
97#undef HAVE_ATOQ
98
956d6950
JL
99/* Define if you have the bcmp function. */
100#undef HAVE_BCMP
101
102/* Define if you have the bcopy function. */
103#undef HAVE_BCOPY
104
1e467e19
JL
105/* Define if you have the bsearch function. */
106#undef HAVE_BSEARCH
107
956d6950
JL
108/* Define if you have the bzero function. */
109#undef HAVE_BZERO
110
24a184c9
JL
111/* Define if you have the getrlimit function. */
112#undef HAVE_GETRLIMIT
113
d3ee8d68
JL
114/* Define if you have the gettimeofday function. */
115#undef HAVE_GETTIMEOFDAY
116
956d6950
JL
117/* Define if you have the index function. */
118#undef HAVE_INDEX
119
c400f7ae
JM
120/* Define if you have the isascii function. */
121#undef HAVE_ISASCII
122
956d6950
JL
123/* Define if you have the kill function. */
124#undef HAVE_KILL
125
126/* Define if you have the popen function. */
127#undef HAVE_POPEN
128
129/* Define if you have the putenv function. */
130#undef HAVE_PUTENV
131
132/* Define if you have the rindex function. */
133#undef HAVE_RINDEX
134
24a184c9
JL
135/* Define if you have the setrlimit function. */
136#undef HAVE_SETRLIMIT
137
f5963e61
JL
138/* Define if you have the strchr function. */
139#undef HAVE_STRCHR
140
a63d08e6
JL
141/* Define if you have the strerror function. */
142#undef HAVE_STRERROR
143
f55b1ca8
MM
144/* Define if you have the strrchr function. */
145#undef HAVE_STRRCHR
146
1e467e19
JL
147/* Define if you have the strtoul function. */
148#undef HAVE_STRTOUL
149
e5e809f4
JL
150/* Define if you have the sysconf function. */
151#undef HAVE_SYSCONF
152
956d6950
JL
153/* Define if you have the <fcntl.h> header file. */
154#undef HAVE_FCNTL_H
155
e9a25f70
JL
156/* Define if you have the <limits.h> header file. */
157#undef HAVE_LIMITS_H
158
f5963e61
JL
159/* Define if you have the <stab.h> header file. */
160#undef HAVE_STAB_H
161
861bb6c1
JL
162/* Define if you have the <stddef.h> header file. */
163#undef HAVE_STDDEF_H
164
165/* Define if you have the <stdlib.h> header file. */
166#undef HAVE_STDLIB_H
167
168/* Define if you have the <string.h> header file. */
169#undef HAVE_STRING_H
170
171/* Define if you have the <strings.h> header file. */
172#undef HAVE_STRINGS_H
173
956d6950
JL
174/* Define if you have the <sys/file.h> header file. */
175#undef HAVE_SYS_FILE_H
176
177/* Define if you have the <sys/param.h> header file. */
178#undef HAVE_SYS_PARAM_H
179
180/* Define if you have the <sys/resource.h> header file. */
181#undef HAVE_SYS_RESOURCE_H
182
183/* Define if you have the <sys/time.h> header file. */
184#undef HAVE_SYS_TIME_H
185
186/* Define if you have the <sys/times.h> header file. */
187#undef HAVE_SYS_TIMES_H
188
2414de71
JL
189/* Define if you have the <sys/wait.h> header file. */
190#undef HAVE_SYS_WAIT_H
191
861bb6c1
JL
192/* Define if you have the <time.h> header file. */
193#undef HAVE_TIME_H
194
195/* Define if you have the <unistd.h> header file. */
196#undef HAVE_UNISTD_H
70988851 197
2414de71
JL
198/* Define if you have the <wait.h> header file. */
199#undef HAVE_WAIT_H