summaryrefslogtreecommitdiff
path: root/NetWare/perlsdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'NetWare/perlsdio.h')
-rw-r--r--NetWare/perlsdio.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/NetWare/perlsdio.h b/NetWare/perlsdio.h
new file mode 100644
index 0000000000..fad4277e8e
--- /dev/null
+++ b/NetWare/perlsdio.h
@@ -0,0 +1,18 @@
+--- perlsdio.h.old Sat Jun 30 14:42:22 2001
++++ perlsdio.h Sat Jun 30 14:59:49 2001
+@@ -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 */