diff options
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 fbd85d3b1f9dd..c79072299b602 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 |