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

/sendmail/sendmail/
H A Dconf.c3670 ** You may also need to tweak IS_SAFE_CHOWN -- it should be a
3697 #ifndef IS_SAFE_CHOWN
3698 # define IS_SAFE_CHOWN > 0 macro
3699 #endif /* ! IS_SAFE_CHOWN */
3723 return errno == 0 && rval IS_SAFE_CHOWN;
3725 return safedir && errno == 0 && rval IS_SAFE_CHOWN;
/sendmail/include/sm/
H A Dconf.h680 # define IS_SAFE_CHOWN >= 0 macro

Completed in 38 milliseconds