ITS#4750 regenerate

This commit is contained in:
Howard Chu 2008-11-21 02:14:31 +00:00
parent 5565247bee
commit 79e489619a
2 changed files with 6 additions and 1 deletions

4
configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.672 2008/10/22 20:19:49 ando Exp .
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.673 2008/11/21 01:03:57 hyc Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
@ -37109,6 +37109,7 @@ fi
for ac_func in \
@ -37121,6 +37122,7 @@ for ac_func in \
flock \
fstat \
getdtablesize \
geteuid \
getgrgid \
gethostname \
getpass \

View File

@ -190,6 +190,9 @@
/* Define to 1 if you have the `getdtablesize' function. */
#undef HAVE_GETDTABLESIZE
/* Define to 1 if you have the `geteuid' function. */
#undef HAVE_GETEUID
/* Define to 1 if you have the `getgrgid' function. */
#undef HAVE_GETGRGID