From 90c2dec6fe3ed14125fbca5d489f1facbc57d104 Mon Sep 17 00:00:00 2001
From: Alberto Massari <amassari@apache.org>
Date: Fri, 20 Oct 2006 15:04:47 +0000
Subject: [PATCH] Regenerate

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@466139 13f79535-47bb-0310-9956-ffa450edef68
---
 config.h.in |  3 +++
 configure   | 15 +++++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/config.h.in b/config.h.in
index 886229623..ff6e25774 100644
--- a/config.h.in
+++ b/config.h.in
@@ -45,6 +45,9 @@
 /* Define to 1 if you have the `ftime' function. */
 #undef HAVE_FTIME
 
+/* Define to 1 if you have the `getaddrinfo' function. */
+#undef HAVE_GETADDRINFO
+
 /* Define to 1 if you have the `getcwd' function. */
 #undef HAVE_GETCWD
 
diff --git a/configure b/configure
index 91b8c48f2..7ca9b74b6 100755
--- a/configure
+++ b/configure
@@ -25406,12 +25406,15 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
-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 \
-				mbrlen wcsrtombs mbsrtowcs \
+
+for ac_func in getcwd pathconf realpath \
+		getaddrinfo gethostbyaddr gethostbyname socket \
+		clock_gettime ftime gettimeofday \
+		memmove memset nl_langinfo setlocale localeconv \
+		strcasecmp strncasecmp stricmp strnicmp strchr strdup \
+		strrchr strstr strtol strtoul \
+		towupper towlower \
+		mblen mbrlen wcsrtombs mbsrtowcs \
 
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-- 
GitLab