diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-24 16:21:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-24 16:21:56 +0000 |
commit | ac5fe96247f4a41c9f94d27f22ec6c765f5c05be (patch) | |
tree | bbf94c6e2b471206ef0ff62cb1529e48e1d6e06e /hints/uts.sh | |
parent | 42c30c638503866299537a96b1a414d449615fe9 (diff) | |
download | perl-ac5fe96247f4a41c9f94d27f22ec6c765f5c05be.tar.gz |
Boldly add extensions to be built to VMS, EPOC, UTS,
U/WIN, and VM/ESA (and fixups for DJGPP). Some of
these additions may be too optimistic.
p4raw-id: //depot/perl@9324
Diffstat (limited to 'hints/uts.sh')
-rw-r--r-- | hints/uts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/uts.sh b/hints/uts.sh index 2bae4b0acf..f0ab0e2237 100644 --- a/hints/uts.sh +++ b/hints/uts.sh @@ -14,5 +14,5 @@ libs='-lsocket -lnsl -ldl -lm' optimize='undef' prefix='psf_prefix' static_ext='none' -dynamic_ext='Fcntl IO Opcode Socket' +dynamic_ext='Data/Dumper Digest/MD5 Errno Fcntl Filter::Util::Call GDBM_File IO Opcode PerlIO::Scalar POSIX Socket Storable attrs re' useshrplib='define' |