diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-02 20:38:45 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-02 20:38:45 +0000 |
commit | 968dcd912296607f6d74dceeeccc670bbe106928 (patch) | |
tree | 62e2e1c3ba88a2ec7b96113d6e275ba8473323c5 /hints/netbsd.sh | |
parent | 628afcb57eaa4f7bb1ceaa4febd38349022e5db1 (diff) | |
download | perl-968dcd912296607f6d74dceeeccc670bbe106928.tar.gz |
telldir prototype issue, from mists of time...
p4raw-id: //depot/cfgperl@2803
Diffstat (limited to 'hints/netbsd.sh')
-rw-r--r-- | hints/netbsd.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hints/netbsd.sh b/hints/netbsd.sh index 6ca0218fb7..a07d3726db 100644 --- a/hints/netbsd.sh +++ b/hints/netbsd.sh @@ -63,10 +63,6 @@ case "$usevfork" in '') usevfork=true ;; esac -# Avoid telldir prototype conflict in pp_sys.c (NetBSD uses const DIR *) -# Configure should test for this. Volunteers? -pp_sys_cflags='ccflags="$ccflags -DHAS_TELLDIR_PROTOTYPE"' - # Pre-empt the /usr/bin/perl question of installperl. installusrbinperl='n' |