]> git.pld-linux.org Git - packages/squid.git/blob - squid-auth_on_acceleration.patch
2f04aafaf16577b95e64eb273af8671e365ad74b
[packages/squid.git] / squid-auth_on_acceleration.patch
1 based on infromation from
2 http://www.squid-cache.org/mail-archive/squid-users/200304/0003.html
3
4 --- squid-2.5.STABLE12/configure.in~    2005-10-31 17:27:14.000000000 +0200
5 +++ squid-2.5.STABLE12/configure.in     2005-10-31 17:47:07.000000000 +0200
6 @@ -1242,6 +1242,13 @@
7         ;;
8  esac
9  
10 +AC_ARG_WITH(auth-on-acceleration,
11 +[  --with-auth-on-acceleration      Enable authentication on accelerated request.],
12 +[ if test "$withval" = yes; then
13 +       AC_DEFINE([AUTH_ON_ACCELERATION], [1], [Enable authentication on accelerated request.])
14 +  fi
15 +])
16 +
17  dnl Check for programs
18  AC_PROG_CPP
19  AC_PROG_INSTALL
This page took 0.042359 seconds and 2 git commands to generate.