ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/Makefile.PL
(Generate patch)

Comparing Coro/Coro/Makefile.PL (file contents):
Revision 1.17 by root, Fri Sep 28 14:15:14 2001 UTC vs.
Revision 1.18 by root, Tue Nov 6 20:34:11 2001 UTC

8 8
9$DEFINE = ""; 9$DEFINE = "";
10 10
11$DEFINE .= " -DHAVE_MMAP" if $Config{d_mmap} eq "define" && $Config{d_munmap} eq "define"; 11$DEFINE .= " -DHAVE_MMAP" if $Config{d_mmap} eq "define" && $Config{d_munmap} eq "define";
12 12
13if ($^O =~ /win32/i) { 13if ($^O =~ /win32/i or $^O =~ /cygwin/) {
14 $DEFINE = " -DCORO_LOOSE"; 14 $DEFINE = " -DCORO_LOOSE";
15} elsif ($^O =~ /irix/) { 15} elsif ($^O =~ /irix/) {
16 $iface = "i"; 16 $iface = "i";
17} elsif ($^O =~ /linux/) { 17} elsif ($^O =~ /linux/) {
18 $iface = "l"; 18 $iface = "l";
68l Older GNU/Linux systems (glibc-2.1 and below) need this hack. Since it is 68l Older GNU/Linux systems (glibc-2.1 and below) need this hack. Since it is
69 very linux-specific it is also quite fast for newer versions; when it 69 very linux-specific it is also quite fast for newer versions; when it
70 works, that is... 70 works, that is...
71 71
72i IRIX. For some reason, SGI really does not like to follow the unix 72i IRIX. For some reason, SGI really does not like to follow the unix
73 standard (does that surprise you?), so this techniquee should be fast 73 standard (does that surprise you?), so this technique should be fast
74 and safe (althogh s and u should also work now). 74 and safe (although s and u should also work now).
75 75
76EOF 76EOF
77 77
78retry: 78retry:
79 print "Use which implementation,\n", 79 print "Use which implementation,\n",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines