summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2011-03-09 07:14:41 -0600
committerCraig A. Berry <craigberry@mac.com>2011-03-09 07:14:41 -0600
commit133589c34f08d0c23609ff1f3e6f39430badddfc (patch)
tree694ff4de04371864362e82c650f952f73e76cdb5 /perl.h
parent67fc5dca3c7690b8ce5606f5630383473174d823 (diff)
downloadperl-133589c34f08d0c23609ff1f3e6f39430badddfc.tar.gz
Remove DECCRTL_SOCKETS from PL_bincompat_options.
The socket libraries provided by the C run-time have been the only viable option for building sockets in Perl for many years, so we don't need to take up a valuable slot in the options list to record that we're using them. Also, the new bincompat.t test requires options to be in alpha- betical order, and this wasn't.
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl.h b/perl.h
index 72d8686587..facdacfbf4 100644
--- a/perl.h
+++ b/perl.h
@@ -4726,9 +4726,6 @@ EXTCONST char PL_bincompat_options[] =
# 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"