From 4f57570223b56ec5a08ed253b4cf40fb8f4316f3 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Sun, 23 Sep 2007 23:44:59 +0000 Subject: [PATCH] And some more VMS-specific additions to PL_bincompat_options. p4raw-id: //depot/perl@31946 --- perl.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/perl.h b/perl.h index 7787894..ff4746d 100644 --- a/perl.h +++ b/perl.h @@ -4428,6 +4428,15 @@ EXTCONST char PL_bincompat_options[] = # ifdef USE_SOCKS " USE_SOCKS" # endif +# ifdef VMS_DO_SOCKETS + " VMS_DO_SOCKETS" +# ifdef DECCRTL_SOCKETS + " DECCRTL_SOCKETS" +# endif +# endif +# ifdef VMS_WE_ARE_CASE_SENSITIVE + " VMS_SYMBOL_CASE_AS_IS" +# endif ""; #else EXTCONST char PL_bincompat_options[]; -- 2.7.4