Down with C++ reserved names
[p5sagit/p5-mst-13.2.git] / perlvars.h
index 9cc8a2f..00b0e1f 100644 (file)
@@ -53,7 +53,7 @@ PERLVAR(Gdollarzero_mutex, perl_mutex)        /* Modifying $0 */
 #endif
 
 /* This is constant on most architectures, a global on OS/2 */
-PERLVARI(Gsh_path,     char *, SH_PATH)/* full path of shell */
+PERLVARI(Gsh_path,     const char *,   SH_PATH)/* full path of shell */
 
 #ifndef PERL_MICRO
 /* If Perl has to ignore SIGPFE, this is its saved state.
@@ -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