Skip to content
Snippets Groups Projects
Commit c0e3c290 authored by Howard Chu's avatar Howard Chu
Browse files

Regenerate

parent ad4734a1
No related branches found
No related tags found
No related merge requests found
#! /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
......@@ -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
......@@ -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 <ndir.h> 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 <nssutil.h> 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment