From: Howard Chu Date: Mon, 19 Apr 2010 21:22:25 +0000 (+0000) Subject: Regenerate X-Git-Tag: OPENLDAP_REL_ENG_2_4_22~16 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c0e3c29050f619c9a4e5c8489f5ceb6eab897e32;p=openldap Regenerate --- diff --git a/configure b/configure index 94445df533..66a8673ffa 100755 --- 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. # @@ -27409,8 +27409,11 @@ fi + + for ac_func in \ ctime_r \ + gmtime_r localtime_r \ gethostbyname_r gethostbyaddr_r \ do diff --git a/include/portable.hin b/include/portable.hin index 78508e3522..4f837588d2 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 @@ -364,9 +367,6 @@ /* define this if you have mkversion */ #undef HAVE_MKVERSION -/* define if you have MozNSS */ -#undef HAVE_MOZNSS - /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H @@ -376,9 +376,6 @@ /* define if strerror_r returns char* instead of int */ #undef HAVE_NONPOSIX_STRERROR_R -/* Define to 1 if you have the header file. */ -#undef HAVE_NSSUTIL_H - /* if you have NT Event Log */ #undef HAVE_NT_EVENT_LOG @@ -1074,17 +1071,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