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

/sendmail/include/sm/
H A Dconf.h256 # define SYS5SETPGRP 1 /* don't have setpgid on AIX/RT */ macro
1627 # define SYS5SETPGRP 1 /* use System V setpgrp(2) syscall */ macro
2103 # define SYS5SETPGRP 1 /* use System V setpgrp(2) syscall */ macro
2500 # define SYS5SETPGRP 1 /* use System V setpgrp(2) syscall */ macro
/sendmail/sendmail/
H A Dconf.c2924 # ifdef SYS5SETPGRP
2926 # else /* SYS5SETPGRP */
2928 # endif /* SYS5SETPGRP */
6088 #if SYS5SETPGRP
6089 "SYS5SETPGRP",
6090 #endif /* SYS5SETPGRP */

Completed in 31 milliseconds