Re: [PATH] shared -> unique;
[p5sagit/p5-mst-13.2.git] / NetWare / perlsdio.h
1 --- perlsdio.h.old      Sat Jun 30 14:42:22 2001
2 +++ perlsdio.h  Sat Jun 30 14:59:49 2001
3 @@ -1,4 +1,9 @@
4  #ifdef PERLIO_IS_STDIO
5 +
6 +#ifdef NETWARE
7 +       #include "nwstdio.h"
8 +#else
9 +
10  /*
11   * This file #define-s the PerlIO_xxx abstraction onto stdio functions.
12   * Make this as close to original stdio as possible.
13 @@ -136,4 +141,5 @@
14  #define PerlIO_get_bufsiz(f)           (abort(),0)
15  #endif
16  
17 +#endif /* NETWARE */
18  #endif /* PERLIO_IS_STDIO */