From 640374d0dfc3428416b596d67c06b3c817f44bd8 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 1 Jun 2001 15:34:24 +0000 Subject: Configure tweaks; record the Berkeley DB version, probe for realpath(), for setresuid() and setresgid() prototypes; use realpath() (try to be paranoid enough), use the setres[ug]id prototypes because glibc has the functions but not their prototypes; add -Wall -ansi to gcc ccflags; regen toc. p4raw-id: //depot/perl@10372 --- vos/config.alpha.def | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vos') diff --git a/vos/config.alpha.def b/vos/config.alpha.def index a6f03b341c..9c5554bb6c 100644 --- a/vos/config.alpha.def +++ b/vos/config.alpha.def @@ -226,6 +226,8 @@ $d_setpwent='undef' $d_setregid='undef' $d_setresgid='undef' $d_setresuid='undef' +$d_sresgproto='undef' +$d_sresuproto='undef' $d_setreuid='undef' $d_setrgid='undef' $d_setruid='undef' -- cgit v1.2.1