You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2006/07/04 13:57:55 UTC

svn commit: r418989 - in /xerces/c/trunk: config.h.in configure

Author: amassari
Date: Tue Jul  4 04:57:55 2006
New Revision: 418989

URL: http://svn.apache.org/viewvc?rev=418989&view=rev
Log:
Regenerate

Modified:
    xerces/c/trunk/config.h.in
    xerces/c/trunk/configure

Modified: xerces/c/trunk/config.h.in
URL: http://svn.apache.org/viewvc/xerces/c/trunk/config.h.in?rev=418989&r1=418988&r2=418989&view=diff
==============================================================================
--- xerces/c/trunk/config.h.in (original)
+++ xerces/c/trunk/config.h.in Tue Jul  4 04:57:55 2006
@@ -99,6 +99,12 @@
 /* Define to 1 if you have the `mblen' function. */
 #undef HAVE_MBLEN
 
+/* Define to 1 if you have the `mbrlen' function. */
+#undef HAVE_MBRLEN
+
+/* Define to 1 if you have the `mbsrtowcs' function. */
+#undef HAVE_MBSRTOWCS
+
 /* Define to 1 if you have the `mbstowcs' function. */
 #undef HAVE_MBSTOWCS
 
@@ -227,6 +233,9 @@
 
 /* Define to 1 if you have the <wchar.h> header file. */
 #undef HAVE_WCHAR_H
+
+/* Define to 1 if you have the `wcsrtombs' function. */
+#undef HAVE_WCSRTOMBS
 
 /* Define to 1 if you have the `wcstombs' function. */
 #undef HAVE_WCSTOMBS

Modified: xerces/c/trunk/configure
URL: http://svn.apache.org/viewvc/xerces/c/trunk/configure?rev=418989&r1=418988&r2=418989&view=diff
==============================================================================
--- xerces/c/trunk/configure (original)
+++ xerces/c/trunk/configure Tue Jul  4 04:57:55 2006
@@ -23729,11 +23729,15 @@
 
 
 
+
+
+
 for ac_func in clock_gettime ftime getcwd gethostbyaddr gethostbyname gettimeofday localeconv \
 				mblen memmove memset nl_langinfo pathconf realpath setlocale socket \
 				strcasecmp strncasecmp stricmp strnicmp strchr strdup \
 				strrchr strstr strtol strtoul \
 				towupper towlower iswspace \
+				mbrlen wcsrtombs mbsrtowcs \
 
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org