Searched refs:HASSETRLIMIT (Results 1 - 2 of 2) sorted by relevance

/sendmail/include/sm/
H A Dconf.h252 # define HASSETRLIMIT 0 /* does not have setrlimit call */ macro
336 # define HASSETRLIMIT 1 /* has setrlimit(2) syscall */ macro
767 # define HASSETRLIMIT 1 /* has setrlimit(2) */ macro
1197 # define HASSETRLIMIT 1 /* has setrlimit(2) call */ macro
1352 # define HASSETRLIMIT 1 /* has setrlimit(2) */ macro
1582 # define HASSETRLIMIT 0 /* ... but not setrlimit(2) */ macro
1780 # define HASSETRLIMIT 1 /* has setrlimit(2) syscall */ macro
2321 # define HASSETRLIMIT 1 /* have setrlimit(2) */ macro
2384 # define HASSETRLIMIT 0 macro
2442 # ifndef HASSETRLIMIT
2443 # define HASSETRLIMIT macro
2460 # define HASSETRLIMIT macro
2593 # define HASSETRLIMIT macro
[all...]
/sendmail/sendmail/
H A Dconf.c3743 #if HASSETRLIMIT
3748 #endif /* HASSETRLIMIT */
3753 #if HASSETRLIMIT
3763 #else /* HASSETRLIMIT */
3768 #endif /* HASSETRLIMIT */
5969 #if HASSETRLIMIT
5970 "HASSETRLIMIT",
5971 #endif /* HASSETRLIMIT */

Completed in 1137 milliseconds