diff options
Diffstat (limited to 'source3/include/debug.h')
-rw-r--r-- | source3/include/debug.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/source3/include/debug.h b/source3/include/debug.h index 9cd7c7097d..6e721de2d2 100644 --- a/source3/include/debug.h +++ b/source3/include/debug.h @@ -79,17 +79,17 @@ extern int DEBUGLEVEL; * at the start of the file (after #include "includes.h") will default to * using index zero, so it will behaive just like it always has. */ -#define DBGC_ALL 0 /* index equivalent to DEBUGLEVEL */ - -#define DBGC_TDB 1 -#define DBGC_PRINTDRIVERS 2 -#define DBGC_LANMAN 3 -#define DBGC_SMB 4 -#define DBGC_RPC 5 -#define DBGC_RPC_HDR 6 -#define DBGC_PASSDB 7 -#define DBGC_AUTH 8 -#define DBGC_BDC 9 +#define DBGC_ALL 0 /* index equivalent to DEBUGLEVEL */ + +#define DBGC_TDB 1 +#define DBGC_PRINTDRIVERS 2 +#define DBGC_LANMAN 3 +#define DBGC_SMB 4 +#define DBGC_RPC_SRV 5 +#define DBGC_RPC_CLI 6 +#define DBGC_PASSDB 7 +#define DBGC_AUTH 8 +#define DBGC_WINBIND 9 /* So you can define DBGC_CLASS before including debug.h */ |