diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-01 15:34:24 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-01 15:34:24 +0000 |
commit | 640374d0dfc3428416b596d67c06b3c817f44bd8 (patch) | |
tree | 0125d04838ec2165b6a564b01c53e815f9d81d20 /uconfig.sh | |
parent | 592f596992fbcfa7e7c135f9212d2ec2def553a6 (diff) | |
download | perl-640374d0dfc3428416b596d67c06b3c817f44bd8.tar.gz |
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
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-x | uconfig.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/uconfig.sh b/uconfig.sh index 3a6bd0483e..4b6e2a679d 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -52,8 +52,8 @@ d_chown='undef' d_chroot='undef' d_chsize='undef' d_closedir='undef' -d_const='undef' d_cmsghdr_s='undef' +d_const='undef' d_crypt='undef' d_csh='undef' d_cuserid='undef' @@ -216,6 +216,7 @@ d_quad='undef' d_readdir='undef' d_readlink='undef' d_readv='undef' +d_realpath='undef' d_recvmsg='undef' d_rename='undef' d_rewinddir='undef' @@ -276,6 +277,8 @@ d_socklen_t='undef' d_sockpair='undef' d_socks5_init='undef' d_sqrtl='undef' +d_sresgproto='undef' +d_sresuproto='undef' d_statblks='undef' d_statfs_f_flags='undef' d_statfs_s='undef' @@ -569,12 +572,12 @@ usesocks='undef' usethreads='undef' usevendorprefix='undef' usevfork='false' +uvXUformat='"lX"' uvoformat='"lo"' uvsize='4' uvtype='unsigned long' uvuformat='"lu"' uvxformat='"lx"' -uvXUformat='"lX"' versiononly='undef' voidflags=1 xs_apiversion='5.005' |