From 79e489619a8d0fa655794fbb09211fdc3c6cc1b4 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 21 Nov 2008 02:14:31 +0000 Subject: [PATCH] ITS#4750 regenerate --- configure | 4 +++- include/portable.hin | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 49e53a25f7..c4495fcc7c 100755 --- a/configure +++ b/configure @@ -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 \ diff --git a/include/portable.hin b/include/portable.hin index e5ff22e8ff..c2ceb55c55 100644 --- a/include/portable.hin +++ b/include/portable.hin @@ -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 -- 2.39.5