Home
last modified time | relevance | path

Searched refs:HAS_ST_GEN (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/sendmail/include/sm/
H A Dconf.h657 # define HAS_ST_GEN 1 /* has st_gen field in stat struct */ macro
773 # define HAS_ST_GEN 1 /* has st_gen field in struct stat */ macro
821 # define HAS_ST_GEN 1 /* has st_gen field in stat struct */ macro
850 # define HAS_ST_GEN 1 /* has st_gen field in stat struct */ macro
960 # define HAS_ST_GEN 1 /* has st_gen field in stat struct */ macro
1140 # define HAS_ST_GEN 1 /* has st_gen field in stat struct */ macro
/freebsd/contrib/sendmail/libsmutil/
H A Dsafefile.c886 #if HAS_ST_GEN && 0 /* AFS returns garbage in st_gen */
902 #if HAS_ST_GEN
/freebsd/contrib/sendmail/mail.local/
H A Dmail.local.c1257 #if HAS_ST_GEN && 0 /* AFS returns random values for st_gen */
1435 #if HAS_ST_GEN && 0 /* AFS returns random values for st_gen */
/freebsd/contrib/sendmail/src/
H A Dconf.c6185 #if HAS_ST_GEN
H A Dqueue.c4111 #if HAS_ST_GEN && 0 /* AFS returns garbage in st_gen */
H A DREADME301 HAS_ST_GEN Define this to 1 if your system has the st_gen field in
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES6785 This adds a new compile flag, HAS_ST_GEN (0/1 option).