Re-establish the fp overflow detection for VAX VMS; there
[p5sagit/p5-mst-13.2.git] / dosish.h
index 5f12b9d..4b90187 100644 (file)
--- a/dosish.h
+++ b/dosish.h
 #    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 */