diff options
Diffstat (limited to 'src/daemon.h')
| -rw-r--r-- | src/daemon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon.h b/src/daemon.h index 649b4d5279a79..fa4e681a10b83 100644 --- a/src/daemon.h +++ b/src/daemon.h @@ -43,10 +43,10 @@ struct daemon #if MILTER char *d_inputfilterlist; struct milter *d_inputfilters[MAXFILTERS]; -#endif /* MILTER */ +#endif #if _FFR_SS_PER_DAEMON int d_supersafe; -#endif /* _FFR_SS_PER_DAEMON */ +#endif }; typedef struct daemon DAEMON_T; |
