aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2001-06-11 04:36:59 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2001-06-11 04:36:59 +0000
commit710560e9ee5b6a427aaf3432f096eff98135d526 (patch)
tree05a4c7991e132fbc545910c6a7d713069a20a817 /libstdc++-v3/config.h.in
parent0772b066d8a3af509de8c38222d30fd0c80d9a09 (diff)
2001-06-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_std/bits/std_cwchar.h: Alphabetize. * include/bits/char_traits.h: Tweak. * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check for everything used by std_cwchar.h. * aclocal.m4: Regenerate. * configure.in: Regenerate. * config.h.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43167 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r--libstdc++-v3/config.h.in141
1 files changed, 141 insertions, 0 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in
index f74f03a5727..2eb9244a2f0 100644
--- a/libstdc++-v3/config.h.in
+++ b/libstdc++-v3/config.h.in
@@ -273,6 +273,9 @@
/* Define if you have the atanl function. */
#undef HAVE_ATANL
+/* Define if you have the btowc function. */
+#undef HAVE_BTOWC
+
/* Define if you have the ceilf function. */
#undef HAVE_CEILF
@@ -318,6 +321,9 @@
/* Define if you have the fgetwc function. */
#undef HAVE_FGETWC
+/* Define if you have the fgetws function. */
+#undef HAVE_FGETWS
+
/* Define if you have the finite function. */
#undef HAVE_FINITE
@@ -342,15 +348,36 @@
/* Define if you have the fpclass function. */
#undef HAVE_FPCLASS
+/* Define if you have the fputwc function. */
+#undef HAVE_FPUTWC
+
+/* Define if you have the fputws function. */
+#undef HAVE_FPUTWS
+
/* Define if you have the frexpf function. */
#undef HAVE_FREXPF
/* Define if you have the frexpl function. */
#undef HAVE_FREXPL
+/* Define if you have the fwide function. */
+#undef HAVE_FWIDE
+
+/* Define if you have the fwprintf function. */
+#undef HAVE_FWPRINTF
+
+/* Define if you have the fwscanf function. */
+#undef HAVE_FWSCANF
+
/* Define if you have the getpagesize function. */
#undef HAVE_GETPAGESIZE
+/* Define if you have the getwc function. */
+#undef HAVE_GETWC
+
+/* Define if you have the getwchar function. */
+#undef HAVE_GETWCHAR
+
/* Define if you have the hypot function. */
#undef HAVE_HYPOT
@@ -405,6 +432,15 @@
/* Define if you have the logl function. */
#undef HAVE_LOGL
+/* Define if you have the mbrlen function. */
+#undef HAVE_MBRLEN
+
+/* Define if you have the mbrtowc function. */
+#undef HAVE_MBRTOWC
+
+/* Define if you have the mbsinit function. */
+#undef HAVE_MBSINIT
+
/* Define if you have the mbsrtowcs function. */
#undef HAVE_MBSRTOWCS
@@ -426,6 +462,12 @@
/* Define if you have the powl function. */
#undef HAVE_POWL
+/* Define if you have the putwc function. */
+#undef HAVE_PUTWC
+
+/* Define if you have the putwchar function. */
+#undef HAVE_PUTWCHAR
+
/* Define if you have the qfpclass function. */
#undef HAVE_QFPCLASS
@@ -462,6 +504,12 @@
/* Define if you have the strtold function. */
#undef HAVE_STRTOLD
+/* Define if you have the swprintf function. */
+#undef HAVE_SWPRINTF
+
+/* Define if you have the swscanf function. */
+#undef HAVE_SWSCANF
+
/* Define if you have the tanf function. */
#undef HAVE_TANF
@@ -474,12 +522,99 @@
/* Define if you have the tanl function. */
#undef HAVE_TANL
+/* Define if you have the ungetwc function. */
+#undef HAVE_UNGETWC
+
+/* Define if you have the vfwprintf function. */
+#undef HAVE_VFWPRINTF
+
+/* Define if you have the vfwscanf function. */
+#undef HAVE_VFWSCANF
+
+/* Define if you have the vswprintf function. */
+#undef HAVE_VSWPRINTF
+
+/* Define if you have the vswscanf function. */
+#undef HAVE_VSWSCANF
+
+/* Define if you have the vwprintf function. */
+#undef HAVE_VWPRINTF
+
+/* Define if you have the vwscanf function. */
+#undef HAVE_VWSCANF
+
+/* Define if you have the wcrtomb function. */
+#undef HAVE_WCRTOMB
+
+/* Define if you have the wcscat function. */
+#undef HAVE_WCSCAT
+
+/* Define if you have the wcschr function. */
+#undef HAVE_WCSCHR
+
+/* Define if you have the wcscmp function. */
+#undef HAVE_WCSCMP
+
+/* Define if you have the wcscoll function. */
+#undef HAVE_WCSCOLL
+
+/* Define if you have the wcscpy function. */
+#undef HAVE_WCSCPY
+
+/* Define if you have the wcscspn function. */
+#undef HAVE_WCSCSPN
+
+/* Define if you have the wcsftime function. */
+#undef HAVE_WCSFTIME
+
/* Define if you have the wcslen function. */
#undef HAVE_WCSLEN
+/* Define if you have the wcsncat function. */
+#undef HAVE_WCSNCAT
+
+/* Define if you have the wcsncmp function. */
+#undef HAVE_WCSNCMP
+
+/* Define if you have the wcsncpy function. */
+#undef HAVE_WCSNCPY
+
+/* Define if you have the wcspbrk function. */
+#undef HAVE_WCSPBRK
+
+/* Define if you have the wcsrchr function. */
+#undef HAVE_WCSRCHR
+
/* Define if you have the wcsrtombs function. */
#undef HAVE_WCSRTOMBS
+/* Define if you have the wcsspn function. */
+#undef HAVE_WCSSPN
+
+/* Define if you have the wcsstr function. */
+#undef HAVE_WCSSTR
+
+/* Define if you have the wcstod function. */
+#undef HAVE_WCSTOD
+
+/* Define if you have the wcstof function. */
+#undef HAVE_WCSTOF
+
+/* Define if you have the wcstok function. */
+#undef HAVE_WCSTOK
+
+/* Define if you have the wcstol function. */
+#undef HAVE_WCSTOL
+
+/* Define if you have the wcstoul function. */
+#undef HAVE_WCSTOUL
+
+/* Define if you have the wcsxfrm function. */
+#undef HAVE_WCSXFRM
+
+/* Define if you have the wctob function. */
+#undef HAVE_WCTOB
+
/* Define if you have the wmemchr function. */
#undef HAVE_WMEMCHR
@@ -495,6 +630,12 @@
/* Define if you have the wmemset function. */
#undef HAVE_WMEMSET
+/* Define if you have the wprintf function. */
+#undef HAVE_WPRINTF
+
+/* Define if you have the wscanf function. */
+#undef HAVE_WSCANF
+
/* Define if you have the <endian.h> header file. */
#undef HAVE_ENDIAN_H