X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/de517fd3061ee343cd36d05587c915f617318671..5c161fa615ab4a2d40170fedd71d1b9a7f079ff6:/src/src/exim.h diff --git a/src/src/exim.h b/src/src/exim.h index 263c00321..f27ed5cd8 100644 --- a/src/src/exim.h +++ b/src/src/exim.h @@ -87,6 +87,13 @@ making unique names. */ # include #endif +#ifdef EXIM_HAVE_INOTIFY +# include +#endif +#ifdef EXIM_HAVE_KEVENT +# include +#endif + /* C99 integer types, figure out how to undo this if needed for older systems */ #include @@ -493,13 +500,13 @@ config.h, mytypes.h, and store.h, so we don't need to mention them explicitly. #ifdef SUPPORT_SPF # include "spf.h" #endif -#ifdef EXPERIMENTAL_SRS +#ifdef EXPERIMENTAL_SRS_ALT # include "srs.h" #endif #ifndef DISABLE_DKIM # include "dkim.h" #endif -#ifdef EXPERIMENTAL_DMARC +#ifdef SUPPORT_DMARC # include "dmarc.h" # include #endif