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