diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-09-30 15:19:36 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-09-30 15:19:36 +0000 |
commit | 0d1032abc6ecb94ee2955275dc38423a9d34216c (patch) | |
tree | 34d9e44f271810233de29c819083a5b75ad5645d /configure.com | |
parent | a042607511961b7f7852d92748b40c4e94e5cc75 (diff) | |
download | perl-0d1032abc6ecb94ee2955275dc38423a9d34216c.tar.gz |
nanosleep on VMS not present
p4raw-id: //depot/perl@17946
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.com b/configure.com index b598041e78..b5337acd60 100644 --- a/configure.com +++ b/configure.com @@ -5489,6 +5489,7 @@ $ WC "d_unlink_all_versions='undef'" $ WC "d_unordered='undef'" $ WC "d_usleep='" + d_usleep + "'" $ WC "d_usleepproto='" + d_usleep + "'" +$ WC "d_nanosleep='undef'" $ WC "d_ustat='undef'" $ WC "d_vendorarch='undef'" $ WC "d_vendorlib='undef'" |