10139N/A--- configure.in 2002/06/27 10:10:03 1.1
10139N/A+++ configure.in 2002/06/28 15:05:51
10139N/A@@ -2255,7 +2255,7 @@
10139N/A [have_setproctitle=yes
10139N/A LUTIL_LIBS="$LUTIL_LIBS -lutil"],
10139N/A [have_setproctitle=no
10139N/A- LIBOBJS="$LIBOBJS setproctitle.o"
10139N/A+ AC_LIBOBJ(setproctitle)
10139N/A LIBSRCS="$LIBSRCS setproctitle.c"])])
10139N/A
10139N/A if test $have_setproctitle = yes ; then
10139N/A--- ./build/openldap.m4 2002/06/27 10:06:50 1.1
10139N/A+++ ./build/openldap.m4 2002/06/28 15:05:43
10139N/A@@ -63,7 +63,7 @@
10139N/A dnl
10139N/A dnl ====================================================================
10139N/A dnl
10139N/A-AC_DEFUN(AC_COMPILE_CHECK_SIZEOF,
10139N/A+AC_DEFUN([AC_COMPILE_CHECK_SIZEOF],
10139N/A [changequote(<<, >>)dnl
10139N/A dnl The name to #define.
10139N/A define(<<AC_TYPE_NAME>>, translit(sizeof_$1, [a-z *], [A-Z_P]))dnl
10139N/A@@ -170,7 +170,7 @@
10139N/A dnl
10139N/A dnl --------------------------------------------------------------------
10139N/A dnl OpenLDAP version of STDC header check w/ EBCDIC support
10139N/A-AC_DEFUN(OL_HEADER_STDC,
10139N/A+AC_DEFUN([OL_HEADER_STDC],
10139N/A [AC_REQUIRE_CPP()dnl
10139N/A AC_REQUIRE([OL_CPP_EBCDIC])dnl
10139N/A AC_CACHE_CHECK([for ANSI C header files], ol_cv_header_stdc,
10139N/A@@ -942,7 +942,7 @@
10139N/A dnl Early MIPS compilers (used in Ultrix 4.2) don't like
10139N/A dnl "int x; int *volatile a = &x; *a = 0;"
10139N/A dnl -- borrowed from PDKSH
10139N/A-AC_DEFUN(OL_C_VOLATILE,
10139N/A+AC_DEFUN([OL_C_VOLATILE],
10139N/A [AC_CACHE_CHECK(if compiler understands volatile, ol_cv_c_volatile,
10139N/A [AC_TRY_COMPILE([int x, y, z;],
10139N/A [volatile int a; int * volatile b = x ? &y : &z;
10139N/A@@ -978,7 +978,7 @@
10139N/A dnl
10139N/A dnl ====================================================================
10139N/A dnl Define sig_atomic_t if not defined in signal.h
10139N/A-AC_DEFUN(OL_TYPE_SIG_ATOMIC_T,
10139N/A+AC_DEFUN([OL_TYPE_SIG_ATOMIC_T],
10139N/A [AC_CACHE_CHECK(for sig_atomic_t, ol_cv_type_sig_atomic_t,
10139N/A [AC_TRY_COMPILE([#include <signal.h>], [sig_atomic_t atomic;],
10139N/A ol_cv_type_sig_atomic_t=yes, ol_cv_type_sig_atomic_t=no)])
10139N/A@@ -990,7 +990,7 @@
10139N/A dnl
10139N/A dnl ====================================================================
10139N/A dnl Define socklen_t if not defined in sys/types.h or sys/socket.h
10139N/A-AC_DEFUN(OL_TYPE_SOCKLEN_T,
10139N/A+AC_DEFUN([OL_TYPE_SOCKLEN_T],
10139N/A [AC_CACHE_CHECK(for socklen_t, ol_cv_type_socklen_t,
10139N/A [AC_TRY_COMPILE([
10139N/A #ifdef HAVE_SYS_TYPES_H
10139N/A@@ -1009,7 +1009,7 @@
10139N/A dnl
10139N/A dnl ====================================================================
10139N/A dnl Define inet_aton is available
10139N/A-AC_DEFUN(OL_FUNC_INET_ATON,
10139N/A+AC_DEFUN([OL_FUNC_INET_ATON],
10139N/A [AC_CACHE_CHECK([for inet_aton()], ol_cv_func_inet_aton,
10139N/A [AC_TRY_LINK([
10139N/A #ifdef HAVE_SYS_TYPES_H
10139N/A@@ -1036,7 +1036,7 @@
10139N/A dnl
10139N/A dnl ====================================================================
10139N/A dnl check no of arguments for ctime_r
10139N/A-AC_DEFUN(OL_FUNC_CTIME_R_NARGS,
10139N/A+AC_DEFUN([OL_FUNC_CTIME_R_NARGS],
10139N/A [AC_CACHE_CHECK(number of arguments of ctime_r, ol_cv_func_ctime_r_nargs,
10139N/A [AC_TRY_COMPILE([#include <time.h>],
10139N/A [time_t ti; char *buffer; ctime_r(&ti,buffer,32);],
10139N/A@@ -1071,7 +1071,7 @@
10139N/A dnl
10139N/A dnl --------------------------------------------------------------------
10139N/A dnl check return type of ctime_r()
10139N/A-AC_DEFUN(OL_FUNC_CTIME_R_TYPE,
10139N/A+AC_DEFUN([OL_FUNC_CTIME_R_TYPE],
10139N/A [AC_CACHE_CHECK(return type of ctime_r, ol_cv_func_ctime_r_type,
10139N/A [AC_TRY_COMPILE([#include <time.h>],
10139N/A [extern int (ctime_r)();],
10139N/A@@ -1083,7 +1083,7 @@
10139N/A ])dnl
10139N/A dnl ====================================================================
10139N/A dnl check no of arguments for gethostbyname_r
10139N/A-AC_DEFUN(OL_FUNC_GETHOSTBYNAME_R_NARGS,
10139N/A+AC_DEFUN([OL_FUNC_GETHOSTBYNAME_R_NARGS],
10139N/A [AC_CACHE_CHECK(number of arguments of gethostbyname_r,
10139N/A ol_cv_func_gethostbyname_r_nargs,
10139N/A [AC_TRY_COMPILE([#include <sys/types.h>
10139N/A@@ -1133,7 +1133,7 @@
10139N/A ])dnl
10139N/A dnl
10139N/A dnl check no of arguments for gethostbyaddr_r
10139N/A-AC_DEFUN(OL_FUNC_GETHOSTBYADDR_R_NARGS,
10139N/A+AC_DEFUN([OL_FUNC_GETHOSTBYADDR_R_NARGS],
10139N/A [AC_CACHE_CHECK(number of arguments of gethostbyaddr_r,
10139N/A [ol_cv_func_gethostbyaddr_r_nargs],
10139N/A [AC_TRY_COMPILE([#include <sys/types.h>
10139N/A--- acinclude.m4 2002/06/27 10:09:15 1.1
10139N/A+++ acinclude.m4 2002/06/28 15:05:51
10139N/A@@ -12,3 +12,16 @@
10139N/A dnl
10139N/A divert(-1)
10139N/A builtin(include, build/openldap.m4)dnl
10139N/A+
10139N/A+# From Ulrich Drepper.
10139N/A+
10139N/A+# serial 1
10139N/A+
10139N/A+AC_DEFUN([AM_TYPE_PTRDIFF_T],
10139N/A+ [AC_CACHE_CHECK([for ptrdiff_t], am_cv_type_ptrdiff_t,
10139N/A+ [AC_TRY_COMPILE([#include <stddef.h>], [ptrdiff_t p],
10139N/A+ am_cv_type_ptrdiff_t=yes, am_cv_type_ptrdiff_t=no)])
10139N/A+ if test $am_cv_type_ptrdiff_t = yes; then
10139N/A+ AC_DEFINE(HAVE_PTRDIFF_T,1,[Define if system has ptrdiff_t type])
10139N/A+ fi
10139N/A+])
10139N/A--- ./servers/slapd/slapd.conf 2002/06/27 10:05:43 1.1
10139N/A+++ ./servers/slapd/slapd.conf 2002/06/28 15:05:47
10139N/A@@ -52,6 +52,6 @@
10139N/A rootpw secret
10139N/A # The database directory MUST exist prior to running slapd AND
10139N/A # should only be accessible by the slapd/tools. Mode 700 recommended.
10139N/A-directory %LOCALSTATEDIR%/openldap-data
10139N/A+directory /var/lib/ldap
10139N/A # Indices to maintain
10139N/A index objectClass eq