From afd1eb533c8ea286efcac6fd054ae7cebaf0dfe3 Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Fri, 6 Jul 2001 16:27:40 +0000 Subject: Integrate mainline p4raw-id: //depot/perlio@11183 --- perlsdio.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'perlsdio.h') diff --git a/perlsdio.h b/perlsdio.h index da45c32714..a1d2bec4b3 100644 --- a/perlsdio.h +++ b/perlsdio.h @@ -1,4 +1,9 @@ #ifdef PERLIO_IS_STDIO + +#ifdef NETWARE + #include "nwstdio.h" +#else + /* * This file #define-s the PerlIO_xxx abstraction onto stdio functions. * Make this as close to original stdio as possible. @@ -136,4 +141,5 @@ #define PerlIO_get_bufsiz(f) (abort(),0) #endif +#endif /* NETWARE */ #endif /* PERLIO_IS_STDIO */ -- cgit v1.2.1