comparison fixincludes/config.h.in @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents 77e2b8dfacca
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
24 #ifndef USED_FOR_TARGET 24 #ifndef USED_FOR_TARGET
25 #undef HAVE_DECL_ASPRINTF 25 #undef HAVE_DECL_ASPRINTF
26 #endif 26 #endif
27 27
28 28
29 /* Define to 1 if you have the declaration of `basename', and to 0 if you 29 /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
30 don't. */ 30 you don't. */
31 #ifndef USED_FOR_TARGET 31 #ifndef USED_FOR_TARGET
32 #undef HAVE_DECL_BASENAME 32 #undef HAVE_DECL_BASENAME
33 #endif 33 #endif
34 34
35 35
391 #ifndef USED_FOR_TARGET 391 #ifndef USED_FOR_TARGET
392 #undef STDC_HEADERS 392 #undef STDC_HEADERS
393 #endif 393 #endif
394 394
395 395
396 /* Enable extensions on AIX 3, Interix. */
397 #ifndef _ALL_SOURCE
398 # undef _ALL_SOURCE
399 #endif
400 /* Enable GNU extensions on systems that have them. */
401 #ifndef _GNU_SOURCE
402 # undef _GNU_SOURCE
403 #endif
404 /* Enable threading extensions on Solaris. */
405 #ifndef _POSIX_PTHREAD_SEMANTICS
406 # undef _POSIX_PTHREAD_SEMANTICS
407 #endif
408 /* Enable extensions on HP NonStop. */
409 #ifndef _TANDEM_SOURCE
410 # undef _TANDEM_SOURCE
411 #endif
412 /* Enable general extensions on Solaris. */
413 #ifndef __EXTENSIONS__
414 # undef __EXTENSIONS__
415 #endif
416
417
418 /* Define to 1 if on MINIX. */
419 #ifndef USED_FOR_TARGET
420 #undef _MINIX
421 #endif
422
423
424 /* Define to 2 if the system does not provide POSIX.1 features except with
425 this defined. */
426 #ifndef USED_FOR_TARGET
427 #undef _POSIX_1_SOURCE
428 #endif
429
430
431 /* Define to 1 if you need to in order for `stat' and other things to work. */
432 #ifndef USED_FOR_TARGET
433 #undef _POSIX_SOURCE
434 #endif
435
436
396 /* Define to xatexit if the host system does not support atexit */ 437 /* Define to xatexit if the host system does not support atexit */
397 #ifndef USED_FOR_TARGET 438 #ifndef USED_FOR_TARGET
398 #undef atexit 439 #undef atexit
399 #endif 440 #endif
400 441