From b8cfc762c7ca0e704509e5dfc47520f00e321c86 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 19 Aug 2009 09:15:10 +0000 Subject: [PATCH] Regenerate --- configure | 7 ++++--- include/portable.hin | 23 +++++++++-------------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/configure b/configure index 7aa149bd9d..b9fbc3db08 100755 --- 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. # @@ -27642,8 +27642,11 @@ fi + + 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 \ diff --git a/include/portable.hin b/include/portable.hin index a0dce3a163..63577015f1 100644 --- a/include/portable.hin +++ b/include/portable.hin @@ -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 and */ #undef BOTH_STRINGS_H @@ -241,6 +238,9 @@ /* Define to 1 if you have the 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 @@ -319,6 +319,9 @@ /* Define to 1 if you have the 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 @@ -1074,17 +1077,9 @@ /* 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 -- 2.39.5