]> git.ipfire.org Git - thirdparty/squid.git/blob - test-suite/buildtests/layer-01-minimal.opts
Merged from trunk.
[thirdparty/squid.git] / test-suite / buildtests / layer-01-minimal.opts
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 ' --disable-' 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 ' --without-' and ' \' strings
12 #
13 # sometimes it's just too automatic.. Following options should be just stripped
14 #
15 # --without-default-user \
16 # --without-aufs-threads \
17 # --without-coss-membuf-size \
18 # --without-filedescriptors \
19 # --without-cppunit-basedir \
20 # --without-build-environment \
21 #
22 #
23 OPTS=" \
24 --disable-loadable-modules \
25 --disable-gnuregex \
26 --disable-optimizations \
27 --disable-inline \
28 --disable-debug-cbdata \
29 --disable-xmalloc-statistics \
30 --disable-async-io \
31 --disable-storeio \
32 --disable-disk-io \
33 --disable-removal-policies \
34 --disable-icmp \
35 --disable-delay-pools \
36 --disable-esi \
37 --disable-icap-client \
38 --disable-ecap \
39 --disable-useragent-log \
40 --disable-referer-log \
41 --disable-wccp \
42 --disable-wccpv2 \
43 --disable-kill-parent-hack \
44 --disable-snmp \
45 --disable-cachemgr-hostname \
46 --disable-arp-acl \
47 --disable-htcp \
48 --disable-ssl \
49 --disable-forw-via-db \
50 --disable-cache-digests \
51 --disable-poll \
52 --disable-select \
53 --disable-kqueue \
54 --disable-epoll \
55 --disable-http-violations \
56 --disable-ipfw-transparent \
57 --disable-ipf-transparent \
58 --disable-pf-transparent \
59 --disable-linux-netfilter \
60 --disable-linux-tproxy \
61 --disable-leakfinder \
62 --disable-follow-x-forwarded-for \
63 --disable-ident-lookups \
64 --disable-internal-dns \
65 --disable-default-hostsfile \
66 --disable-auth \
67 --disable-basic-auth-helpers \
68 --disable-ntlm-auth-helpers \
69 --disable-negotiate-auth-helpers \
70 --disable-digest-auth-helpers \
71 --disable-ntlm-fail-open \
72 --disable-external-acl-helpers \
73 --disable-mempools \
74 --disable-win32-service \
75 --disable-unlinkd \
76 --disable-stacktraces \
77 --disable-cpu-profiling \
78 --disable-vary \
79 --disable-ipv6 \
80 --disable-zph-qos \
81 --disable-auto-locale \
82 \
83 --without-pthreads \
84 --without-aio \
85 --without-dl \
86 --without-openssl \
87 --without-large-files \
88 --without-valgrind-debug \
89 --without-ipv6-split-stack \
90 --without-ipv4-mapped \
91 --without-localhost-ipv6 \
92 --without-dns-cname \
93 --without-po2html \
94 "