]> git.ipfire.org Git - thirdparty/squid.git/blob - test-suite/buildtests/layer-02-maximus.opts
Remove last remains of dead options
[thirdparty/squid.git] / test-suite / buildtests / layer-02-maximus.opts
1 #
2 # All configuration options that can be enabled are enabled,
3 # XXX: with the exception of those that depend on the environment.
4 # TODO: Add environment-specific tests to enable more options.
5 #
6 # The options for this level can be easily generated semi-automatically from configure.in by:
7 # grep -E "^AC_ARG_ENABLE" ./configure.in | grep -o -E "[0-9a-z\-]+[,]" | grep -o -E "[^,]+" >disable.opts
8 # followed by insertion of ' --enable-' and '\' strings
9 #
10 # grep -E "^AC_ARG_WITH" ./configure.in | grep -o -E "[0-9a-z\-]+[,]" | grep -o -E "[^,]+" >without.opts
11 # followed by insertion of ' --with-' and ' \' strings
12 #
13 # sometimes it's just too automatic..
14 # Following options should be populated with local settings.
15 # We can't test them automatically everywhere
16 #
17 # --with-default-user=NAME \
18 # --with-aufs-threads=N \
19 # --with-coss-membuf-size=N \
20 # --with-filedescriptors=N \
21 # --with-cppunit-basedir=PATH \
22 # --with-openssl=PATH \
23 # --with-po2html=PATH \
24 # --with-tags=TAGS \
25 #
26 # Following features require special support from other optional packages.
27 # We can't test them automatically everywhere without detecting those
28 # optional packages first.
29 #
30 # --enable-ecap \
31 # --enable-epoll \
32 # --enable-kqueue \
33 # --enable-esi \
34 # --enable-win32-service \
35 #
36 #
37 OPTS=" \
38 --enable-loadable-modules \
39 --enable-gnuregex \
40 --enable-optimizations \
41 --enable-inline \
42 --enable-debug-cbdata \
43 --enable-xmalloc-statistics \
44 --enable-async-io \
45 --enable-storeio \
46 --enable-disk-io \
47 --enable-removal-policies \
48 --enable-icmp \
49 --enable-delay-pools \
50 --enable-icap-client \
51 --enable-useragent-log \
52 --enable-referer-log \
53 --enable-wccp \
54 --enable-wccpv2 \
55 --enable-kill-parent-hack \
56 --enable-snmp \
57 --enable-cachemgr-hostname \
58 --enable-arp-acl \
59 --enable-htcp \
60 --enable-ssl \
61 --enable-forw-via-db \
62 --enable-cache-digests \
63 --enable-poll \
64 --enable-select \
65 --enable-http-violations \
66 --enable-ipfw-transparent \
67 --enable-ipf-transparent \
68 --enable-pf-transparent \
69 --enable-linux-netfilter \
70 --enable-linux-tproxy \
71 --enable-leakfinder \
72 --enable-follow-x-forwarded-for \
73 --enable-ident-lookups \
74 --enable-internal-dns \
75 --enable-default-hostsfile \
76 --enable-auth \
77 --enable-basic-auth-helpers=all \
78 --enable-ntlm-auth-helpers=all \
79 --enable-negotiate-auth-helpers=all \
80 --enable-digest-auth-helpers=all \
81 --enable-ntlm-fail-open \
82 --enable-external-acl-helpers=all \
83 --enable-mempools \
84 --enable-unlinkd \
85 --enable-stacktraces \
86 --enable-cpu-profiling \
87 --enable-vary \
88 --enable-x-accelerator-vary \
89 --enable-ipv6 \
90 --enable-auto-locale \
91 --enable-zph-qos \
92 \
93 --with-aio \
94 --with-build-environment=default \
95 --with-dl \
96 --with-dns-cname \
97 --with-gnu-ld \
98 --with-ipv6-split-stack \
99 --with-large-files \
100 --with-pic \
101 --with-pthreads \
102 --with-valgrind-debug \
103 "