ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/constants.pl.PL
(Generate patch)

Comparing AnyEvent/constants.pl.PL (file contents):
Revision 1.13 by root, Tue Jul 30 23:14:32 2013 UTC vs.
Revision 1.15 by root, Mon Feb 13 12:25:32 2017 UTC

12 12
13 print "# automatically generated from constants.pl.PL\n"; 13 print "# automatically generated from constants.pl.PL\n";
14} 14}
15 15
16{ 16{
17 # from common::sense 3.7 17 # from common::sense 3.74
18 use strict qw(vars subs); 18 use strict qw(vars subs);
19 no warnings; 19 no warnings;
20 use warnings qw(FATAL closed threads internal debugging pack malloc portable prototype 20 use warnings qw(FATAL closed threads internal debugging pack malloc portable prototype
21 inplace io pipe unpack deprecated glob digit printf 21 inplace io pipe unpack glob digit printf
22 layer reserved taint closure semicolon); 22 layer reserved taint closure semicolon);
23 no warnings qw(exec newline unopened); 23 no warnings qw(exec newline unopened);
24 24
25 BEGIN { 25 BEGIN {
26 my $H = $^H;
27 my $WARN = ${^WARNING_BITS};
28
29 print "sub AnyEvent::common_sense {\n"; 26 print "sub AnyEvent::common_sense {\n";
30 printf " local \$^W;\n"; 27 printf " local \$^W;\n";
31 printf " \${^WARNING_BITS} ^= \${^WARNING_BITS} ^ \"%s\";\n", 28 printf " \${^WARNING_BITS} ^= \${^WARNING_BITS} ^ \"%s\";\n",
32 join "", map "\\x$_", unpack "(H2)*", ${^WARNING_BITS}; 29 join "", map "\\x$_", unpack "(H2)*", ${^WARNING_BITS};
33 # use strict, use utf8; 30 # use strict, use utf8;
166linux TCP_WINDOW_CLAMP 10 163linux TCP_WINDOW_CLAMP 10
167linux TCP_INFO 11 164linux TCP_INFO 11
168linux TCP_QUICKACK 12 165linux TCP_QUICKACK 12
169linux TCP_CONGESTION 13 166linux TCP_CONGESTION 13
170linux TCP_MD5SIG 14 167linux TCP_MD5SIG 14
168linux TCP_FASTOPEN 23
169linux MSG_DONTWAIT 0x0040
170linux MSG_NOSIGNAL 0x4000
171linux MSG_MORE 0x8000
172linux MSG_FASTOPEN 0x20000000
171netbsd TCP_MAXSEG 2 173netbsd TCP_MAXSEG 2
172netbsd TCP_KEEPIDLE 3 174netbsd TCP_KEEPIDLE 3
173netbsd TCP_NOPUSH 4 175netbsd TCP_NOPUSH 4
174netbsd TCP_KEEPINTVL 5 176netbsd TCP_KEEPINTVL 5
175netbsd TCP_KEEPCNT 6 177netbsd TCP_KEEPCNT 6
176netbsd TCP_KEEPINIT 7 178netbsd TCP_KEEPINIT 7
177netbsd TCP_NOOPT 8 179netbsd TCP_NOOPT 8
178netbsd TCP_MD5SIG 0x10 180netbsd TCP_MD5SIG 0x10
179netbsd TCP_CONGESTION 0x20 181netbsd TCP_CONGESTION 0x20
182netbsd MSG_NOSIGNAL 0x0400
180cygwin TCP_MAXSEG 0x02 183cygwin TCP_MAXSEG 0x02
181cygwin TCP_NOPUSH 0x04 184cygwin TCP_NOPUSH 0x04
182cygwin TCP_NOOPT 0x08 185cygwin TCP_NOOPT 0x08
183freebsd TCP_MAXSEG 0x02 186freebsd TCP_MAXSEG 0x02
184freebsd TCP_NOPUSH 0x04 187freebsd TCP_NOPUSH 0x04
185freebsd TCP_NOOPT 0x08 188freebsd TCP_NOOPT 0x08
186freebsd TCP_MD5SIG 0x10 189freebsd TCP_MD5SIG 0x10
187freebsd TCP_INFO 0x20 190freebsd TCP_INFO 0x20
188freebsd TCP_CONGESTION 0x40 191freebsd TCP_CONGESTION 0x40
192freebsd MSG_NOSIGNAL 0x20000
189solaris TCP_CORK 0x18 193solaris TCP_CORK 0x18
190solaris TCP_LINGER2 0x1C 194solaris TCP_LINGER2 0x1C
191solaris TCP_INIT_CWND 0x15 195solaris TCP_INIT_CWND 0x15
192solaris TCP_KEEPALIVE 0x8 196solaris TCP_KEEPALIVE 0x8
193solaris TCP_MAXSEG 0x02 197solaris TCP_MAXSEG 0x02

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines