Nuke obsolete way to build debugging (etc) perls
[p5sagit/p5-mst-13.2.git] / perlvars.h
index 8cff165..b841719 100644 (file)
@@ -1,3 +1,12 @@
+/*    perlvars.h
+ *
+ *    Copyright (c) 1997-2002, Larry Wall
+ *
+ *    You may distribute under the terms of either the GNU General Public
+ *    License or the Artistic License, as specified in the README file.
+ *
+ */
+
 /****************/
 /* Truly global */
 /****************/
@@ -47,4 +56,5 @@ PERLVARI(Grunops_dbg, runops_proc_t,  MEMBER_TO_FPTR(Perl_runops_debug))
 PERLVARI(Gsharehook,   share_proc_t,   MEMBER_TO_FPTR(Perl_sv_nosharing))
 PERLVARI(Glockhook,    share_proc_t,   MEMBER_TO_FPTR(Perl_sv_nolocking))
 PERLVARI(Gunlockhook,  share_proc_t,   MEMBER_TO_FPTR(Perl_sv_nounlocking))
+PERLVARI(Gthreadhook,  thrhook_proc_t, MEMBER_TO_FPTR(Perl_nothreadhook))