From: graichen Date: Thu, 2 Jan 1997 14:05:25 +0000 (+0000) Subject: handle the pmax like the arc - no dynamic stuff X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3b675a67da8b7e01d58e6072469f4342b1ee079e;p=openbsd handle the pmax like the arc - no dynamic stuff --- diff --git a/gnu/usr.bin/perl/config.sh.OpenBSD b/gnu/usr.bin/perl/config.sh.OpenBSD index 01d0dcbefdd..a6fbdf144f6 100644 --- a/gnu/usr.bin/perl/config.sh.OpenBSD +++ b/gnu/usr.bin/perl/config.sh.OpenBSD @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: config.sh.OpenBSD,v 1.4 1996/08/23 15:22:39 downsj Exp $ +# $OpenBSD: config.sh.OpenBSD,v 1.5 1997/01/02 14:05:25 graichen Exp $ # # This file was produced by running the Configure script. It holds all the # definitions figured out by Configure. Should you modify one of these values, @@ -18,6 +18,7 @@ case "`machine`" in "alpha") _dynaload=0;; "arc") _dynaload=0;; +"pmax") _dynaload=0;; *) _dynaload=1;; esac