summaryrefslogtreecommitdiffstats
path: root/include/ulogd/ulogd.h
diff options
context:
space:
mode:
authorEric Leblond <eric@inl.fr>2009-04-18 13:58:26 +0200
committerEric Leblond <eric@inl.fr>2009-04-18 13:58:26 +0200
commit072959dbc1778a8f85aac9d6ef842ce9222d1fea (patch)
tree31baac110916a936a0c5dbca536d802216e7ba39 /include/ulogd/ulogd.h
parentbc2536b43495038dbaf6275e85288af22ee971e4 (diff)
Revert "ulogd: permit compilation of plugin outside of tree"
This reverts commit 0ff525cb0506b2c043bc9df6d7e7b486c865bc38. A stable and clean API should be provided if we choose to offer for external module capability.
Diffstat (limited to 'include/ulogd/ulogd.h')
-rw-r--r--include/ulogd/ulogd.h2
1 files changed, 0 insertions, 2 deletions
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]))