summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
authorFifer, Eric <EFifer@sanwaint.com>1999-06-02 16:16:05 +0100
committerGurusamy Sarathy <gsar@cpan.org>1999-07-05 05:17:12 +0000
commit1cab015a482fdf2a2c78aa5bae65199be3b5e3c8 (patch)
treee02b004521f99ac1666a83c1a55c3d9d5e780236 /dosish.h
parent16cebae21a82370677b73e4db793c726b3f4ff27 (diff)
downloadperl-1cab015a482fdf2a2c78aa5bae65199be3b5e3c8.tar.gz
cygwin32 update
Message-Id: <71E287AB0D94D111BBD600600849EC8185EDD9@POST> Subject: [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3582
Diffstat (limited to 'dosish.h')
-rw-r--r--dosish.h17
1 files changed, 2 insertions, 15 deletions
diff --git a/dosish.h b/dosish.h
index 4116deca67..c936250075 100644
--- a/dosish.h
+++ b/dosish.h
@@ -23,21 +23,8 @@
# 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 */