From: Amos Jeffries Date: Wed, 14 Apr 2010 11:04:12 +0000 (+1200) Subject: Provide smb_lm helper with config.h definitions X-Git-Tag: SQUID_3_2_0_1~300 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c3432c53a1a868d1ae52ad3b2e3766efa28ab69;p=thirdparty%2Fsquid.git Provide smb_lm helper with config.h definitions --- diff --git a/helpers/ntlm_auth/smb_lm/libntlmssp.c b/helpers/ntlm_auth/smb_lm/libntlmssp.c index a0d34c13cd..45c16e19d0 100644 --- a/helpers/ntlm_auth/smb_lm/libntlmssp.c +++ b/helpers/ntlm_auth/smb_lm/libntlmssp.c @@ -12,6 +12,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. */ +#include "config.h" typedef unsigned char uchar; @@ -23,9 +24,6 @@ typedef unsigned char uchar; #if HAVE_STRING_H #include #endif /* HAVE_STRING_H */ -#if HAVE_STDLIB_H -#include -#endif /* HAVE_STDLIB_H */ #if HAVE_UNISTD_H #include #endif diff --git a/helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.h b/helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.h index 52b08e9637..3d96aaf456 100644 --- a/helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.h +++ b/helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.h @@ -31,7 +31,7 @@ * define this if you want debugging */ #ifndef DEBUG -#define DEBUG +#define DEBUG 1 #endif #define DEAD_DC_RETRY_INTERVAL 30