summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-10-22 17:17:35 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-10-22 17:17:35 +0000
commit8c3643f693c8bb4b90f29a7a6e774bea2d50df53 (patch)
tree2ed2ad0d9bf05da1ad1fe330958f97c6a6c285ab /hints
parentf59877d4872d869287d15f2fc8ce0b253e36af39 (diff)
downloadperl-8c3643f693c8bb4b90f29a7a6e774bea2d50df53.tar.gz
Hints tweak from Anton Berezin.
p4raw-id: //depot/perl@7395
Diffstat (limited to 'hints')
-rw-r--r--hints/freebsd.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/hints/freebsd.sh b/hints/freebsd.sh
index 0ba6b6190e..cc48351879 100644
--- a/hints/freebsd.sh
+++ b/hints/freebsd.sh
@@ -86,13 +86,6 @@ case "$osvers" in
d_setegid='undef'
d_seteuid='undef'
;;
-3.*)
- usevfork='true'
- usemymalloc='n'
- libswanted=`echo $libswanted | sed 's/ malloc / /'`
- ;;
-#
-# Guesses at what will be needed after 3.*
*) usevfork='true'
usemymalloc='n'
libswanted=`echo $libswanted | sed 's/ malloc / /'`