|
3 | 3 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
4 | 4 | #undef HAVE_DLFCN_H |
5 | 5 |
|
6 | | -/* Define to 1 if you have the 'freelocale' function. */ |
| 6 | +/* Define to 1 if you have the `freelocale' function. */ |
7 | 7 | #undef HAVE_FREELOCALE |
8 | 8 |
|
9 | 9 | /* Define to 1 if you have the <inttypes.h> header file. */ |
|
12 | 12 | /* Define to 1 if you have the <minix/config.h> header file. */ |
13 | 13 | #undef HAVE_MINIX_CONFIG_H |
14 | 14 |
|
15 | | -/* Define to 1 if you have the 'newlocale' function. */ |
| 15 | +/* Define to 1 if you have the `newlocale' function. */ |
16 | 16 | #undef HAVE_NEWLOCALE |
17 | 17 |
|
18 | 18 | /* Define to 1 if you have the <stdint.h> header file. */ |
|
39 | 39 | /* Define to 1 if you have the <unistd.h> header file. */ |
40 | 40 | #undef HAVE_UNISTD_H |
41 | 41 |
|
42 | | -/* Define to 1 if you have the 'uselocale' function. */ |
| 42 | +/* Define to 1 if you have the `uselocale' function. */ |
43 | 43 | #undef HAVE_USELOCALE |
44 | 44 |
|
45 | 45 | /* Define to 1 if you have the <wchar.h> header file. */ |
|
72 | 72 | /* Define to the version of this package. */ |
73 | 73 | #undef PACKAGE_VERSION |
74 | 74 |
|
75 | | -/* Define to 1 if all of the C89 standard headers exist (not just the ones |
| 75 | +/* Define to 1 if all of the C90 standard headers exist (not just the ones |
76 | 76 | required in a freestanding environment). This macro is provided for |
77 | 77 | backward compatibility; new code need not use it. */ |
78 | 78 | #undef STDC_HEADERS |
79 | 79 |
|
80 | 80 | /* Configured target name. */ |
81 | 81 | #undef TARGET |
82 | 82 |
|
83 | | -/* Enable extensions on AIX, Interix, z/OS. */ |
| 83 | +/* Enable extensions on AIX 3, Interix. */ |
84 | 84 | #ifndef _ALL_SOURCE |
85 | 85 | # undef _ALL_SOURCE |
86 | 86 | #endif |
|
141 | 141 | #ifndef __STDC_WANT_IEC_60559_DFP_EXT__ |
142 | 142 | # undef __STDC_WANT_IEC_60559_DFP_EXT__ |
143 | 143 | #endif |
144 | | -/* Enable extensions specified by C23 Annex F. */ |
145 | | -#ifndef __STDC_WANT_IEC_60559_EXT__ |
146 | | -# undef __STDC_WANT_IEC_60559_EXT__ |
147 | | -#endif |
148 | 144 | /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ |
149 | 145 | #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ |
150 | 146 | # undef __STDC_WANT_IEC_60559_FUNCS_EXT__ |
151 | 147 | #endif |
152 | | -/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */ |
| 148 | +/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ |
153 | 149 | #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ |
154 | 150 | # undef __STDC_WANT_IEC_60559_TYPES_EXT__ |
155 | 151 | #endif |
|
175 | 171 | /* Version number of package */ |
176 | 172 | #undef VERSION |
177 | 173 |
|
178 | | -/* Define to 1 if 'lex' declares 'yytext' as a 'char *' by default, not a |
179 | | - 'char[]'. */ |
| 174 | +/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a |
| 175 | + `char[]'. */ |
180 | 176 | #undef YYTEXT_POINTER |
181 | 177 |
|
182 | | -/* Define to empty if 'const' does not conform to ANSI C. */ |
| 178 | +/* Define to empty if `const' does not conform to ANSI C. */ |
183 | 179 | #undef const |
0 commit comments