Integrate with Sarathy.
[p5sagit/p5-mst-13.2.git] / dosish.h
index 4116dec..c936250 100644 (file)
--- a/dosish.h
+++ b/dosish.h
 #    define PERL_SYS_INIT(c,v) Perl_win32_init(c,v)
 #    define BIT_BUCKET "nul"
 #  else
-#    ifdef CYGWIN32
-#      define PERL_SYS_INIT(c,v)       \
-               MALLOC_INIT;
-#      define OP_BINARY O_BINARY
-#      define BIT_BUCKET "nul"
-#      define HAS_IOCTL
-#      define HAS_UTIME
-#      define HAS_KILL
-#      define HAS_WAIT
-#      define HAS_CHOWN
-#      define HAS_GROUP
-#    else
-#      define PERL_SYS_INIT(c,v)
-#      define BIT_BUCKET "\\dev\\nul" /* "wanna be like, umm, Newlined, or somethin?" */
-#    endif
+#    define PERL_SYS_INIT(c,v) Perl_my_setenv_init(&environ)
+#    define BIT_BUCKET "\\dev\\nul" /* "wanna be like, umm, Newlined, or somethin?" */
 #  endif
 #endif /* DJGPP */