summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
Diffstat (limited to 'dosish.h')
-rw-r--r--dosish.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/dosish.h b/dosish.h
index 5f12b9d1b2..4b90187d08 100644
--- a/dosish.h
+++ b/dosish.h
@@ -25,8 +25,13 @@
# define PERL_SYS_INIT(c,v) Perl_win32_init(c,v)
# define BIT_BUCKET "nul"
# else
-# define PERL_SYS_INIT(c,v)
-# define BIT_BUCKET "\\dev\\nul" /* "wanna be like, umm, Newlined, or somethin?" */
+# ifdef NETWARE
+# define PERL_SYS_INIT(c,v) Perl_nw5_init(c,v)
+# define BIT_BUCKET "nul"
+# else
+# define PERL_SYS_INIT(c,v)
+# define BIT_BUCKET "\\dev\\nul" /* "wanna be like, umm, Newlined, or somethin?" */
+# endif /* NETWARE */
# endif
#endif /* DJGPP */