projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
756189a
)
No dynaloading at all in Ultrix.
Jarkko Hietaniemi [Tue, 26 Aug 2003 09:29:49 +0000 (09:29 +0000)]
p4raw-id: //depot/perl@20904
hints/ultrix_4.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/ultrix_4.sh
b/hints/ultrix_4.sh
index
ed7c2c1
..
74d98ae
100644
(file)
--- a/
hints/ultrix_4.sh
+++ b/
hints/ultrix_4.sh
@@
-71,3
+71,7
@@
d_mmap='undef'
# Configure gets fooled somehow into thinking that Ultrix would have mkstemp.
d_mkstemp='undef'
+
+# There simply isn't dynaloading in Ultrix.
+usedl='undef'
+