Use #ifdef SIGXCPU instead of #ifndef NO_SIGXCPU
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user