Home
last modified time | relevance | path

Searched refs:USESETEUID (Results 1 – 4 of 4) sorted by relevance

/original-bsd/usr.sbin/sendmail/src/
H A Dconf.h143 # define USESETEUID 1 /* has useable seteuid(2) call */ macro
423 # define USESETEUID 1 /* has useable seteuid(2) call */ macro
476 # define USESETEUID 1 /* has useable seteuid(2) call */ macro
497 # define USESETEUID 1 /* has useable seteuid(2) call */ macro
534 # define USESETEUID 1 /* has useable seteuid(2) call */ macro
1307 # define USESETEUID 1 /* has useable seteuid(2) call */ macro
1365 # if _POSIX_VERSION >= 199500 && !defined(USESETEUID)
1366 # define USESETEUID 1 /* has useable seteuid(2) call */ macro
1428 #ifndef USESETEUID
1429 # define USESETEUID 0 /* assume no seteuid(2) call or no saved ids */ macro
H A Drecipient.c898 #if HASSETREUID || USESETEUID
906 # if USESETEUID
967 #if HASSETREUID || USESETEUID
972 # if USESETEUID
H A Dconf.c3690 #if USESETEUID
H A DREAD_ME241 USESETEUID Define this to 1 if you have seteuid(2) if you have a seteuid
248 HASSETREUID and USESETEUID, the former is ignored.