]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/acconfig.h
aclocal.m4 (GCC_FUNC_MKDIR_TAKES_ONE_ARG): Define.
[thirdparty/gcc.git] / gcc / acconfig.h
CommitLineData
ccc7d11a
KG
1/* Define if you can safely include both <string.h> and <strings.h>. */
2#undef STRING_WITH_STRINGS
3
092f7be3
KG
4/* Define if printf supports "%p". */
5#undef HAVE_PRINTF_PTR
f1b54f9b 6
a494747c
MM
7/* Define if you want expensive run-time checks. */
8#undef ENABLE_CHECKING
9
ab87f8c8
JL
10/* Define to 1 if NLS is requested. */
11#undef ENABLE_NLS
12
13/* Define as 1 if you have catgets and don't want to use GNU gettext. */
14#undef HAVE_CATGETS
15
16/* Define as 1 if you have gettext and don't want to use GNU gettext. */
17#undef HAVE_GETTEXT
18
76844337
RH
19/* Define if your cpp understands the stringify operator. */
20#undef HAVE_CPP_STRINGIFY
21
e9b4fabf
JL
22/* Define if your compiler understands volatile. */
23#undef HAVE_VOLATILE
24
9e423e6d
JW
25/* Define if your assembler supports specifying the maximum number
26 of bytes to skip when using the GAS .p2align command. */
27#undef HAVE_GAS_MAX_SKIP_P2ALIGN
28
00ccc16d
JL
29/* Define if your assembler supports .balign and .p2align. */
30#undef HAVE_GAS_BALIGN_AND_P2ALIGN
31
d1accaa3
JJ
32/* Define if your assembler supports .subsection and .subsection -1 starts
33 emitting at the beginning of your section */
34#undef HAVE_GAS_SUBSECTION_ORDERING
35
7636d567
JW
36/* Define if you have a working <inttypes.h> header file. */
37#undef HAVE_INTTYPES_H
38
ab87f8c8
JL
39/* Define if your locale.h file contains LC_MESSAGES. */
40#undef HAVE_LC_MESSAGES
41
42/* Define as 1 if you have the stpcpy function. */
43#undef HAVE_STPCPY
44
2f51182a
DE
45/* Whether malloc must be declared even if <stdlib.h> is included. */
46#undef NEED_DECLARATION_MALLOC
47
48/* Whether realloc must be declared even if <stdlib.h> is included. */
49#undef NEED_DECLARATION_REALLOC
50
19372aa1
JW
51/* Whether calloc must be declared even if <stdlib.h> is included. */
52#undef NEED_DECLARATION_CALLOC
53
2f51182a
DE
54/* Whether free must be declared even if <stdlib.h> is included. */
55#undef NEED_DECLARATION_FREE
956d6950 56
a81fb89e
KG
57/* Whether bcopy must be declared even if <string.h> is included. */
58#undef NEED_DECLARATION_BCOPY
59
60/* Whether bcmp must be declared even if <string.h> is included. */
61#undef NEED_DECLARATION_BCMP
62
63/* Whether bzero must be declared even if <string.h> is included. */
64#undef NEED_DECLARATION_BZERO
65
c5d0345e 66/* Whether index must be declared even if <string.h> is included. */
956d6950
JL
67#undef NEED_DECLARATION_INDEX
68
c5d0345e 69/* Whether rindex must be declared even if <string.h> is included. */
956d6950 70#undef NEED_DECLARATION_RINDEX
6d8ccdbb
JL
71
72/* Whether getenv must be declared even if <stdlib.h> is included. */
73#undef NEED_DECLARATION_GETENV
aef28d1d
JL
74
75/* Whether atol must be declared even if <stdlib.h> is included. */
76#undef NEED_DECLARATION_ATOL
c5d0345e 77
9c30c0e7
ZW
78/* Whether atof must be declared even if <stdlib.h> is included. */
79#undef NEED_DECLARATION_ATOF
80
e5e809f4 81/* Whether sbrk must be declared even if <stdlib.h> is included. */
c5d0345e 82#undef NEED_DECLARATION_SBRK
64a438d6
JL
83
84/* Whether abort must be declared even if <stdlib.h> is included. */
85#undef NEED_DECLARATION_ABORT
6cd5dccd
KG
86
87/* Whether strerror must be declared even if <string.h> is included. */
88#undef NEED_DECLARATION_STRERROR
89
007e8d2a
KG
90/* Whether strsignal must be declared even if <string.h> is included. */
91#undef NEED_DECLARATION_STRSIGNAL
92
6cd5dccd
KG
93/* Whether getcwd must be declared even if <unistd.h> is included. */
94#undef NEED_DECLARATION_GETCWD
95
96/* Whether getwd must be declared even if <unistd.h> is included. */
97#undef NEED_DECLARATION_GETWD
9ec36da5 98
d2cabf16
KG
99/* Whether getrlimit must be declared even if <sys/resource.h> is included. */
100#undef NEED_DECLARATION_GETRLIMIT
101
102/* Whether setrlimit must be declared even if <sys/resource.h> is included. */
103#undef NEED_DECLARATION_SETRLIMIT
104
9c30c0e7
ZW
105/* Whether putc_unlocked must be declared even if <stdio.h> is included. */
106#undef NEED_DECLARATION_PUTC_UNLOCKED
107
108/* Whether fputs_unlocked must be declared even if <stdio.h> is included. */
109#undef NEED_DECLARATION_FPUTS_UNLOCKED
110
ab339d62
AO
111/* Define to enable the use of a default assembler. */
112#undef DEFAULT_ASSEMBLER
113
114/* Define to enable the use of a default linker. */
115#undef DEFAULT_LINKER
116
75923b2f
MK
117/* Define if host mkdir takes a single argument. */
118#undef MKDIR_TAKES_ONE_ARG
119
ab87f8c8
JL
120/* Define to the name of the distribution. */
121#undef PACKAGE
122
123/* Define to the version of the distribution. */
124#undef VERSION
2f51182a 125@TOP@