dynixptx updates for osvers='4.5.2'

Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>

p4raw-id: //depot/perl@11270
This commit is contained in:
Peter Prymmer 2001-07-10 08:29:45 -07:00 committed by Jarkko Hietaniemi
parent d7f9763233
commit 370ac78976
3 changed files with 7 additions and 1 deletions

View File

@ -544,6 +544,7 @@ ext/Thread/unsync2.tx Test thread implicit synchronisation
ext/Thread/unsync3.tx Test thread implicit synchronisation
ext/Thread/unsync4.tx Test thread implicit synchronisation
ext/Time/HiRes/Changes Time::HiRes extension
ext/Time/HiRes/hints/dynixptx.pl Hint for Time::HiRes for named architecture
ext/Time/HiRes/hints/sco.pl Hints for Time::HiRes for named architecture
ext/Time/HiRes/HiRes.pm Time::HiRes extension
ext/Time/HiRes/HiRes.t Test for Time::HiRes

View File

@ -0,0 +1,5 @@
# uname -v
# V4.5.2
# needs to explicitly link against libc to pull in usleep
$self->{LIBS} = ['-lc'];

View File

@ -44,7 +44,7 @@ esac
# Jarkko Hietaniemi November 1998
case "$osvers" in
4.4*) # configure doesn't find sockets, as they're in libsocket, not libc
4.[45]*) # configure doesn't find sockets, as they're in libsocket, not libc
d_socket='define'
d_oldsock='undef'
d_sockpair='define'