From: Charles Bailey Date: Mon, 13 Mar 2000 02:50:10 +0000 (+0000) Subject: Fix inverted test conditions for secure lnm translation X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3c7a2e1b8a62844f104b692bcd6edc0c187b2014;p=p5sagit%2Fp5-mst-13.2.git Fix inverted test conditions for secure lnm translation and default file types. (Dan Sugalski) p4raw-id: //depot/vmsperl@5692 --- diff --git a/vms/subconfigure.com b/vms/subconfigure.com index d9231e7..68ce1fb 100644 --- a/vms/subconfigure.com +++ b/vms/subconfigure.com @@ -4302,13 +4302,13 @@ $ WRITE CONFIG "#define VMS_DO_SOCKETS" $ ENDIF $! This is VMS-specific for now $ WRITE CONFIG "#''perl_d_setenv' HAS_SETENV" -$ if d_alwdeftype.eqs."Y" +$ if d_secintgenv $ THEN $ WRITE CONFIG "#define SECURE_INTERNAL_GETENV" $ ELSE $ WRITE CONFIG "#undef SECURE_INTERNAL_GETENV" $ ENDIF -$ if d_secintgenv.eqs."Y" +$ if d_alwdeftype $ THEN $ WRITE CONFIG "#define ALWAYS_DEFTYPES" $ ELSE