This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove Windows makefile support for building without PerlIO
authorSteve Hay <steve.m.hay@googlemail.com>
Wed, 7 Jan 2015 13:47:32 +0000 (13:47 +0000)
committerSteve Hay <steve.m.hay@googlemail.com>
Wed, 7 Jan 2015 13:47:32 +0000 (13:47 +0000)
commit8c847e6678942c1b97c54df660ba6fa84ca5e2da
tree99f3c2d3d0122e20ad58f6f4258b0a88fbda5d4d
parentec064ab75aa5b4dfd43af2f7654b9a0363ae02c4
Remove Windows makefile support for building without PerlIO

As noted in #123394, building without PerlIO was all but deprecated in
5.18.0 and is no longer supported by Configure on POSIX systems, so there
is no need for the Windows makefiles to provide support for it either.

Therefore, we can simply enable PerlIO in the canned configuration files
and remove any fiddling with that setting for the real configuration,
which means that miniperl will also now have PerlIO enabled without
needing the recently added change to win32.h.
pod/perldelta.pod
win32/Makefile
win32/Makefile.ce
win32/config.ce
win32/config.gc
win32/config.vc
win32/config_H.gc
win32/config_H.vc
win32/makefile.mk
win32/win32.h