Lines Matching defs:NSIG
3463 /* NSIG logic from Configure --> */
3464 #ifndef NSIG
3466 # define NSIG (_NSIG)
3468 # define NSIG (SIGMAX+1)
3470 # define NSIG (SIG_MAX+1)
3472 # define NSIG (_SIG_MAX+1)
3474 # define NSIG (MAXSIG+1)
3476 # define NSIG (MAX_SIG+1)
3478 # define NSIG SIGARRAYSIZE /* Assume ary[SIGARRAYSIZE] */
3480 # define NSIG (_sys_nsig) /* Solaris 2.5 */
3484 # define NSIG 50
3487 /* <-- NSIG logic from Configure */