diff options
author | Craig A. Berry <craigberry@mac.com> | 2011-03-09 07:14:41 -0600 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2011-03-09 07:14:41 -0600 |
commit | 133589c34f08d0c23609ff1f3e6f39430badddfc (patch) | |
tree | 694ff4de04371864362e82c650f952f73e76cdb5 /perl.h | |
parent | 67fc5dca3c7690b8ce5606f5630383473174d823 (diff) | |
download | perl-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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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" |