uhh, forgot to commit the DBGC_WINBIND definition :-)
authorSimo Sorce <idra@samba.org>
Tue, 21 May 2002 08:06:44 +0000 (08:06 +0000)
committerSimo Sorce <idra@samba.org>
Tue, 21 May 2002 08:06:44 +0000 (08:06 +0000)
source/include/debug.h

index 9cd7c7097d659b15713fc61d1d3cfa675d642455..6e721de2d2ed04892f5f5c6b30c4ab6d5e72c7fa 100644 (file)
@@ -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 */