X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=configure.com;h=3f94d498539350537a204b1037b91c03f605008f;hb=e509e6934ce7cafd6c279046164b9b6255429d8a;hp=526393156375267606628f7d104b4891984d8f47;hpb=88be34b600bd4d61923762dd138558270cb4d3f1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/configure.com b/configure.com index 5263931..3f94d49 100644 --- a/configure.com +++ b/configure.com @@ -2509,13 +2509,10 @@ $ if (d_alwdeftype) then usedefaulttypes = "define" $! $! determine whether to use malloc wrapping $ echo "" -$ IF .NOT. usedevel .AND. usedevel .NES. "define" -$ THEN bool_dflt = "n" -$ ELSE bool_dflt = "y" -$ ENDIF +$ bool_dflt = "y" $ IF F$TYPE(usemallocwrap) .nes. "" $ then -$ if usemallocwrap .or. usemallocwrap .eqs. "define" then bool_dflt = "y" +$ if .NOT. usemallocwrap .or. usemallocwrap .eqs. "undef" then bool_dflt = "n" $ endif $ rp = "Do you wish to wrap malloc calls to protect against potential overflows? [''bool_dflt'] " $ GOSUB myread