X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=trunk%2Fsrc%2Fcommon.h;fp=trunk%2Fsrc%2Fcommon.h;h=0000000000000000000000000000000000000000;hb=4a2a65ece88edbfdfda338e263370f292e311228;hp=29961fd0ff88770d2f119b12ef4a89b6b40f7a71;hpb=85718e4dcaf5f34496f629e45a47ec91145c6f9e;p=iptables.git diff --git a/trunk/src/common.h b/trunk/src/common.h deleted file mode 100644 index 29961fd..0000000 --- a/trunk/src/common.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - Copyright (C) Slava Astashonok - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License. - - $Id: common.h,v 1.2.2.2 2004/02/02 08:06:24 sla Exp $ -*/ - -#ifndef _COMMON_H_ -#define _COMMON_H_ - -#define DBG my_log(LOG_DEBUG, "DBG: %s:%d", __FILE__, __LINE__) - -#include - -/* Capture*/ -#define DEBUG_C 1 -/* Unpending */ -#define DEBUG_U 2 -/* Scan */ -#define DEBUG_S 4 -/* Emit */ -#define DEBUG_E 8 -/* Memory */ -#define DEBUG_M 16 -/* Fill */ -#define DEBUG_F 32 -/* Info */ -#define DEBUG_I 64 - -#endif