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

/opensolaris-onvv-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h261 # define SYS5SETPGRP 1 /* don't have setpgid on AIX/RT */ macro
1616 # define SYS5SETPGRP 1 /* use System V setpgrp(2) syscall */ macro
2092 # define SYS5SETPGRP 1 /* use System V setpgrp(2) syscall */ macro
2489 # define SYS5SETPGRP 1 /* use System V setpgrp(2) syscall */ macro
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dconf.c2919 # ifdef SYS5SETPGRP
2921 # else /* SYS5SETPGRP */
2923 # endif /* SYS5SETPGRP */
5999 #if SYS5SETPGRP
6000 "SYS5SETPGRP",
6001 #endif /* SYS5SETPGRP */

Completed in 86 milliseconds