summaryrefslogtreecommitdiff
path: root/uconfig.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-01 15:34:24 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-01 15:34:24 +0000
commit640374d0dfc3428416b596d67c06b3c817f44bd8 (patch)
tree0125d04838ec2165b6a564b01c53e815f9d81d20 /uconfig.sh
parent592f596992fbcfa7e7c135f9212d2ec2def553a6 (diff)
downloadperl-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-xuconfig.sh7
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'