From ab59d1c21a58aeb87a8eeb58478ee16ad69e53c1 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 21 May 2002 08:06:44 +0000 Subject: uhh, forgot to commit the DBGC_WINBIND definition :-) (This used to be commit efb119fb88a511e026239773422242fff636ae13) --- source3/include/debug.h | 22 +++++++++++----------- 1 file 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 */ -- cgit