From 1fb834fd7c2784d9bf2c70832af8b55d560a968e Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Mon, 14 Nov 2005 14:46:05 +0000 Subject: o It define NETLINK_NETFILTER if it's not defined. o Kill KERNELDIR in Makefile.am, it's not set anymore. (Pablo Neira) --- include/libnfnetlink/libnfnetlink.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/libnfnetlink/libnfnetlink.h b/include/libnfnetlink/libnfnetlink.h index 8b321ac..982c1b6 100644 --- a/include/libnfnetlink/libnfnetlink.h +++ b/include/libnfnetlink/libnfnetlink.h @@ -4,6 +4,8 @@ * * 2005-10-29 Pablo Neira Ayuso : * Fix NFNL_HEADER_LEN + * 2005-11-13 Pablo Neira Ayuso : + * Define NETLINK_NETFILTER if it's undefined */ #ifndef __LIBNFNETLINK_H @@ -18,6 +20,10 @@ #include #include +#ifndef NETLINK_NETFILTER +#define NETLINK_NETFILTER 12 +#endif + #define NLMSG_TAIL(nlh) \ (((void *) (nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)) -- cgit v1.2.3