summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2006-09-22 15:08:07 +0000
committerkan <kan@FreeBSD.org>2006-09-22 15:08:07 +0000
commitc8ba43b1fd77bb0b1f3d33613a8252ec2b9ca2e1 (patch)
tree2c52382252e4281f47a06ec5b3d826e4c5900a22 /gnu
parentb8ca5d9b8116f80b9204201e2814863430aa406c (diff)
downloadFreeBSD-src-c8ba43b1fd77bb0b1f3d33613a8252ec2b9ca2e1.zip
FreeBSD-src-c8ba43b1fd77bb0b1f3d33613a8252ec2b9ca2e1.tar.gz
Reduce diffs with file generated by FSF configure.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libstdc++/config.h30
1 files changed, 18 insertions, 12 deletions
diff --git a/gnu/lib/libstdc++/config.h b/gnu/lib/libstdc++/config.h
index 1067c06..f7659f9 100644
--- a/gnu/lib/libstdc++/config.h
+++ b/gnu/lib/libstdc++/config.h
@@ -55,6 +55,9 @@
// Define if LFS support is available.
/* #undef _GLIBCXX_USE_LFS */
+// Define if a fully dynamic basic_string is wanted.
+/* #undef _GLIBCXX_FULLY_DYNAMIC_STRING */
+
// Define if NLS translations are to be used.
/* #undef _GLIBCXX_USE_NLS */
@@ -368,6 +371,21 @@
/* Define to 1 if you have the `m' library (-lm). */
#define HAVE_LIBM 1
+/* Only used in build directory testsuite_hooks.h. */
+#define HAVE_LIMIT_AS 1
+
+/* Only used in build directory testsuite_hooks.h. */
+#define HAVE_LIMIT_DATA 1
+
+/* Only used in build directory testsuite_hooks.h. */
+#define HAVE_LIMIT_FSIZE 1
+
+/* Only used in build directory testsuite_hooks.h. */
+#define HAVE_LIMIT_RSS 1
+
+/* Only used in build directory testsuite_hooks.h. */
+#define HAVE_LIMIT_VMEM 1
+
/* Define to 1 if you have the <locale.h> header file. */
#define HAVE_LOCALE_H 1
@@ -401,18 +419,6 @@
/* Define to 1 if you have the `mbsrtowcs' function. */
#define HAVE_MBSRTOWCS 1
-/* Only used in build directory testsuite_hooks.h. */
-#define HAVE_MEMLIMIT_AS 0
-
-/* Only used in build directory testsuite_hooks.h. */
-#define HAVE_MEMLIMIT_DATA 1
-
-/* Only used in build directory testsuite_hooks.h. */
-#define HAVE_MEMLIMIT_RSS 1
-
-/* Only used in build directory testsuite_hooks.h. */
-#define HAVE_MEMLIMIT_VMEM 1
-
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
OpenPOWER on IntegriCloud