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
Nadezhda Ivanova
OpenLDAP
Commits
c277fff6
Commit
c277fff6
authored
Oct 24, 1998
by
Kurt Zeilenga
Browse files
Still looking for the ldapsearch bug... and cleaning up things along the way.
parent
e671bb2e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
configure
View file @
c277fff6
This diff is collapsed.
Click to expand it.
configure.in
View file @
c277fff6
...
@@ -683,6 +683,11 @@ fi
...
@@ -683,6 +683,11 @@ fi
dnl ----------------------------------------------------------------
dnl ----------------------------------------------------------------
dnl Checks for header files.
dnl Checks for header files.
AC_HEADER_STDC
AC_HEADER_STDC
if test $ac_cv_header_stdc != yes; then
AC_MSG_WARN([could not locate Standard C headers])
fi
AC_HEADER_DIRENT
AC_HEADER_DIRENT
AC_HEADER_SYS_WAIT
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS( \
AC_CHECK_HEADERS( \
...
...
libraries/libldbm/ldbm.c
View file @
c277fff6
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
#ifdef SLAPD_LDBM
#ifdef SLAPD_LDBM
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <ac/errno.h>
#include <ac/errno.h>
#include "ldbm.h"
#include "ldbm.h"
...
...
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