--------------------- PatchSet 3370 Date: 2001/11/22 18:08:27 Author: kinkie Branch: ntlm Tag: (none) Log: Added stuff to have ntlm/winbind helper compiled. Members: configure.in:1.1.1.3.10.36->1.1.1.3.10.37 Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid/configure.in,v retrieving revision 1.1.1.3.10.36 retrieving revision 1.1.1.3.10.37 diff -u -r1.1.1.3.10.36 -r1.1.1.3.10.37 --- squid/configure.in 6 Sep 2001 11:01:26 -0000 1.1.1.3.10.36 +++ squid/configure.in 22 Nov 2001 18:08:27 -0000 1.1.1.3.10.37 @@ -3,7 +3,7 @@ dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.1.1.3.10.36 2001/09/06 11:01:26 rbcollins Exp $ +dnl $Id: configure.in,v 1.1.1.3.10.37 2001/11/22 18:08:27 kinkie Exp $ dnl dnl dnl @@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(Squid, 2.5-ntlm) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.1.1.3.10.36 $)dnl +AC_REVISION($Revision: 1.1.1.3.10.37 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) dnl Set default LDFLAGS @@ -1070,6 +1070,7 @@ sys/socket.h \ sys/stat.h \ sys/statvfs.h \ + syscall.h \ sys/syscall.h \ sys/time.h \ sys/types.h \ @@ -1079,6 +1080,7 @@ syslog.h \ time.h \ unistd.h \ + utime.h \ varargs.h \ byteswap.h \ glib.h \ @@ -2044,6 +2046,7 @@ src/auth/ntlm/helpers/no_check/Makefile \ src/auth/ntlm/helpers/NTLMSSP/Makefile \ src/auth/ntlm/helpers/NTLMSSP/smbval/Makefile \ + src/auth/ntlm/helpers/winbind/Makefile \ contrib/Makefile \ snmplib/Makefile \ icons/Makefile \