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.7 by root, Wed Jul 25 21:12:57 2001 UTC vs.
Revision 1.8 by root, Thu Jul 26 03:46:15 2001 UTC

12 12
13if ($^O =~ /windows/) { 13if ($^O =~ /windows/) {
14 $DEFINE = " -DCORO_LOOSE"; 14 $DEFINE = " -DCORO_LOOSE";
15} elsif ($^O =~ /linux/) { 15} elsif ($^O =~ /linux/) {
16 $iface = "l"; 16 $iface = "l";
17} elsif ($^O =~ /solaris/) {
18 $iface = "s";
17} elsif (-e "/usr/include/ucontext.h") { 19} elsif (-e "/usr/include/ucontext.h") {
18 $iface = "u"; 20 $iface = "u";
19} else { 21} else {
20 $iface = "s"; 22 $iface = "s";
21} 23}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines