]> git.ipfire.org Git - thirdparty/squid.git/blob - test-suite/buildtests/layer-01-minimal.opts
Merge from trunk. plus some polish
[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 #
7 # Check - everything MUST work at this level
8 # distcheck is not possible here since it drops our configure options...
9 MAKETEST="distcheck"
10 #
11 #
12 # The options for this level can be easily generated semi-automatically from configure.in by:
13 # grep -E "^AC_ARG_ENABLE" ./configure.in | grep -o -E "[0-9a-z\-]+[,]" | grep -o -E "[^,]+" >disable.opts
14 # followed by insertion of ' --disable-' and '\' strings
15 #
16 # grep -E "^AC_ARG_WITH" ./configure.in | grep -o -E "[0-9a-z\-]+[,]" | grep -o -E "[^,]+" >without.opts
17 # followed by insertion of ' --without-' and ' \' strings
18 #
19 # sometimes it's just too automatic.. Following options should be just stripped
20 #
21 # --without-default-user \
22 # --without-aufs-threads \
23 # --without-coss-membuf-size \
24 # --without-filedescriptors \
25 # --without-cppunit-basedir \
26 # --without-build-environment \
27 #
28 #
29 SQUID_CONFIGURE_FLAGS=" \
30 --disable-build-info \
31 --disable-loadable-modules \
32 --disable-gnuregex \
33 --disable-optimizations \
34 --disable-inline \
35 --disable-debug-cbdata \
36 --disable-xmalloc-statistics \
37 --disable-async-io \
38 --disable-storeio \
39 --disable-disk-io \
40 --disable-removal-policies \
41 --disable-icmp \
42 --disable-delay-pools \
43 --disable-esi \
44 --disable-icap-client \
45 --disable-ecap \
46 --disable-useragent-log \
47 --disable-referer-log \
48 --disable-wccp \
49 --disable-wccpv2 \
50 --disable-kill-parent-hack \
51 --disable-snmp \
52 --disable-cachemgr-hostname \
53 --disable-eui \
54 --disable-htcp \
55 --disable-ssl \
56 --disable-forw-via-db \
57 --disable-cache-digests \
58 --disable-poll \
59 --disable-select \
60 --disable-kqueue \
61 --disable-epoll \
62 --disable-http-violations \
63 --disable-ipfw-transparent \
64 --disable-ipf-transparent \
65 --disable-pf-transparent \
66 --disable-linux-netfilter \
67 --disable-linux-tproxy \
68 --disable-leakfinder \
69 --disable-follow-x-forwarded-for \
70 --disable-ident-lookups \
71 --disable-internal-dns \
72 --disable-default-hostsfile \
73 --disable-auth \
74 --disable-basic-auth-helpers \
75 --disable-ntlm-auth-helpers \
76 --disable-negotiate-auth-helpers \
77 --disable-digest-auth-helpers \
78 --disable-ntlm-fail-open \
79 --disable-external-acl-helpers \
80 --disable-url-rewrite-helpers \
81 --disable-mempools \
82 --disable-win32-service \
83 --disable-unlinkd \
84 --disable-stacktraces \
85 --disable-cpu-profiling \
86 --disable-vary \
87 --disable-ipv6 \
88 --disable-zph-qos \
89 --disable-auto-locale \
90 --disable-translation \
91 \
92 --without-pthreads \
93 --without-aio \
94 --without-dl \
95 --without-large-files \
96 --without-valgrind-debug \
97 --without-ipv6-split-stack \
98 --without-dns-cname \
99 --without-po2html \
100 "
101
102 # Fix the distclean testing.
103 export SQUID_CONFIGURE_FLAGS