]> git.sur5r.net Git - openldap/commitdiff
Regenerate
authorHoward Chu <hyc@openldap.org>
Wed, 19 Aug 2009 09:15:10 +0000 (09:15 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 19 Aug 2009 09:15:10 +0000 (09:15 +0000)
configure
include/portable.hin

index 7aa149bd9d639076ea79590749fd283b6ac548cb..b9fbc3db08c66774b035b52d3dbd8ee44b2cfd4a 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.701 2009/07/13 13:45:25 hyc Exp .
+# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.703 2009/08/18 21:48:15 ando 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
@@ -37029,7 +37032,6 @@ fi
 
 
 
-
 
 
 for ac_func in \
@@ -37045,7 +37047,6 @@ for ac_func in \
        geteuid                 \
        getgrgid                \
        gethostname             \
-       getpass                 \
        getpassphrase           \
        getpwuid                \
        getpwnam                \
index a0dce3a163eaa58d37d2e1dfe05ef380a3409eac..63577015f189350c5fed19e28bb260a76440f20f 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 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