]> git.ipfire.org Git - thirdparty/squid.git/blob - test-suite/buildtests/layer-02-maximus.opts
SourceFormat Enforcement
[thirdparty/squid.git] / test-suite / buildtests / layer-02-maximus.opts
1 ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
2 ##
3 ## Squid software is distributed under GPLv2+ license and includes
4 ## contributions from numerous individuals and organizations.
5 ## Please see the COPYING and CONTRIBUTORS files for details.
6 ##
7
8 #
9 # All configuration options that can be enabled are enabled,
10 # XXX: with the exception of those that depend on the environment.
11 # TODO: Add environment-specific tests to enable more options.
12 #
13 #
14 # Complete Check - everything is supposed to work at this level
15 # distcheck is not possible since it drops our configure options...
16 MAKETEST="distcheck"
17 #
18 #
19 # The options for this level can be easily generated semi-automatically from configure.ac by:
20 # grep -E "^AC_ARG_ENABLE" ./configure.ac | grep -o -E "[0-9a-z\-]+[,]" | grep -o -E "[^,]+" >disable.opts
21 # followed by insertion of ' --enable-' and '\' strings
22 #
23 # grep -E "^AC_ARG_WITH" ./configure.ac | grep -o -E "[0-9a-z\-]+[,]" | grep -o -E "[^,]+" >without.opts
24 # followed by insertion of ' --with-' and ' \' strings
25 #
26 # sometimes it's just too automatic..
27 # Following options should be populated with local settings.
28 # We can't test them automatically everywhere
29 #
30 # --with-default-user=NAME \
31 # --with-aufs-threads=N \
32 # --with-filedescriptors=N \
33 # --with-cppunit-basedir=PATH \
34 # --with-po2html=PATH \
35 # --with-tags=TAGS \
36 #
37 # Following features require special support from other optional packages.
38 # We can't test them automatically everywhere without detecting those
39 # optional packages first.
40 #
41 # --enable-ecap \
42 # --enable-epoll \
43 # --enable-kqueue \
44 # --enable-win32-service \
45 # --with-valgrind-debug \
46 #
47 # --enable-cpu-profiling \ Requires CPU support.
48 #
49 #
50 # NP: DISTCHECK_CONFIGURE_FLAGS is a magic automake macro for the
51 # distcheck target recursive tests beteen scripted runs.
52 # we use it to perform the same duty between our nested scripts.
53 DISTCHECK_CONFIGURE_FLAGS=" \
54 --enable-loadable-modules \
55 --enable-gnuregex \
56 --enable-optimizations \
57 --enable-inline \
58 --enable-debug-cbdata \
59 --enable-xmalloc-statistics \
60 --enable-async-io \
61 --enable-storeio \
62 --enable-disk-io \
63 --enable-removal-policies \
64 --enable-icmp \
65 --enable-delay-pools \
66 --enable-icap-client \
67 --enable-useragent-log \
68 --enable-referer-log \
69 --enable-wccp \
70 --enable-wccpv2 \
71 --enable-kill-parent-hack \
72 --enable-snmp \
73 --enable-cachemgr-hostname \
74 --enable-eui \
75 --enable-htcp \
76 --enable-forw-via-db \
77 --enable-cache-digests \
78 --enable-poll \
79 --enable-select \
80 --enable-http-violations \
81 --enable-ipfw-transparent \
82 --enable-leakfinder \
83 --enable-follow-x-forwarded-for \
84 --enable-ident-lookups \
85 --enable-default-hostsfile \
86 --enable-auth \
87 --enable-basic-auth-helpers \
88 --enable-ntlm-auth-helpers \
89 --enable-negotiate-auth-helpers \
90 --enable-digest-auth-helpers \
91 --enable-ntlm-fail-open \
92 --enable-external-acl-helpers \
93 --enable-url-rewrite-helpers \
94 --enable-mempools \
95 --enable-unlinkd \
96 --enable-stacktraces \
97 --enable-vary \
98 --enable-x-accelerator-vary \
99 --enable-ipv6 \
100 --enable-auto-locale \
101 --enable-translation \
102 --enable-zph-qos \
103 --enable-esi \
104 --with-aio \
105 --with-build-environment=default \
106 --with-dl \
107 --with-dns-cname \
108 --with-gnu-ld \
109 --with-ipv6-split-stack \
110 --with-large-files \
111 --with-pic \
112 --with-pthreads \
113 --enable-build-info=squid\ test\ build \
114 --enable-ssl-crtd \
115 --with-openssl \
116 "
117
118 # Fix the distclean testing.
119 export DISTCHECK_CONFIGURE_FLAGS