summaryrefslogtreecommitdiff
path: root/uconfig.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-20 04:54:53 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-20 04:54:53 +0000
commitcb5953d685cec7d1e5d677ac4d2ddbe33ef0a803 (patch)
treee9a08ee62f26a14c0e39ec84ea16f867ce892576 /uconfig.sh
parent6002328acc4eebf94540b6802dbffeac7367da7a (diff)
downloadperl-cb5953d685cec7d1e5d677ac4d2ddbe33ef0a803.tar.gz
After some reading I don't think we can blindly
use systems' realpath(). Too many security problems, too many buggy implementations. TODO: the realpath() emulation code in util.c doesn't seem fully operational? (readlink(), for example?) p4raw-id: //depot/perl@10744
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-xuconfig.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/uconfig.sh b/uconfig.sh
index 52e34b7b75..ca35351d25 100755
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -218,7 +218,6 @@ d_quad='undef'
d_readdir='undef'
d_readlink='undef'
d_readv='undef'
-d_realpath='undef'
d_recvmsg='undef'
d_rename='undef'
d_rewinddir='undef'