Searched defs:S_ISDIR (Results 1 - 1 of 1) sorted by relevance

/sendmail/include/sm/
H A Dconf.h2685 # ifndef S_ISDIR
2686 # define S_ISDIR(foo) ((foo & S_IFMT) == S_IFDIR) macro
2687 # endif /* ! S_ISDIR */

Completed in 26 milliseconds