summaryrefslogtreecommitdiff
path: root/perl.h
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 /perl.h
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 'perl.h')
-rw-r--r--perl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index d453cb6370..4436d1a5f4 100644
--- a/perl.h
+++ b/perl.h
@@ -4163,6 +4163,10 @@ extern void moncontrol(int);
#define UNICODE_PARA_SEPA_1 0x80
#define UNICODE_PARA_SEPA_2 0xA9
+#ifndef PIPESOCK_MODE
+# define PIPESOCK_MODE
+#endif
+
/* and finally... */
#define PERL_PATCHLEVEL_H_IMPLICIT
#include "patchlevel.h"