Support PIPECONNECT with helo_data using the local IP, when interface is known.
[exim.git] / src / src / exim.h
index b0906d34afa127105b247eab52cf474d2f714fec..2541baa3d66d05eab396c68100ed753c3b406b6a 100644 (file)
@@ -531,7 +531,8 @@ config.h, mytypes.h, and store.h, so we don't need to mention them explicitly.
 
 #include "local_scan.h"
 #include "macros.h"
-#include "dbstuff.h"
+#include "hintsdb.h"
+#include "hintsdb_structs.h"
 #include "structs.h"
 #include "blob.h"
 #include "globals.h"
@@ -546,9 +547,6 @@ 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_ALT
-# include "srs.h"
-#endif
 #ifndef DISABLE_DKIM
 # include "dkim.h"
 #endif