Author: jberry
Date: Wed Jun  8 07:19:21 2005
New Revision: 189581

URL: http://svn.apache.org/viewcvs?rev=189581&view=rev
Log:
regen

Modified:
    xerces/c/branches/jberry/3.0-unstable/config.h.in
    xerces/c/branches/jberry/3.0-unstable/configure

Modified: xerces/c/branches/jberry/3.0-unstable/config.h.in
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/config.h.in?rev=189581&r1=189580&r2=189581&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/config.h.in (original)
+++ xerces/c/branches/jberry/3.0-unstable/config.h.in Wed Jun  8 07:19:21 2005
@@ -48,6 +48,12 @@
 /* Define to 1 if you have the <langinfo.h> header file. */
 #undef HAVE_LANGINFO_H
 
+/* Define to 1 if you have the `nsl' library (-lnsl). */
+#undef HAVE_LIBNSL
+
+/* Define to 1 if you have the `socket' library (-lsocket). */
+#undef HAVE_LIBSOCKET
+
 /* Define to 1 if you have the <limits.h> header file. */
 #undef HAVE_LIMITS_H
 

Modified: xerces/c/branches/jberry/3.0-unstable/configure
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/configure?rev=189581&r1=189580&r2=189581&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/configure (original)
+++ xerces/c/branches/jberry/3.0-unstable/configure Wed Jun  8 07:19:21 2005
@@ -19770,8 +19770,6 @@
 
 
 # Checks for libraries.
-# FIXME: Replace `main' with a function in `-lc':
-#AC_CHECK_LIB([c], [main])
 
 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
@@ -24236,10 +24234,9 @@
 
 
 
-
 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 strncasecmp \
+                               strcasecmp strncasecmp stricmp strnicmp strchr 
strdup \
                                strrchr strstr strtol strtoul \
                                towupper towlower iswspace \
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to