diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-16 19:46:38 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-16 19:46:38 +0000 |
commit | ab35e53d335c75fe4513b406f0bc2debf6a8151d (patch) | |
tree | 9a6e62602396938ea5a612420f53ebf267e8d941 /perlio.h | |
parent | 650a247f060ee253b2f6eb3095ef62e85fc8c47a (diff) | |
download | perl-ab35e53d335c75fe4513b406f0bc2debf6a8151d.tar.gz |
NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
p4raw-id: //depot/perl@10643
Diffstat (limited to 'perlio.h')
-rw-r--r-- | perlio.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,9 +30,11 @@ #if defined(PERL_IMPLICIT_SYS) #ifndef USE_PERLIO +#ifndef NETWARE # define USE_PERLIO #endif #endif +#endif #ifndef USE_PERLIO # define USE_STDIO |