Fix DNAT debug.h definition and move it to the enum.

This commit is contained in:
Holger Hans Peter Freyther
2010-03-24 10:30:37 +01:00
parent b9c520f9b3
commit 1226c93937

View File

@@ -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)