Correct the editor block to match the perl 5 policy on tabs
[p5sagit/p5-mst-13.2.git] / perlvars.h
index 9cc8a2f..d57cb28 100644 (file)
@@ -69,3 +69,6 @@ PERLVAR(Gsv_placeholder, SV)
 PERLVARI(Gcsighandlerp,        Sighandler_t, &Perl_csighandler)        /* Pointer to C-level sighandler */
 #endif
 
+#ifndef PERL_USE_SAFE_PUTENV
+PERLVARI(Guse_safe_putenv, int, 1)
+#endif