X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dosish.h;h=4b90187d087c849e5f2ac2cea277d115fa816f43;hb=f0b5ba41df93ba6703cb6968a5cc3fad069c7ad7;hp=5f12b9d1b27a2da6bb58434004a5b5264881ed75;hpb=05af4e39b4c15021ef2967b252f6274e0fb723b9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/dosish.h b/dosish.h index 5f12b9d..4b90187 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 */