diff 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
line wrap: on
line diff
--- a/gcc/config.in	Fri Sep 11 17:15:46 2009 +0900
+++ b/gcc/config.in	Thu Sep 24 12:44:28 2009 +0900
@@ -101,13 +101,6 @@
 #endif
 
 
-/* Define to 1 if translation of program messages to the user's native
-   language is requested. */
-#ifndef USED_FOR_TARGET
-#undef ENABLE_NLS
-#endif
-
-
 /* Define if you want all operations on RTL (the basic data structure of the
    optimizer and back end) to be checked for dynamic type safety at runtime.
    This is quite expensive. */
@@ -918,12 +911,6 @@
 #endif
 
 
-/* Define if _Unwind_GetIPInfo is available. */
-#ifndef USED_FOR_TARGET
-#undef HAVE_GETIPINFO
-#endif
-
-
 /* Define to 1 if you have the `getrlimit' function. */
 #ifndef USED_FOR_TARGET
 #undef HAVE_GETRLIMIT
@@ -954,7 +941,7 @@
 #endif
 
 
-/* Define if you have the iconv() function. */
+/* Define if you have the iconv() function and it works. */
 #ifndef USED_FOR_TARGET
 #undef HAVE_ICONV
 #endif
@@ -996,12 +983,6 @@
 #endif
 
 
-/* Define if your <locale.h> file defines LC_MESSAGES. */
-#ifndef USED_FOR_TARGET
-#undef HAVE_LC_MESSAGES
-#endif
-
-
 /* Define to 1 if you have the <ldfcn.h> header file. */
 #ifndef USED_FOR_TARGET
 #undef HAVE_LDFCN_H
@@ -1350,13 +1331,6 @@
 #endif
 
 
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
-   */
-#ifndef USED_FOR_TARGET
-#undef LT_OBJDIR
-#endif
-
-
 /* Define if host mkdir takes a single argument. */
 #ifndef USED_FOR_TARGET
 #undef MKDIR_TAKES_ONE_ARG
@@ -1453,12 +1427,6 @@
 #endif
 
 
-/* Define if you can safely include both <string.h> and <strings.h>. */
-#ifndef USED_FOR_TARGET
-#undef STRING_WITH_STRINGS
-#endif
-
-
 /* Define if TFmode long double should be the default */
 #ifndef USED_FOR_TARGET
 #undef TARGET_DEFAULT_LONG_DOUBLE_128
@@ -1506,47 +1474,6 @@
 #endif
 
 
-/* Define to 1 if on MINIX. */
-#ifndef USED_FOR_TARGET
-#undef _MINIX
-#endif
-
-
-/* Define to 2 if the system does not provide POSIX.1 features except with
-   this defined. */
-#ifndef USED_FOR_TARGET
-#undef _POSIX_1_SOURCE
-#endif
-
-
-/* Define to 1 if you need to in order for `stat' and other things to work. */
-#ifndef USED_FOR_TARGET
-#undef _POSIX_SOURCE
-#endif
-
-
-/* Enable extensions on AIX 3, Interix.  */
-#ifndef _ALL_SOURCE
-# undef _ALL_SOURCE
-#endif
-/* Enable GNU extensions on systems that have them.  */
-#ifndef _GNU_SOURCE
-# undef _GNU_SOURCE
-#endif
-/* Enable threading extensions on Solaris.  */
-#ifndef _POSIX_PTHREAD_SEMANTICS
-# undef _POSIX_PTHREAD_SEMANTICS
-#endif
-/* Enable extensions on HP NonStop.  */
-#ifndef _TANDEM_SOURCE
-# undef _TANDEM_SOURCE
-#endif
-/* Enable general extensions on Solaris.  */
-#ifndef __EXTENSIONS__
-# undef __EXTENSIONS__
-#endif
-
-
 /* Define to `char *' if <sys/types.h> does not define. */
 #ifndef USED_FOR_TARGET
 #undef caddr_t