diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 2000-03-03 03:23:29 +0000 |
---|---|---|
committer | bailey <bailey@newman.upenn.edu> | 2000-03-03 03:23:29 +0000 |
commit | 840301ab1fb53d14da54391384089aef70e2d8dd (patch) | |
tree | 865cf235adba3bf07d4336e57b7003d4ed3edd8b /vms | |
parent | 2880a34dbedbf432930afb9c6e16e70cd4961ecd (diff) | |
download | perl-840301ab1fb53d14da54391384089aef70e2d8dd.tar.gz |
Bypass PERL_INC_VERSION_LIST until we support in in Configure.Com
p4raw-id: //depot/vmsperl@5473
Diffstat (limited to 'vms')
-rw-r--r-- | vms/subconfigure.com | 2 | ||||
-rw-r--r-- | vms/vmsish.h | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/vms/subconfigure.com b/vms/subconfigure.com index 30da056561..9936204e40 100644 --- a/vms/subconfigure.com +++ b/vms/subconfigure.com @@ -4101,7 +4101,7 @@ $ WC "sPRIx64='" + perl_sPRIx64 + "'" $ WC "d_llseek='" + perl_d_llseek + "'" $ WC "d_iconv='" + perl_d_iconv +"'" $ WC "i_iconv='" + perl_i_iconv +"'" -$ WC "inc_version_list_init='""""'" +$ WC "inc_version_list_init='0'" $ WC "uselargefiles='" + perl_uselargefiles + "'" $ WC "uselongdouble='" + perl_uselongdouble + "'" $ WC "usemorebits='" + perl_usemorebits + "'" diff --git a/vms/vmsish.h b/vms/vmsish.h index 8d4a8caf6b..a09d2be438 100644 --- a/vms/vmsish.h +++ b/vms/vmsish.h @@ -263,6 +263,10 @@ #define HAS_WAIT #define PERL_FS_VER_FMT "%d_%d_%d" +/* Temporary; we need to add support for this to Configure.Com */ +#ifdef PERL_INC_VERSION_LIST +# undef PERL_INC_VERSION_LIST +#endif /* VMS: * This symbol, if defined, indicates that the program is running under |