summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/config.h.in
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2007-08-14 02:49:11 +0000
committerkan <kan@FreeBSD.org>2007-08-14 02:49:11 +0000
commit6012218763eac328f0b776413bf0fda0032c6a3e (patch)
treed56f6a8737f66e915d38a8db688eb0d08bf6e32e /contrib/libstdc++/config.h.in
parentd2ff90cc580c62afb8528917c1c80ac49d9aaa01 (diff)
downloadFreeBSD-src-6012218763eac328f0b776413bf0fda0032c6a3e.zip
FreeBSD-src-6012218763eac328f0b776413bf0fda0032c6a3e.tar.gz
GCC 4.2.1 release C++ standard library and runtime support code.
Diffstat (limited to 'contrib/libstdc++/config.h.in')
-rw-r--r--contrib/libstdc++/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/libstdc++/config.h.in b/contrib/libstdc++/config.h.in
index 7fa144b..4eea4e8 100644
--- a/contrib/libstdc++/config.h.in
+++ b/contrib/libstdc++/config.h.in
@@ -298,6 +298,12 @@
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
+/* Define if strerror_l is available in <string.h>. */
+#undef HAVE_STRERROR_L
+
+/* Define if strerror_r is available in <string.h>. */
+#undef HAVE_STRERROR_R
+
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
@@ -310,6 +316,9 @@
/* Define to 1 if you have the `strtold' function. */
#undef HAVE_STRTOLD
+/* Define if strxfrm_l is available in <string.h>. */
+#undef HAVE_STRXFRM_L
+
/* Define to 1 if you have the <sys/filio.h> header file. */
#undef HAVE_SYS_FILIO_H
OpenPOWER on IntegriCloud