diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-26 09:29:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-26 09:29:49 +0000 |
commit | 01757a36693bb5dadd9e763f70e82c02df281ea1 (patch) | |
tree | dfac41dc2610688ea2bcef1cf8a5b43d0d845014 /hints | |
parent | 756189a56ad5859c77093ea1770647e4355c6aeb (diff) | |
download | perl-01757a36693bb5dadd9e763f70e82c02df281ea1.tar.gz |
No dynaloading at all in Ultrix.
p4raw-id: //depot/perl@20904
Diffstat (limited to 'hints')
-rw-r--r-- | hints/ultrix_4.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh index ed7c2c1ea2..74d98aecc0 100644 --- 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' + |