summaryrefslogtreecommitdiffstats
path: root/include/ulogd
diff options
context:
space:
mode:
Diffstat (limited to 'include/ulogd')
-rw-r--r--include/ulogd/Makefile.am3
-rw-r--r--include/ulogd/ulogd.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/include/ulogd/Makefile.am b/include/ulogd/Makefile.am
index de9c8f2..9b8a3d1 100644
--- a/include/ulogd/Makefile.am
+++ b/include/ulogd/Makefile.am
@@ -1 +1,2 @@
-noinst_HEADERS = db.h printpkt.h printflow.h
+
+noinst_HEADERS = conffile.h db.h ipfix_protocol.h linuxlist.h ulogd.h printpkt.h printflow.h common.h linux_rbtree.h timer.h slist.h hash.h jhash.h
diff --git a/include/ulogd/ulogd.h b/include/ulogd/ulogd.h
index 3069454..2d1b348 100644
--- a/include/ulogd/ulogd.h
+++ b/include/ulogd/ulogd.h
@@ -19,9 +19,7 @@
#include <signal.h> /* need this because of extension-sighandler */
#include <sys/types.h>
#include <string.h>
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))