diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-23 09:08:30 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-23 09:08:30 +0000 |
commit | b82baff62ab7f5eb277b53f2a625c8a41392dbdf (patch) | |
tree | a9db019f9ae572a505218b98c42de8edf8c40689 /hints/cygwin.sh | |
parent | 117c97cc8bc4f8d1e649a798c680208c2e87c6d9 (diff) | |
download | perl-b82baff62ab7f5eb277b53f2a625c8a41392dbdf.tar.gz |
cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
p4raw-id: //depot/perl@4853
Diffstat (limited to 'hints/cygwin.sh')
-rw-r--r-- | hints/cygwin.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/cygwin.sh b/hints/cygwin.sh index 71c9a8334e..ebe861888b 100644 --- a/hints/cygwin.sh +++ b/hints/cygwin.sh @@ -34,6 +34,11 @@ cccdlflags=' ' # - perl malloc needs to be unpolluted bincompat5005='undef' +# stubs (ENOSYS, not implemented) +d_chroot='undef' +d_seteuid='undef' +d_setegid='undef' + # strip exe's and dll's #ldflags="$ldflags -s" #ccdlflags="$ccdlflags -s" |