From 840301ab1fb53d14da54391384089aef70e2d8dd Mon Sep 17 00:00:00 2001 From: Charles Bailey Date: Fri, 3 Mar 2000 03:23:29 +0000 Subject: [PATCH] Bypass PERL_INC_VERSION_LIST until we support in in Configure.Com p4raw-id: //depot/vmsperl@5473 --- vms/subconfigure.com | 2 +- vms/vmsish.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/vms/subconfigure.com b/vms/subconfigure.com index 30da056..9936204 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 8d4a8ca..a09d2be 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 -- 2.7.4