]> git.ipfire.org Git - thirdparty/squid.git/blame - test-suite/buildtests/layer-02-maximus.opts
Bug 2583: pure virtual method called
[thirdparty/squid.git] / test-suite / buildtests / layer-02-maximus.opts
CommitLineData
3d7da074
AJ
1#
2# Minimal configuration options.
3# - Everthing that can be disabled is
4# - Everyhing that can be done without is
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 \
cc9eab98 24# --with-tags=TAGS \
3d7da074 25#
945980c0
AJ
26# Following features require special support from other optional packages.
27# We can't test them automatically everywhere
28#
29# --enable-ecap \
ad32c661 30# --enable-epoll \
11f11b5c 31# --enable-kqueue \
ad32c661 32# --enable-esi \
945980c0
AJ
33# --enable-win32-service \
34# --with-localhost-ipv6 \
35#
ad32c661 36#
3d7da074
AJ
37OPTS=" \
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 \
3d7da074 50 --enable-icap-client \
3d7da074
AJ
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 \
3d7da074
AJ
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 \
3d7da074
AJ
84 --enable-unlinkd \
85 --enable-stacktraces \
86 --enable-cpu-profiling \
87 --enable-vary \
88 --enable-ipv6 \
3d7da074 89 --enable-auto-locale \
fb36f587 90 --enable-zph-qos \
3d7da074
AJ
91 \
92 --with-aio \
93 --with-build-environment=default \
94 --with-dl \
95 --with-dns-cname \
96 --with-gnu-ld \
3d7da074
AJ
97 --with-ipv6-split-stack \
98 --with-large-files \
3d7da074
AJ
99 --with-pic \
100 --with-pthreads \
3d7da074
AJ
101 --with-valgrind-debug \
102 "