]> git.sur5r.net Git - openldap/commitdiff
Regenerate
authorHoward Chu <hyc@openldap.org>
Mon, 19 Apr 2010 21:22:25 +0000 (21:22 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 19 Apr 2010 21:22:25 +0000 (21:22 +0000)
configure
include/portable.hin

index 94445df53335462f57816cc212a5c5ab69e07cdf..66a8673ffa5ebcf9afafaeb333ad2c4dc6675ac3 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.631.2.27 2009/09/30 00:24:39 hyc Exp .
+# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.631.2.29 2010/04/19 16:53:00 quanah Exp .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61.
 #
 
 
 
+
+
 for ac_func in \
        ctime_r                 \
+       gmtime_r localtime_r \
        gethostbyname_r gethostbyaddr_r \
 
 do
index 78508e3522dce3cf0a5fa363cfb19293df8f92b7..4f837588d2d0f0217c542c366c8119b06ce3872a 100644 (file)
@@ -48,9 +48,6 @@
 /* end of portable.h.pre */
 
 
-/* Define if building universal (internal helper macro) */
-#undef AC_APPLE_UNIVERSAL_BUILD
-
 /* define to use both <string.h> and <strings.h> */
 #undef BOTH_STRINGS_H
 
 /* Define to 1 if you have the <gmp.h> header file. */
 #undef HAVE_GMP_H
 
+/* Define to 1 if you have the `gmtime_r' function. */
+#undef HAVE_GMTIME_R
+
 /* define if you have GNUtls */
 #undef HAVE_GNUTLS
 
 /* Define to 1 if you have the <locale.h> header file. */
 #undef HAVE_LOCALE_H
 
+/* Define to 1 if you have the `localtime_r' function. */
+#undef HAVE_LOCALTIME_R
+
 /* Define to 1 if you have the `lockf' function. */
 #undef HAVE_LOCKF
 
 /* define this if you have mkversion */
 #undef HAVE_MKVERSION
 
-/* define if you have MozNSS */
-#undef HAVE_MOZNSS
-
 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
 #undef HAVE_NDIR_H
 
 /* define if strerror_r returns char* instead of int */
 #undef HAVE_NONPOSIX_STRERROR_R
 
-/* Define to 1 if you have the <nssutil.h> header file. */
-#undef HAVE_NSSUTIL_H
-
 /* if you have NT Event Log */
 #undef HAVE_NT_EVENT_LOG
 
 /* define to use 'long long' for MP */
 #undef USE_MP_LONG_LONG
 
-/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
-   significant byte first (like Motorola and SPARC, unlike Intel). */
-#if defined AC_APPLE_UNIVERSAL_BUILD
-# if defined __BIG_ENDIAN__
-#  define WORDS_BIGENDIAN 1
-# endif
-#else
-# ifndef WORDS_BIGENDIAN
-#  undef WORDS_BIGENDIAN
-# endif
-#endif
+/* Define to 1 if your processor stores words with the most significant byte
+   first (like Motorola and SPARC, unlike Intel and VAX). */
+#undef WORDS_BIGENDIAN
 
 /* Define to the type of arg 3 for `accept'. */
 #undef ber_socklen_t