projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
729837f
)
perl 5.002gamma: hints/freebsd.sh
Perl 5 Porters [Wed, 7 Feb 1996 22:57:00 +0000 (22:57 +0000)]
Remove d_dosuid configurable option from hint file. There's no universal
right value.
hints/freebsd.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/freebsd.sh
b/hints/freebsd.sh
index
e11eb33
..
1e92053
100644
(file)
--- a/
hints/freebsd.sh
+++ b/
hints/freebsd.sh
@@
-49,12
+49,10
@@
case "$osvers" in
#
2.0.5*|2.0-built*|2.1*)
usevfork='true'
- d_dosuid='define'
;;
#
# Guesses at what will be needed after 2.1
*) usevfork='true'
- d_dosuid='define'
;;
esac