|
46 | 46 | /* Define to 1 if you have the 'memset' function. */ |
47 | 47 | #undef HAVE_MEMSET |
48 | 48 |
|
| 49 | +/* Define to 1 if you have the <minix/config.h> header file. */ |
| 50 | +#undef HAVE_MINIX_CONFIG_H |
| 51 | + |
49 | 52 | /* Define to 1 if you have a working 'mmap' system call. */ |
50 | 53 | #undef HAVE_MMAP |
51 | 54 |
|
|
161 | 164 | /* Define to 1 if you have the <vfork.h> header file. */ |
162 | 165 | #undef HAVE_VFORK_H |
163 | 166 |
|
| 167 | +/* Define to 1 if you have the <wchar.h> header file. */ |
| 168 | +#undef HAVE_WCHAR_H |
| 169 | + |
164 | 170 | /* Define to 1 if 'fork' works. */ |
165 | 171 | #undef HAVE_WORKING_FORK |
166 | 172 |
|
|
206 | 212 | backward compatibility; new code need not use it. */ |
207 | 213 | #undef STDC_HEADERS |
208 | 214 |
|
| 215 | +/* Enable extensions on AIX, Interix, z/OS. */ |
| 216 | +#ifndef _ALL_SOURCE |
| 217 | +# undef _ALL_SOURCE |
| 218 | +#endif |
| 219 | +/* Enable general extensions on macOS. */ |
| 220 | +#ifndef _DARWIN_C_SOURCE |
| 221 | +# undef _DARWIN_C_SOURCE |
| 222 | +#endif |
| 223 | +/* Enable general extensions on Solaris. */ |
| 224 | +#ifndef __EXTENSIONS__ |
| 225 | +# undef __EXTENSIONS__ |
| 226 | +#endif |
| 227 | +/* Enable GNU extensions on systems that have them. */ |
| 228 | +#ifndef _GNU_SOURCE |
| 229 | +# undef _GNU_SOURCE |
| 230 | +#endif |
| 231 | +/* Enable X/Open compliant socket functions that do not require linking |
| 232 | + with -lxnet on HP-UX 11.11. */ |
| 233 | +#ifndef _HPUX_ALT_XOPEN_SOCKET_API |
| 234 | +# undef _HPUX_ALT_XOPEN_SOCKET_API |
| 235 | +#endif |
| 236 | +/* Identify the host operating system as Minix. |
| 237 | + This macro does not affect the system headers' behavior. |
| 238 | + A future release of Autoconf may stop defining this macro. */ |
| 239 | +#ifndef _MINIX |
| 240 | +# undef _MINIX |
| 241 | +#endif |
| 242 | +/* Enable general extensions on NetBSD. |
| 243 | + Enable NetBSD compatibility extensions on Minix. */ |
| 244 | +#ifndef _NETBSD_SOURCE |
| 245 | +# undef _NETBSD_SOURCE |
| 246 | +#endif |
| 247 | +/* Enable OpenBSD compatibility extensions on NetBSD. |
| 248 | + Oddly enough, this does nothing on OpenBSD. */ |
| 249 | +#ifndef _OPENBSD_SOURCE |
| 250 | +# undef _OPENBSD_SOURCE |
| 251 | +#endif |
| 252 | +/* Define to 1 if needed for POSIX-compatible behavior. */ |
| 253 | +#ifndef _POSIX_SOURCE |
| 254 | +# undef _POSIX_SOURCE |
| 255 | +#endif |
| 256 | +/* Define to 2 if needed for POSIX-compatible behavior. */ |
| 257 | +#ifndef _POSIX_1_SOURCE |
| 258 | +# undef _POSIX_1_SOURCE |
| 259 | +#endif |
| 260 | +/* Enable POSIX-compatible threading on Solaris. */ |
| 261 | +#ifndef _POSIX_PTHREAD_SEMANTICS |
| 262 | +# undef _POSIX_PTHREAD_SEMANTICS |
| 263 | +#endif |
| 264 | +/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ |
| 265 | +#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ |
| 266 | +# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ |
| 267 | +#endif |
| 268 | +/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ |
| 269 | +#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ |
| 270 | +# undef __STDC_WANT_IEC_60559_BFP_EXT__ |
| 271 | +#endif |
| 272 | +/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ |
| 273 | +#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ |
| 274 | +# undef __STDC_WANT_IEC_60559_DFP_EXT__ |
| 275 | +#endif |
| 276 | +/* Enable extensions specified by C23 Annex F. */ |
| 277 | +#ifndef __STDC_WANT_IEC_60559_EXT__ |
| 278 | +# undef __STDC_WANT_IEC_60559_EXT__ |
| 279 | +#endif |
| 280 | +/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ |
| 281 | +#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ |
| 282 | +# undef __STDC_WANT_IEC_60559_FUNCS_EXT__ |
| 283 | +#endif |
| 284 | +/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */ |
| 285 | +#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ |
| 286 | +# undef __STDC_WANT_IEC_60559_TYPES_EXT__ |
| 287 | +#endif |
| 288 | +/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ |
| 289 | +#ifndef __STDC_WANT_LIB_EXT2__ |
| 290 | +# undef __STDC_WANT_LIB_EXT2__ |
| 291 | +#endif |
| 292 | +/* Enable extensions specified by ISO/IEC 24747:2009. */ |
| 293 | +#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ |
| 294 | +# undef __STDC_WANT_MATH_SPEC_FUNCS__ |
| 295 | +#endif |
| 296 | +/* Enable extensions on HP NonStop. */ |
| 297 | +#ifndef _TANDEM_SOURCE |
| 298 | +# undef _TANDEM_SOURCE |
| 299 | +#endif |
| 300 | +/* Enable X/Open extensions. Define to 500 only if necessary |
| 301 | + to make mbstate_t available. */ |
| 302 | +#ifndef _XOPEN_SOURCE |
| 303 | +# undef _XOPEN_SOURCE |
| 304 | +#endif |
| 305 | + |
| 306 | + |
209 | 307 | /* Define to 1 if 'lex' declares 'yytext' as a 'char *' by default, not a |
210 | 308 | 'char[]'. */ |
211 | 309 | #undef YYTEXT_POINTER |
212 | 310 |
|
| 311 | +/* Number of bits in a file offset, on hosts where this is settable. */ |
| 312 | +#undef _FILE_OFFSET_BITS |
| 313 | + |
| 314 | +/* Define to 1 on platforms where this makes off_t a 64-bit type. */ |
| 315 | +#undef _LARGE_FILES |
| 316 | + |
| 317 | +/* Number of bits in time_t, on hosts where this is settable. */ |
| 318 | +#undef _TIME_BITS |
| 319 | + |
213 | 320 | /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, |
214 | 321 | <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the |
215 | 322 | #define below would cause a syntax error. */ |
216 | 323 | #undef _UINT32_T |
217 | 324 |
|
| 325 | +/* Define to 1 on platforms where this makes time_t a 64-bit type. */ |
| 326 | +#undef __MINGW_USE_VC2005_COMPAT |
| 327 | + |
218 | 328 | /* Define as 'int' if <sys/types.h> doesn't define. */ |
219 | 329 | #undef gid_t |
220 | 330 |
|
|
0 commit comments