Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
d404254b
Commit
d404254b
authored
Feb 13, 2006
by
Kurt Zeilenga
Browse files
Additional changes from HEAD
parent
e485e11a
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
d404254b
...
...
@@ -2,9 +2,13 @@ OpenLDAP 2.3 Change Log
OpenLDAP 2.3.20 Engineering
Added libldap SASL workaround for broken LDAP servers (ITS#4391)
Fixed slapd non-read/write epoll event handling (ITS#4395)
Fixed slapo-auditlog crash (ITS#4394)
Fixed slapd-bdb/hdb wake listener on runqueue submit (ITS#4385)
Fixed slurpd reject error formating (ITS#4382)
Build Environment
Fixed <netinet/tcp.h> detection on AIX (ITS#4312)
Fixed liblunicode cross compiling problem (ITS#4363)
OpenLDAP 2.3.19 Release
Fixed libldap disable DH key exchange with DH params (ITS#4354)
...
...
configure
View file @
d404254b
#! /bin/sh
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.560.2.2
5
2006/0
1
/1
6
1
9:06:1
2 kurt Exp .
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.560.2.2
6
2006/0
2
/1
3
1
7:35:5
2 kurt Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
...
...
@@ -13916,14 +13916,13 @@ fi
for ac_header in \
arpa/inet.h \
arpa/nameser.h
\
arpa/nameser.h \
assert.h \
bits/types.h
\
bits/types.h \
conio.h \
crypt.h \
direct.h \
...
...
@@ -13936,7 +13935,6 @@ for ac_header in \
libutil.h \
limits.h \
locale.h \
netinet/tcp.h \
malloc.h \
memory.h \
psap.h \
...
...
@@ -13953,11 +13951,11 @@ for ac_header in \
sys/errno.h \
sys/ioctl.h \
sys/param.h \
sys/resource.h
\
sys/select.h
\
sys/socket.h
\
sys/resource.h \
sys/select.h \
sys/socket.h \
sys/stat.h \
sys/syslog.h
\
sys/syslog.h \
sys/time.h \
sys/types.h \
sys/uio.h \
...
...
@@ -14182,6 +14180,70 @@ done
for ac_header in netinet/tcp.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$as_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
#include <netinet/in.h>
#include <$ac_header>
_ACEOF
rm -f conftest.$ac_objext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -z "$ac_c_werror_flag"
|| test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; } &&
{ ac_try='test -s conftest.$ac_objext'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_Header=yes"
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
eval "$as_ac_Header=no"
fi
rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
fi
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<_ACEOF
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF
fi
done
for ac_header in sys/ucred.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
libraries/liblunicode/Makefile.in
View file @
d404254b
...
...
@@ -29,7 +29,9 @@ XLIBS = $(LDAP_LIBLBER_LA) $(LDAP_LIBLUTIL_A)
LDAP_INCDIR
=
../../include
LDAP_LIBDIR
=
../../libraries
uctable.h
:
ucgendat.c $(srcdir)/UnicodeData.txt $(srcdir)/CompositionExclusions.txt
uctable.h
:
$(XXDIR)/uctable.h
$(XXDIR)/uctable.h
:
$(XXDIR)/ucgendat.c $(srcdir)/UnicodeData.txt $(srcdir)/CompositionExclusions.txt
$(MAKE)
ucgendat
./ucgendat
$(srcdir)
/UnicodeData.txt
-x
$(srcdir)
/CompositionExclusions.txt
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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