diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2014-12-12 04:10:50 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2014-12-12 04:10:50 +0000 |
commit | fe7726f7f551319623ef61624b8a3c685b1688cc (patch) | |
tree | 478852bc9e3903f605e5e0b46c9b5bdf0d2aab7c /include/sendmail/sendmail.h | |
parent | e978ee268a13bb8489e79a50cf49f012385863d0 (diff) | |
download | FreeBSD-src-fe7726f7f551319623ef61624b8a3c685b1688cc.zip FreeBSD-src-fe7726f7f551319623ef61624b8a3c685b1688cc.tar.gz |
Import sendmail 8.15.1
Diffstat (limited to 'include/sendmail/sendmail.h')
-rw-r--r-- | include/sendmail/sendmail.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sendmail/sendmail.h b/include/sendmail/sendmail.h index fbd85d3..c790722 100644 --- a/include/sendmail/sendmail.h +++ b/include/sendmail/sendmail.h @@ -117,9 +117,7 @@ extern bool filechanged __P((char *, int, struct stat *)); #define DBS_WORLDWRITABLEFORWARDFILE 39 #define DBS_WORLDWRITABLEINCLUDEFILE 40 #define DBS_GROUPREADABLEKEYFILE 41 -#if _FFR_GROUPREADABLEAUTHINFOFILE -# define DBS_GROUPREADABLEAUTHINFOFILE 42 -#endif /* _FFR_GROUPREADABLEAUTHINFOFILE */ +#define DBS_GROUPREADABLEAUTHINFOFILE 42 /* struct defining such things */ struct dbsval |