#ifdef DEBUGGING /* Don't run if compiled with DEBUGGING */ croak("recompile without -DDEBUGGING") ; #endif . . . /* make sure the Perl debugger isn't enabled */ if( PL_perldb ) croak("debugger disabled") ;