#! /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
-
for ac_func in \
geteuid \
getgrgid \
gethostname \
- getpass \
getpassphrase \
getpwuid \
getpwnam \
/* 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