summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2002-10-19 05:11:43 -0700
committerhv <hv@crypt.org>2002-11-07 13:14:21 +0000
commit479b2847c3fbb8fe8ee4a5811514a771839458c4 (patch)
tree1b121891f2a3952e7d8f453012d6df744222554a /win32
parentccb2c380d5450f468e8b3ff18499f19757b950a6 (diff)
downloadperl-479b2847c3fbb8fe8ee4a5811514a771839458c4.tar.gz
Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com> p4raw-id: //depot/perl@18120
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/win32.h b/win32/win32.h
index d1c2325026..849f13b31c 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -140,6 +140,8 @@ struct utsname {
#endif
#define ENV_IS_CASELESS
+#define PIPESOCK_MODE "b" /* pipes, sockets default to binmode */
+
#ifndef VER_PLATFORM_WIN32_WINDOWS /* VC-2.0 headers don't have this */
#define VER_PLATFORM_WIN32_WINDOWS 1
#endif