ports/mail/dbmail/files/patch-src_dbmail.h.in
William Grzybowski b612d70edc mail/dbmail: update to 3.1.17
PR:		192189
Submitted by:	maintainer
2014-07-28 17:46:24 +00:00

15 lines
269 B
C

--- src/dbmail.h.in.orig
+++ src/dbmail.h.in
@@ -154,6 +160,11 @@
#include <endian.h>
#endif
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+
#define GETCONFIGVALUE(key, sect, var) \
config_get_value(key, sect, var); \
if (strlen(var) > 0) \