diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-01-07 13:47:32 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-01-07 13:47:32 +0000 |
commit | 8c847e6678942c1b97c54df660ba6fa84ca5e2da (patch) | |
tree | 99f3c2d3d0122e20ad58f6f4258b0a88fbda5d4d /win32/config.ce | |
parent | ec064ab75aa5b4dfd43af2f7654b9a0363ae02c4 (diff) | |
download | perl-8c847e6678942c1b97c54df660ba6fa84ca5e2da.tar.gz |
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.
Diffstat (limited to 'win32/config.ce')
-rw-r--r-- | win32/config.ce | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.ce b/win32/config.ce index f49379fac4..34e4a71d60 100644 --- a/win32/config.ce +++ b/win32/config.ce @@ -1054,7 +1054,7 @@ usemymalloc='n' usenm='false' usensgetexecutablepath='undef' useopcode='true' -useperlio='~USE_PERLIO~' +useperlio='define' useposix='true' usequadmath='undef' usereentrant='undef' |