summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/config.h.in
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2003-02-10 05:47:54 +0000
committerkan <kan@FreeBSD.org>2003-02-10 05:47:54 +0000
commit78fa66448c770aa99b6f69113061eb5d77581627 (patch)
tree548333fba089bbaa9f6f60f38860213a7f7ccf69 /contrib/libstdc++/config.h.in
parent793833d7a78bb624965885760593495e7079d705 (diff)
downloadFreeBSD-src-78fa66448c770aa99b6f69113061eb5d77581627.zip
FreeBSD-src-78fa66448c770aa99b6f69113061eb5d77581627.tar.gz
Gcc 3.2.2-release C++ support bits.
Diffstat (limited to 'contrib/libstdc++/config.h.in')
-rw-r--r--contrib/libstdc++/config.h.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/contrib/libstdc++/config.h.in b/contrib/libstdc++/config.h.in
index de9f397..88768e5 100644
--- a/contrib/libstdc++/config.h.in
+++ b/contrib/libstdc++/config.h.in
@@ -6,9 +6,6 @@
// Define if GCC supports weak symbols.
#undef _GLIBCPP_SUPPORTS_WEAK
-// Define if gthr-default.h exists (meaning that threading support is enabled).
-#undef HAVE_GTHR_DEFAULT
-
// Include I/O support for 'long long' and 'unsigned long long'.
#undef _GLIBCPP_USE_LONG_LONG
@@ -38,6 +35,9 @@
#define _GLIBCPP_ASM_SYMVER(cur, old, version)
#endif
+// Define if gthr-default.h exists (meaning that threading support is enabled).
+#undef HAVE_GTHR_DEFAULT
+
// Define if mbstate_t exists in wchar.h.
#undef HAVE_MBSTATE_T
@@ -449,6 +449,9 @@
/* Define if you have the iconv_open function. */
#undef HAVE_ICONV_OPEN
+/* Define if you have the isatty function. */
+#undef HAVE_ISATTY
+
/* Define if you have the isinf function. */
#undef HAVE_ISINF
OpenPOWER on IntegriCloud