forked from Lainports/opnsense-ports
14 lines
281 B
C
14 lines
281 B
C
--- src/dbmail.h.in.orig 2015-01-25 10:20:50 UTC
|
|
+++ src/dbmail.h.in
|
|
@@ -155,6 +155,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) \
|