From 1226c939375890d07c047e1de5e9e48f5e101854 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 24 Mar 2010 10:30:37 +0100 Subject: Fix DNAT debug.h definition and move it to the enum. --- openbsc/include/openbsc/debug.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/debug.h b/openbsc/include/openbsc/debug.h index d9de61a73..31e404d6c 100644 --- a/openbsc/include/openbsc/debug.h +++ b/openbsc/include/openbsc/debug.h @@ -28,11 +28,10 @@ enum { DHO, DDB, DREF, + DNAT, Debug_LastEntry, }; -#define DNAT 0x100000 - #ifdef DEBUG #define DEBUGP(ss, fmt, args...) debugp(ss, __FILE__, __LINE__, 0, fmt, ## args) #define DEBUGPC(ss, fmt, args...) debugp(ss, __FILE__, __LINE__, 1, fmt, ## args) -- cgit v1.2.3