diff options
author | Craig A. Berry <craigberry@mac.com> | 2002-05-20 16:34:17 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-21 03:18:59 +0000 |
commit | 4f93eb5db82bc81fc5a4411216f43045e6872302 (patch) | |
tree | 23560b1c97f472d4129944b62891e7ea8eccf9e0 /configure.com | |
parent | 854b613d623c548289e41418f91592036c72b922 (diff) | |
download | perl-4f93eb5db82bc81fc5a4411216f43045e6872302.tar.gz |
VMS iThreads follow-up
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <a05111700b90f5f1c3b01@[172.16.52.1]>
p4raw-id: //depot/perl@16717
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/configure.com b/configure.com index 25dc07aa56..e1c3ad4cd8 100644 --- a/configure.com +++ b/configure.com @@ -5510,6 +5510,7 @@ $ WC "i64type='" + i64type + "'" $ WC "i8size='" + i8size + "'" $ WC "i8type='" + i8type + "'" $ WC "i_arpainet='undef'" +$ WC "i_crypt='undef'" $ WC "i_dbm='undef'" $ WC "i_dirent='" + i_dirent + "'" $ WC "i_dlfcn='undef'" @@ -5800,29 +5801,24 @@ $! manual for when assorted _r functions became available. $! $ IF use_threads .AND. vms_ver .GES. "7.2" $ THEN -$ WC "asctime_r_proto='1'" +$ WC "asctime_r_proto='REENTRANT_PROTO_B_SB'" $ WC "d_asctime_r='define'" +$ WC "ctime_r_proto='REENTRANT_PROTO_B_SB'" $ WC "d_ctime_r='define'" -$ WC "d_gmtime_r='define'" -$ WC "d_localtime_r='define'" $ ELSE $ WC "asctime_r_proto='0'" $ WC "d_asctime_r='undef'" +$ WC "ctime_r_proto='0'" $ WC "d_ctime_r='undef'" -$ WC "d_gmtime_r='undef'" -$ WC "d_localtime_r='undef'" $ ENDIF $ IF use_threads .AND. vms_ver .GES. "7.3-1" $ THEN +$ WC "readdir_r_proto='REENTRANT_PROTO_I_TSR'" $ WC "d_readdir_r='define'" -$ WC "readdir64_r_proto='1'" $ ELSE +$ WC "readdir_r_proto='0'" $ WC "d_readdir_r='undef'" -$ WC "readdir64_r_proto='0'" $ ENDIF -$ WC "crypt_r_proto='0'" -$ WC "ctermid_r_proto='0'" -$ WC "ctime_r_proto='0'" $ WC "d_crypt_r='undef'" $ WC "d_ctermid_r='undef'" $ WC "d_drand48_r='undef'" @@ -5852,6 +5848,8 @@ $ WC "d_getservbyname_r='undef'" $ WC "d_getservbyport_r='undef'" $ WC "d_getservent_r='undef'" $ WC "d_getspnam_r='undef'" +$ WC "d_gmtime_r='undef'" ! leave undef'd; we use my_gmtime +$ WC "d_localtime_r='undef'" ! leave undef'd; we use my_localtime $ WC "d_random_r='undef'" $ WC "d_readdir64_r='undef'" $ WC "d_setgrent_r='undef'" @@ -5866,6 +5864,8 @@ $ WC "d_srandom_r='undef'" $ WC "d_strerror_r='undef'" $ WC "d_tmpnam_r='undef'" $ WC "d_ttyname_r='undef'" +$ WC "ctermid_r_proto='0'" +$ WC "crypt_r_proto='0'" $ WC "drand48_r_proto='0'" $ WC "endgrent_r_proto='0'" $ WC "endhostent_r_proto='0'" @@ -5894,9 +5894,9 @@ $ WC "getservbyport_r_proto='0'" $ WC "getservent_r_proto='0'" $ WC "getspnam_r_proto='0'" $ WC "gmtime_r_proto='0'" -$ WC "i_crypt='undef'" $ WC "localtime_r_proto='0'" $ WC "random_r_proto='0'" +$ WC "readdir64_r_proto='0'" $ WC "setgrent_r_proto='0'" $ WC "sethostent_r_proto='0'" $ WC "setlocale_r_proto='0'" |