Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
c0e3c290
Commit
c0e3c290
authored
Apr 19, 2010
by
Howard Chu
Browse files
Regenerate
parent
ad4734a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
c0e3c290
#! /bin/sh
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.631.2.2
7
20
09/09/30 00:24:39 hyc
Exp .
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.631.2.2
9
20
10/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
include/portable.hin
View file @
c0e3c290
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment