iface: remove DEBUGP

This commit is contained in:
Jan Engelhardt
2009-04-05 10:59:12 +02:00
parent af5823b407
commit 1aae519356
3 changed files with 1 additions and 50 deletions

View File

@@ -1,20 +1,9 @@
#ifndef _LINUX_NETFILTER_XT_IFACE_H
#define _LINUX_NETFILTER_XT_IFACE_H 1
#define DEBUG 0
#define _MODULE_NAME "iface"
#define _MODULE_REVISION 0
#if DEBUG
#if _KERNEL
#define DEBUGP(format, args...) printk(KERN_INFO "xt_"_MODULE_NAME": "format"\n", ##args)
#else
#define DEBUGP(format, args...) printf("# DEBUG: libxt_"_MODULE_NAME": "format"\n", ##args)
#endif
#else
#define DEBUGP(format, args...)
#endif
#define XT_IFACE_FLAGCOUNT 11
enum {