diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-12 13:37:20 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-12 13:37:20 +0000 |
commit | 49e2c44725c827e7605ffc61809dae88f3e925f4 (patch) | |
tree | 34d41d659b91d16ef1145407de1735a650802ddf /hints | |
parent | dcf686c9ff9829ff83c8d4e65b735a4ba6a9e6f5 (diff) | |
download | perl-49e2c44725c827e7605ffc61809dae88f3e925f4.tar.gz |
Non-UNIX platforms extensions update. (Well, UTS is UNIX.)
p4raw-id: //depot/perl@9691
Diffstat (limited to 'hints')
-rw-r--r-- | hints/uts.sh | 2 | ||||
-rw-r--r-- | hints/vmesa.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hints/uts.sh b/hints/uts.sh index fdf8c00164..45363e88c8 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='Data/Dumper Digest/MD5 Errno Fcntl Filter::Util::Call GDBM_File IO MIME::Base64 Opcode PerlIO::Scalar POSIX Socket Storable attrs re' +dynamic_ext='Data/Dumper Digest/MD5 Errno Fcntl Filter::Util::Call GDBM_File IO MIME::Base64 Opcode PerlIO::Scalar POSIX Socket Storable Time::HiRes attrs re' useshrplib='define' diff --git a/hints/vmesa.sh b/hints/vmesa.sh index 1109c8bde2..9e7b87a9b4 100644 --- a/hints/vmesa.sh +++ b/hints/vmesa.sh @@ -218,7 +218,7 @@ dynamic_ext='' eagain='EAGAIN' ebcdic='define' exe_ext='' -extensions='Data/Dumper Digest/MD5 Errno Fcntl Filter::Util:Call GDBM_File IO IPC/SysV MIME::Base64 NDBM_File Opcode PerlIO::Scalar POSIX Socket Storable Thread attrs re' +extensions='Data/Dumper Digest/MD5 Errno Fcntl Filter::Util:Call GDBM_File IO IPC/SysV MIME::Base64 NDBM_File Opcode PerlIO::Scalar POSIX Socket Storable Time::HiRes Thread attrs re' fpostype='fpos_t' freetype='void' groupstype='gid_t' |