]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Provide smb_lm helper with config.h definitions
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 14 Apr 2010 11:04:12 +0000 (23:04 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 14 Apr 2010 11:04:12 +0000 (23:04 +1200)
helpers/ntlm_auth/smb_lm/libntlmssp.c
helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.h

index a0d34c13cdb97e9cc847a7194bc259ce8082ac13..45c16e19d054962fdb51e2172a05d6d347b38432 100644 (file)
@@ -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 <string.h>
 #endif /* HAVE_STRING_H */
-#if HAVE_STDLIB_H
-#include <stdlib.h>
-#endif /* HAVE_STDLIB_H */
 #if HAVE_UNISTD_H
 #include <unistd.h>
 #endif
index 52b08e96379ab6b238f4a693b8b86b39965693fd..3d96aaf456c833f4592c70687fa11f4bee0b6062 100644 (file)
@@ -31,7 +31,7 @@
  * define this if you want debugging
  */
 #ifndef DEBUG
-#define DEBUG
+#define DEBUG 1
 #endif
 
 #define DEAD_DC_RETRY_INTERVAL 30