summaryrefslogtreecommitdiff
path: root/perlio.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-05-03 07:25:13 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-05-03 07:25:13 +0000
commit2cbbe5a150b07f176547702112505e3d30ea082f (patch)
tree8627d6764220c9bfe35221e78ce2dab3e5fe4b7b /perlio.h
parent079b94bc698b0934beaf07d168872e7ff53ba831 (diff)
downloadperl-2cbbe5a150b07f176547702112505e3d30ea082f.tar.gz
Several of non-default builds now seem to work reasonably well
English.t seems to fail on an errno test, and socketpair blathers about something. Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the back door, and instead have perlsdio.h vector stdio via iperlsys.h function tables (latter was done in earlier change). Update comments in Makefile.mk p4raw-id: //depot/perlio@16367
Diffstat (limited to 'perlio.h')
-rw-r--r--perlio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perlio.h b/perlio.h
index 3105b58797..172a8061e0 100644
--- a/perlio.h
+++ b/perlio.h
@@ -40,7 +40,7 @@
#if defined(PERL_IMPLICIT_SYS)
#ifndef USE_PERLIO
#ifndef NETWARE
-# define USE_PERLIO
+/* # define USE_PERLIO */
#endif
#endif
#endif