* decl.c (grokfndecl): Remove dead code.
[official-gcc.git] / gcc / acconfig.h
blob07210fc16bc3e743e8b051609f136999edcf1b3d
1 /* Define if you can safely include both <string.h> and <strings.h>. */
2 #undef STRING_WITH_STRINGS
4 /* Define if printf supports "%p". */
5 #undef HAVE_PRINTF_PTR
7 /* Define if you want expensive run-time checks. */
8 #undef ENABLE_CHECKING
10 /* Define to 1 if NLS is requested. */
11 #undef ENABLE_NLS
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
17 /* Define to be the last portion of registry key on windows hosts. */
18 #undef WIN32_REGISTRY_KEY
20 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
21 #undef HAVE_CATGETS
23 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
24 #undef HAVE_GETTEXT
26 /* Define if your compiler understands volatile. */
27 #undef HAVE_VOLATILE
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
33 /* Define if your assembler supports .balign and .p2align. */
34 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
36 /* Define if your assembler supports offsetable %lo(). */
37 #undef HAVE_AS_OFFSETABLE_LO10
39 /* Define if your assembler supports .register. */
40 #undef HAVE_AS_REGISTER_PSEUDO_OP
42 /* Define if your assembler supports .subsection and .subsection -1 starts
43 emitting at the beginning of your section */
44 #undef HAVE_GAS_SUBSECTION_ORDERING
46 /* Define if your assembler uses the old HImode fild and fist notation. */
47 #undef HAVE_GAS_FILDS_FISTS
49 /* Define if you have a working <inttypes.h> header file. */
50 #undef HAVE_INTTYPES_H
52 /* Define if your locale.h file contains LC_MESSAGES. */
53 #undef HAVE_LC_MESSAGES
55 /* Define as 1 if you have the stpcpy function. */
56 #undef HAVE_STPCPY
58 /* Whether malloc must be declared even if <stdlib.h> is included. */
59 #undef NEED_DECLARATION_MALLOC
61 /* Whether realloc must be declared even if <stdlib.h> is included. */
62 #undef NEED_DECLARATION_REALLOC
64 /* Whether calloc must be declared even if <stdlib.h> is included. */
65 #undef NEED_DECLARATION_CALLOC
67 /* Whether free must be declared even if <stdlib.h> is included. */
68 #undef NEED_DECLARATION_FREE
70 /* Whether bcopy must be declared even if <string.h> is included. */
71 #undef NEED_DECLARATION_BCOPY
73 /* Whether bcmp must be declared even if <string.h> is included. */
74 #undef NEED_DECLARATION_BCMP
76 /* Whether bzero must be declared even if <string.h> is included. */
77 #undef NEED_DECLARATION_BZERO
79 /* Whether index must be declared even if <string.h> is included. */
80 #undef NEED_DECLARATION_INDEX
82 /* Whether rindex must be declared even if <string.h> is included. */
83 #undef NEED_DECLARATION_RINDEX
85 /* Whether getenv must be declared even if <stdlib.h> is included. */
86 #undef NEED_DECLARATION_GETENV
88 /* Whether atol must be declared even if <stdlib.h> is included. */
89 #undef NEED_DECLARATION_ATOL
91 /* Whether atof must be declared even if <stdlib.h> is included. */
92 #undef NEED_DECLARATION_ATOF
94 /* Whether sbrk must be declared even if <stdlib.h> is included. */
95 #undef NEED_DECLARATION_SBRK
97 /* Whether abort must be declared even if <stdlib.h> is included. */
98 #undef NEED_DECLARATION_ABORT
100 /* Whether strerror must be declared even if <string.h> is included. */
101 #undef NEED_DECLARATION_STRERROR
103 /* Whether strsignal must be declared even if <string.h> is included. */
104 #undef NEED_DECLARATION_STRSIGNAL
106 /* Whether strstr must be declared even if <string.h> is included. */
107 #undef NEED_DECLARATION_STRSTR
109 /* Whether getcwd must be declared even if <unistd.h> is included. */
110 #undef NEED_DECLARATION_GETCWD
112 /* Whether getwd must be declared even if <unistd.h> is included. */
113 #undef NEED_DECLARATION_GETWD
115 /* Whether getrlimit must be declared even if <sys/resource.h> is included. */
116 #undef NEED_DECLARATION_GETRLIMIT
118 /* Whether setrlimit must be declared even if <sys/resource.h> is included. */
119 #undef NEED_DECLARATION_SETRLIMIT
121 /* Whether getrusage must be declared even if <sys/resource.h> is included. */
122 #undef NEED_DECLARATION_GETRUSAGE
124 /* Whether putc_unlocked must be declared even if <stdio.h> is included. */
125 #undef NEED_DECLARATION_PUTC_UNLOCKED
127 /* Whether fputs_unlocked must be declared even if <stdio.h> is included. */
128 #undef NEED_DECLARATION_FPUTS_UNLOCKED
130 /* Define to enable the use of a default assembler. */
131 #undef DEFAULT_ASSEMBLER
133 /* Define to enable the use of a default linker. */
134 #undef DEFAULT_LINKER
136 /* Define if host mkdir takes a single argument. */
137 #undef MKDIR_TAKES_ONE_ARG
139 /* Define to the name of the distribution. */
140 #undef PACKAGE
142 /* Define to the version of the distribution. */
143 #undef VERSION
144 @TOP@