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_H.vc | |
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_H.vc')
-rw-r--r-- | win32/config_H.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc index ba61fe86f5..1253e7502d 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -4837,7 +4837,7 @@ * used in a fully backward compatible manner. */ #ifndef USE_PERLIO -/*#define USE_PERLIO / **/ +#define USE_PERLIO /**/ #endif /* USE_SOCKS: |