Craig A. Berry [Sun, 23 Sep 2007 23:44:59 +0000 (23:44 +0000)]
p4raw-id: //depot/perl@31946
# 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[];