diff -ur smbpwman-0.5~/smbpwcommon.c smbpwman-0.5/smbpwcommon.c --- smbpwman-0.5~/smbpwcommon.c 2004-09-20 13:01:10.000000000 +1000 +++ smbpwman-0.5/smbpwcommon.c 2004-09-20 12:58:57.000000000 +1000 @@ -2,6 +2,8 @@ * This is a passowrd cache for smb passwords * */ + +#define DEBUG #include "smbpw.h" diff -ur smbpwman-0.5~/smbpwman.c smbpwman-0.5/smbpwman.c --- smbpwman-0.5~/smbpwman.c 2004-09-20 13:01:02.000000000 +1000 +++ smbpwman-0.5/smbpwman.c 2004-09-20 12:59:04.000000000 +1000 @@ -56,6 +56,8 @@ * Free records completely when the password is cleared */ +#define DEBUG + #include "version.h" #include "smbpw.h" #include diff -ur smbpwman-0.5~/smbpwtest.c smbpwman-0.5/smbpwtest.c --- smbpwman-0.5~/smbpwtest.c 2004-09-20 13:01:02.000000000 +1000 +++ smbpwman-0.5/smbpwtest.c 2004-09-20 12:59:10.000000000 +1000 @@ -3,6 +3,8 @@ * */ +#define DEBUG + #include "smbpw.h" int main(int argc, char **argv)