diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-15 03:17:01 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-15 03:17:01 +0000 |
commit | 9816bd0fe558ff2fe88e26865790e863ad33ee11 (patch) | |
tree | 0d620078649044fa8e55b58b6e03ac54567fd72f /vms | |
parent | 08105a92a3e1f0f7ac18e8807e8c0cad635b748a (diff) | |
parent | 2a85840cfda5a1c37f92e5680c60b6d4ed08ddce (diff) | |
download | perl-9816bd0fe558ff2fe88e26865790e863ad33ee11.tar.gz |
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@2925
Diffstat (limited to 'vms')
-rw-r--r-- | vms/subconfigure.com | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vms/subconfigure.com b/vms/subconfigure.com index 2f787ff73a..6f43c9ed9a 100644 --- a/vms/subconfigure.com +++ b/vms/subconfigure.com @@ -62,6 +62,12 @@ $ myname = myhostname $ if "''myname'" .eqs. "" THEN myname = f$trnlnm("SYS$NODE") $! $! ##ADD NEW CONSTANTS HERE## +$ perl_d_madvise="undef" +$ perl_d_msync="undef" +$ perl_d_mprotect="undef" +$ perl_d_munmap="undef" +$ perl_d_mmap="undef" +$ perl_i_sysmman="undef" $ perl_d_telldirproto="define" $ perl_i_sysmount="undef" $ perl_d_fstatfs="undef" @@ -3066,6 +3072,12 @@ $ WC "i_mntent='" + perl_i_mntent + "'" $ WC "d_getmntent='" + perl_d_getmntent + "'" $ WC "d_hasmntopt='" + perl_d_hasmntopt + "'" $ WC "d_telldirproto='" + perl_d_telldirproto + "'" +$ WC "d_madvise='" + perl_d_madvise + "'" +$ WC "d_msync='" + perl_d_msync + "'" +$ WC "d_mprotect='" + perl_d_mprotect + "'" +$ WC "d_munmap='" + perl_d_munmap + "'" +$ WC "d_mmap='" + perl_d_mmap + "'" +$ WC "i_sysmman='" + perl_i_sysmman + "'" $! $! ##WRITE NEW CONSTANTS HERE## $! |