]> git.ipfire.org Git - thirdparty/squid.git/blob - test-suite/buildtests/layer-02-maximus.opts
Merge from trunk
[thirdparty/squid.git] / test-suite / buildtests / layer-02-maximus.opts
1 #
2 # All configuration options that can be enabled are enabled,
3 # XXX: with the exception of those that depend on the environment.
4 # TODO: Add environment-specific tests to enable more options.
5 #
6 #
7 # Complete Check - everything is supposed to work at this level
8 # distcheck is not possible 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 ' --enable-' 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 ' --with-' and ' \' strings
18 #
19 # sometimes it's just too automatic..
20 # Following options should be populated with local settings.
21 # We can't test them automatically everywhere
22 #
23 # --with-default-user=NAME \
24 # --with-aufs-threads=N \
25 # --with-coss-membuf-size=N \
26 # --with-filedescriptors=N \
27 # --with-cppunit-basedir=PATH \
28 # --with-openssl=PATH \
29 # --with-po2html=PATH \
30 # --with-tags=TAGS \
31 #
32 # Following features require special support from other optional packages.
33 # We can't test them automatically everywhere without detecting those
34 # optional packages first.
35 #
36 # --enable-ecap \
37 # --enable-epoll \
38 # --enable-kqueue \
39 # --enable-win32-service \
40 #
41 #
42 OPTS=" \
43 --enable-loadable-modules \
44 --enable-gnuregex \
45 --enable-optimizations \
46 --enable-inline \
47 --enable-debug-cbdata \
48 --enable-xmalloc-statistics \
49 --enable-async-io \
50 --enable-storeio \
51 --enable-disk-io \
52 --enable-removal-policies \
53 --enable-icmp \
54 --enable-delay-pools \
55 --enable-icap-client \
56 --enable-useragent-log \
57 --enable-referer-log \
58 --enable-wccp \
59 --enable-wccpv2 \
60 --enable-kill-parent-hack \
61 --enable-snmp \
62 --enable-cachemgr-hostname \
63 --enable-eui \
64 --enable-htcp \
65 --enable-ssl \
66 --enable-forw-via-db \
67 --enable-cache-digests \
68 --enable-poll \
69 --enable-select \
70 --enable-http-violations \
71 --enable-ipfw-transparent \
72 --enable-leakfinder \
73 --enable-follow-x-forwarded-for \
74 --enable-ident-lookups \
75 --enable-internal-dns \
76 --enable-default-hostsfile \
77 --enable-auth \
78 --enable-basic-auth-helpers \
79 --enable-ntlm-auth-helpers \
80 --enable-negotiate-auth-helpers \
81 --enable-digest-auth-helpers \
82 --enable-ntlm-fail-open \
83 --enable-external-acl-helpers \
84 --enable-url-rewrite-helpers \
85 --enable-mempools \
86 --enable-unlinkd \
87 --enable-stacktraces \
88 --enable-cpu-profiling \
89 --enable-vary \
90 --enable-x-accelerator-vary \
91 --enable-ipv6 \
92 --enable-auto-locale \
93 --enable-translation \
94 --enable-zph-qos \
95 --enable-esi \
96 \
97 --with-aio \
98 --with-build-environment=default \
99 --with-dl \
100 --with-dns-cname \
101 --with-gnu-ld \
102 --with-ipv6-split-stack \
103 --with-large-files \
104 --with-pic \
105 --with-pthreads \
106 --with-valgrind-debug \
107 "
108
109 # Fix the distclean testing.
110 export DISTCHECK_CONFIGURE_FLAGS="${OPTS}"