From 072959dbc1778a8f85aac9d6ef842ce9222d1fea Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Sat, 18 Apr 2009 13:58:26 +0200 Subject: 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. --- include/ulogd/ulogd.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/ulogd/ulogd.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 /* need this because of extension-sighandler */ #include #include -#ifdef HAVE_CONFIG_H #include -#endif #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) -- cgit v1.2.3