mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Regenerate
This commit is contained in:
parent
4ddfea74a1
commit
b8cfc762c7
2 changed files with 13 additions and 17 deletions
7
configure
vendored
7
configure
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
@ -241,6 +238,9 @@
|
|||
/* 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
|
||||
|
||||
|
|
@ -319,6 +319,9 @@
|
|||
/* 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
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue