Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/include/sm/
H A Dconf.h91 # define HASFCHMOD 1 /* has fchmod(2) syscall */ macro
216 # define HASFCHMOD 1 /* has fchmod(2) syscall */ macro
249 # define HASFCHMOD 0 /* does not have fchmod(2) syscall */ macro
302 # define HASFCHMOD 1 /* has fchmod(2) syscall */ macro
358 # define HASFCHMOD 1 /* has fchmod(2) syscall */ macro
584 # define HASFCHMOD 1 /* has fchmod(2) syscall */ macro
653 # define HASFCHMOD 1 /* has fchmod(2) syscall */ macro
755 # define HASFCHMOD 1 /* has fchmod(2) */ macro
818 # define HASFCHMOD 1 /* has fchmod(2) syscall */ macro
846 # define HASFCHMOD 1 /* has fchmod(2) syscall */ macro
[all …]
/freebsd/contrib/sendmail/src/
H A Dconf.c6122 #if HASFCHMOD
H A Ddeliver.c6841 #if HASFCHMOD
H A DREADME226 HASFCHMOD Define this to one if you have the fchmod(2) system call.