]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/squid-3.4.14-fix-max-file-descriptors.patch
lcdproc: Update to 0.5.7
[ipfire-2.x.git] / src / patches / squid-3.4.14-fix-max-file-descriptors.patch
1 --- configure.ac~ 2016-01-23 01:27:44.078013879 +0000
2 +++ configure.ac 2016-01-23 01:28:19.422179243 +0000
3 @@ -2573,6 +2573,9 @@
4 ;;
5 esac
6
7 +SQUID_CHECK_DEFAULT_FD_SETSIZE
8 +SQUID_CHECK_MAXFD
9 +
10 dnl --with-maxfd present for compatibility with Squid-2.
11 dnl undocumented in ./configure --help to encourage using the Squid-3 directive
12 AC_ARG_WITH(maxfd,,
13 @@ -2603,8 +2606,6 @@
14 esac
15 ])
16
17 -SQUID_CHECK_DEFAULT_FD_SETSIZE
18 -SQUID_CHECK_MAXFD
19 if test "x$squid_filedescriptors_num" != "x"; then
20 AC_MSG_NOTICE([Default number of fieldescriptors: $squid_filedescriptors_num])
21 fi