summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-01-07 13:47:32 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-01-07 13:47:32 +0000
commit8c847e6678942c1b97c54df660ba6fa84ca5e2da (patch)
tree99f3c2d3d0122e20ad58f6f4258b0a88fbda5d4d /win32/win32.h
parentec064ab75aa5b4dfd43af2f7654b9a0363ae02c4 (diff)
downloadperl-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/win32.h')
-rw-r--r--win32/win32.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 5b70557791..aa6992e91c 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -25,7 +25,6 @@
# define PERL_DISABLE_PMC
/* allow minitest to work */
-# define USE_PERLIO
# define PERL_TEXTMODE_SCRIPTS
#endif