diff options
Diffstat (limited to 'vms/subconfigure.com')
-rw-r--r-- | vms/subconfigure.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/subconfigure.com b/vms/subconfigure.com index 914f40e61b..b78f97fd93 100644 --- a/vms/subconfigure.com +++ b/vms/subconfigure.com @@ -64,9 +64,9 @@ $! $! ##ADD NEW CONSTANTS HERE## $ perl_i_sysmount="undef" $ perl_d_fstatfs="undef" +$ perl_d_fstatvfs="undef" $ perl_d_statfsflags="undef" $ perl_i_sysstatvfs="undef" -$ perl_d_fstatfs="undef" $ perl_i_mntent="undef" $ perl_d_getmntent="undef" $ perl_d_hasmntopt="undef" @@ -3060,7 +3060,7 @@ $ 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 "d_fstatfs='" + perl_d_fstatfs + "'" +$ WC "d_fstatvfs='" + perl_d_fstatvfs + "'" $ WC "i_mntent='" + perl_i_mntent + "'" $ WC "d_getmntent='" + perl_d_getmntent + "'" $ WC "d_hasmntopt='" + perl_d_hasmntopt + "'" |