Use #ifdef SIGXCPU instead of #ifndef NO_SIGXCPU

This commit is contained in:
Love Hornquist Astrand
2009-12-25 10:44:40 +01:00
parent 5b515900d6
commit 15cff173a2

View File

@@ -954,7 +954,7 @@ main(int argc, char **argv)
}
if (0) ;
#ifndef NO_SIGXCPU
#ifdef SIGXCPU
else if(exit_flag == SIGXCPU)
krb5_warnx(context, "%s CPU time limit exceeded", getprogname());
#endif