diff options
Diffstat (limited to 'mail/dbmail/files/patch-src_dbmail.h.in')
-rw-r--r-- | mail/dbmail/files/patch-src_dbmail.h.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/dbmail/files/patch-src_dbmail.h.in b/mail/dbmail/files/patch-src_dbmail.h.in deleted file mode 100644 index 6bb73f4632a9..000000000000 --- a/mail/dbmail/files/patch-src_dbmail.h.in +++ /dev/null @@ -1,22 +0,0 @@ ---- src/dbmail.h.in.orig 2015-01-25 10:20:50 UTC -+++ src/dbmail.h.in -@@ -97,6 +97,7 @@ - #include <ldap.h> - #endif - -+#include <zdb.h> - #include <URL.h> - #include <ResultSet.h> - #include <PreparedStatement.h> -@@ -156,6 +157,11 @@ - #ifdef HAVE_ENDIAN_H - #include <endian.h> - #endif -+ -+#ifdef HAVE_CONFIG_H -+#include "config.h" -+#endif -+ - - #define GETCONFIGVALUE(key, sect, var) \ - config_get_value(key, sect, var); \ |