]> git.ipfire.org Git - thirdparty/squid.git/blame - test-suite/buildtests/layer-01-minimal.opts
Fix typo in source maintenance script
[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#
4b985c04 6#
e989b5f1
AJ
7# Check - everything MUST work at this level
8# distcheck is not possible here since it drops our configure options...
933fb30a 9MAKETEST="distcheck"
4b985c04
AJ
10#
11#
f9d9b10e
AJ
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#
8b0d8e31
AJ
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#
4fe75473
FC
29SQUID_CONFIGURE_FLAGS=" \
30 --disable-build-info \
f9d9b10e
AJ
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 \
55ae2269 53 --disable-eui \
f9d9b10e
AJ
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 \
d9417891 80 --disable-url-rewrite-helpers \
f9d9b10e
AJ
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 \
461b8219 90 --disable-translation \
f9d9b10e 91 \
f9d9b10e
AJ
92 --without-pthreads \
93 --without-aio \
94 --without-dl \
f9d9b10e 95 --without-large-files \
f9d9b10e
AJ
96 --without-valgrind-debug \
97 --without-ipv6-split-stack \
f9d9b10e 98 --without-dns-cname \
f9d9b10e
AJ
99 --without-po2html \
100 "
933fb30a
AJ
101
102# Fix the distclean testing.
4fe75473 103export SQUID_CONFIGURE_FLAGS