--------------------- PatchSet 1270 Date: 2001/01/10 23:00:34 Author: rbcollins Branch: auth_rewrite Tag: (none) Log: get rid of #if 0 Members: src/protos.h:1.1.1.3.12.17.2.22->1.1.1.3.12.17.2.23 src/auth/ntlm/auth_ntlm.h:1.1.2.7->1.1.2.8 Index: squid/src/protos.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/protos.h,v retrieving revision 1.1.1.3.12.17.2.22 retrieving revision 1.1.1.3.12.17.2.23 diff -u -r1.1.1.3.12.17.2.22 -r1.1.1.3.12.17.2.23 --- squid/src/protos.h 10 Jan 2001 00:34:38 -0000 1.1.1.3.12.17.2.22 +++ squid/src/protos.h 10 Jan 2001 23:00:34 -0000 1.1.1.3.12.17.2.23 @@ -1,6 +1,6 @@ /* - * $Id: protos.h,v 1.1.1.3.12.17.2.22 2001/01/10 00:34:38 hno Exp $ + * $Id: protos.h,v 1.1.1.3.12.17.2.23 2001/01/10 23:00:34 rbcollins Exp $ * * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -744,7 +744,7 @@ extern void authenticateFreeProxyAuthUserACLResults(void *data); extern void authenticateProxyUserCacheCleanup(void *); extern void authenticateInitUserCache(); -#if 0 +#if GLOBALPROXYCACHE extern void authenticateProxyAuthCacheAddLink(const char *key, auth_user_t *); #endif extern int authenticateActiveSchemeCount(); Index: squid/src/auth/ntlm/auth_ntlm.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/auth/ntlm/auth_ntlm.h,v retrieving revision 1.1.2.7 retrieving revision 1.1.2.8 diff -u -r1.1.2.7 -r1.1.2.8 --- squid/src/auth/ntlm/auth_ntlm.h 7 Jan 2001 09:48:32 -0000 1.1.2.7 +++ squid/src/auth/ntlm/auth_ntlm.h 10 Jan 2001 23:02:40 -0000 1.1.2.8 @@ -47,9 +47,6 @@ wordlist *authenticate; int challengeuses; time_t challengelifetime; -#if 0 - char *authenticate_ntlm_default_domain; -#endif }; typedef struct _ntlm_user ntlm_user_t;