summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2007-09-23 23:44:59 +0000
committerCraig A. Berry <craigberry@mac.com>2007-09-23 23:44:59 +0000
commit4f57570223b56ec5a08ed253b4cf40fb8f4316f3 (patch)
tree08574800d3cd4f761a43cc8c862c43cd0a38ead9 /perl.h
parentc7b392fa4d736a35baab2dd82ce10a4ceeda1e33 (diff)
downloadperl-4f57570223b56ec5a08ed253b4cf40fb8f4316f3.tar.gz
And some more VMS-specific additions to PL_bincompat_options.
p4raw-id: //depot/perl@31946
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 7787894da5..ff4746d874 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[];