diff options
Diffstat (limited to 'vms/subconfigure.com')
-rw-r--r-- | vms/subconfigure.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vms/subconfigure.com b/vms/subconfigure.com index 77dc15ce0e..5f0c6a8f3b 100644 --- a/vms/subconfigure.com +++ b/vms/subconfigure.com @@ -73,6 +73,8 @@ $ perl_i_sysmman="undef" $ perl_d_telldirproto="define" $ perl_i_sysmount="undef" $ perl_d_fstatfs="undef" +$ perl_i_machcthreads="undef" +$ perl_i_pthread="define" $ perl_d_fstatvfs="undef" $ perl_d_statfsflags="undef" $ perl_i_sysstatvfs="undef" @@ -3078,6 +3080,8 @@ $ WC "i_sysmount='" + perl_i_sysmount + "'" $ WC "d_fstatfs='" + perl_d_fstatfs + "'" $ WC "d_statfsflags='" + perl_d_statfsflags + "'" $ WC "i_sysstatvfs='" + perl_i_sysstatvfs + "'" +$ WC "i_machcthreads='" + perl_i_machcthreads + "'" +$ WC "i_pthread='" + perl_i_pthread + "'" $ WC "d_fstatvfs='" + perl_d_fstatvfs + "'" $ WC "i_mntent='" + perl_i_mntent + "'" $ WC "d_getmntent='" + perl_d_getmntent + "'" |