comparison gcc/config.in @ 15:11a6cbe2d14c

The configure script which is produced from configure.ac was changed. but this script cannot be generated in this repository. You can use GCC's original subversion repository to generate it. See CbC-memo.ja. And _CbC_return's nested function was made supporting any return type.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Thu, 24 Sep 2009 12:44:28 +0900
parents a06113de4d67
children 27e6f95b2c21
comparison
equal deleted inserted replaced
14:b95e5760e707 15:11a6cbe2d14c
99 #ifndef USED_FOR_TARGET 99 #ifndef USED_FOR_TARGET
100 #undef ENABLE_GIMPLE_CHECKING 100 #undef ENABLE_GIMPLE_CHECKING
101 #endif 101 #endif
102 102
103 103
104 /* Define to 1 if translation of program messages to the user's native
105 language is requested. */
106 #ifndef USED_FOR_TARGET
107 #undef ENABLE_NLS
108 #endif
109
110
111 /* Define if you want all operations on RTL (the basic data structure of the 104 /* Define if you want all operations on RTL (the basic data structure of the
112 optimizer and back end) to be checked for dynamic type safety at runtime. 105 optimizer and back end) to be checked for dynamic type safety at runtime.
113 This is quite expensive. */ 106 This is quite expensive. */
114 #ifndef USED_FOR_TARGET 107 #ifndef USED_FOR_TARGET
115 #undef ENABLE_RTL_CHECKING 108 #undef ENABLE_RTL_CHECKING
916 #ifndef USED_FOR_TARGET 909 #ifndef USED_FOR_TARGET
917 #undef HAVE_GETC_UNLOCKED 910 #undef HAVE_GETC_UNLOCKED
918 #endif 911 #endif
919 912
920 913
921 /* Define if _Unwind_GetIPInfo is available. */
922 #ifndef USED_FOR_TARGET
923 #undef HAVE_GETIPINFO
924 #endif
925
926
927 /* Define to 1 if you have the `getrlimit' function. */ 914 /* Define to 1 if you have the `getrlimit' function. */
928 #ifndef USED_FOR_TARGET 915 #ifndef USED_FOR_TARGET
929 #undef HAVE_GETRLIMIT 916 #undef HAVE_GETRLIMIT
930 #endif 917 #endif
931 918
952 #ifndef USED_FOR_TARGET 939 #ifndef USED_FOR_TARGET
953 #undef HAVE_GNU_LD 940 #undef HAVE_GNU_LD
954 #endif 941 #endif
955 942
956 943
957 /* Define if you have the iconv() function. */ 944 /* Define if you have the iconv() function and it works. */
958 #ifndef USED_FOR_TARGET 945 #ifndef USED_FOR_TARGET
959 #undef HAVE_ICONV 946 #undef HAVE_ICONV
960 #endif 947 #endif
961 948
962 949
991 978
992 979
993 /* Define to 1 if you have the <langinfo.h> header file. */ 980 /* Define to 1 if you have the <langinfo.h> header file. */
994 #ifndef USED_FOR_TARGET 981 #ifndef USED_FOR_TARGET
995 #undef HAVE_LANGINFO_H 982 #undef HAVE_LANGINFO_H
996 #endif
997
998
999 /* Define if your <locale.h> file defines LC_MESSAGES. */
1000 #ifndef USED_FOR_TARGET
1001 #undef HAVE_LC_MESSAGES
1002 #endif 983 #endif
1003 984
1004 985
1005 /* Define to 1 if you have the <ldfcn.h> header file. */ 986 /* Define to 1 if you have the <ldfcn.h> header file. */
1006 #ifndef USED_FOR_TARGET 987 #ifndef USED_FOR_TARGET
1348 #ifndef USED_FOR_TARGET 1329 #ifndef USED_FOR_TARGET
1349 #undef ICONV_CONST 1330 #undef ICONV_CONST
1350 #endif 1331 #endif
1351 1332
1352 1333
1353 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1354 */
1355 #ifndef USED_FOR_TARGET
1356 #undef LT_OBJDIR
1357 #endif
1358
1359
1360 /* Define if host mkdir takes a single argument. */ 1334 /* Define if host mkdir takes a single argument. */
1361 #ifndef USED_FOR_TARGET 1335 #ifndef USED_FOR_TARGET
1362 #undef MKDIR_TAKES_ONE_ARG 1336 #undef MKDIR_TAKES_ONE_ARG
1363 #endif 1337 #endif
1364 1338
1448 1422
1449 1423
1450 /* Define to 1 if you have the ANSI C header files. */ 1424 /* Define to 1 if you have the ANSI C header files. */
1451 #ifndef USED_FOR_TARGET 1425 #ifndef USED_FOR_TARGET
1452 #undef STDC_HEADERS 1426 #undef STDC_HEADERS
1453 #endif
1454
1455
1456 /* Define if you can safely include both <string.h> and <strings.h>. */
1457 #ifndef USED_FOR_TARGET
1458 #undef STRING_WITH_STRINGS
1459 #endif 1427 #endif
1460 1428
1461 1429
1462 /* Define if TFmode long double should be the default */ 1430 /* Define if TFmode long double should be the default */
1463 #ifndef USED_FOR_TARGET 1431 #ifndef USED_FOR_TARGET
1504 #ifndef USED_FOR_TARGET 1472 #ifndef USED_FOR_TARGET
1505 #undef WORDS_BIGENDIAN 1473 #undef WORDS_BIGENDIAN
1506 #endif 1474 #endif
1507 1475
1508 1476
1509 /* Define to 1 if on MINIX. */
1510 #ifndef USED_FOR_TARGET
1511 #undef _MINIX
1512 #endif
1513
1514
1515 /* Define to 2 if the system does not provide POSIX.1 features except with
1516 this defined. */
1517 #ifndef USED_FOR_TARGET
1518 #undef _POSIX_1_SOURCE
1519 #endif
1520
1521
1522 /* Define to 1 if you need to in order for `stat' and other things to work. */
1523 #ifndef USED_FOR_TARGET
1524 #undef _POSIX_SOURCE
1525 #endif
1526
1527
1528 /* Enable extensions on AIX 3, Interix. */
1529 #ifndef _ALL_SOURCE
1530 # undef _ALL_SOURCE
1531 #endif
1532 /* Enable GNU extensions on systems that have them. */
1533 #ifndef _GNU_SOURCE
1534 # undef _GNU_SOURCE
1535 #endif
1536 /* Enable threading extensions on Solaris. */
1537 #ifndef _POSIX_PTHREAD_SEMANTICS
1538 # undef _POSIX_PTHREAD_SEMANTICS
1539 #endif
1540 /* Enable extensions on HP NonStop. */
1541 #ifndef _TANDEM_SOURCE
1542 # undef _TANDEM_SOURCE
1543 #endif
1544 /* Enable general extensions on Solaris. */
1545 #ifndef __EXTENSIONS__
1546 # undef __EXTENSIONS__
1547 #endif
1548
1549
1550 /* Define to `char *' if <sys/types.h> does not define. */ 1477 /* Define to `char *' if <sys/types.h> does not define. */
1551 #ifndef USED_FOR_TARGET 1478 #ifndef USED_FOR_TARGET
1552 #undef caddr_t 1479 #undef caddr_t
1553 #endif 1480 #endif
1554 1481