]> git.ipfire.org Git - thirdparty/squid.git/blame - test-suite/buildtests/layer-02-maximus.opts
Added missing includes in ssl_crtd.
[thirdparty/squid.git] / test-suite / buildtests / layer-02-maximus.opts
CommitLineData
3d7da074 1#
48f25f4f
AR
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.
3d7da074 5#
4b985c04
AJ
6#
7# Complete Check - everything is supposed to work at this level
e989b5f1 8# distcheck is not possible since it drops our configure options...
933fb30a 9MAKETEST="distcheck"
4b985c04
AJ
10#
11#
a6093a2d
AJ
12# The options for this level can be easily generated semi-automatically from configure.ac by:
13# grep -E "^AC_ARG_ENABLE" ./configure.ac | grep -o -E "[0-9a-z\-]+[,]" | grep -o -E "[^,]+" >disable.opts
3d7da074
AJ
14# followed by insertion of ' --enable-' and '\' strings
15#
a6093a2d 16# grep -E "^AC_ARG_WITH" ./configure.ac | grep -o -E "[0-9a-z\-]+[,]" | grep -o -E "[^,]+" >without.opts
3d7da074
AJ
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 \
cc9eab98 30# --with-tags=TAGS \
3d7da074 31#
945980c0 32# Following features require special support from other optional packages.
48f25f4f
AR
33# We can't test them automatically everywhere without detecting those
34# optional packages first.
945980c0
AJ
35#
36# --enable-ecap \
ad32c661 37# --enable-epoll \
11f11b5c 38# --enable-kqueue \
945980c0 39# --enable-win32-service \
64a62a0f 40# --with-valgrind-debug \
945980c0 41#
5e44eea8
AJ
42# --enable-cpu-profiling \ Requires CPU support.
43#
ad32c661 44#
9f240854
AJ
45# NP: DISTCHECK_CONFIGURE_FLAGS is a magic automake macro for the
46# distcheck target recursive tests beteen scripted runs.
47# we use it to perform the same duty between our nested scripts.
48DISTCHECK_CONFIGURE_FLAGS=" \
0fb3665c 49 --enable-loadable-modules \
3d7da074
AJ
50 --enable-gnuregex \
51 --enable-optimizations \
52 --enable-inline \
53 --enable-debug-cbdata \
54 --enable-xmalloc-statistics \
55 --enable-async-io \
56 --enable-storeio \
57 --enable-disk-io \
58 --enable-removal-policies \
59 --enable-icmp \
60 --enable-delay-pools \
3d7da074 61 --enable-icap-client \
3d7da074
AJ
62 --enable-useragent-log \
63 --enable-referer-log \
64 --enable-wccp \
65 --enable-wccpv2 \
66 --enable-kill-parent-hack \
67 --enable-snmp \
68 --enable-cachemgr-hostname \
ee0927b6 69 --enable-eui \
3d7da074
AJ
70 --enable-htcp \
71 --enable-ssl \
72 --enable-forw-via-db \
73 --enable-cache-digests \
74 --enable-poll \
75 --enable-select \
3d7da074
AJ
76 --enable-http-violations \
77 --enable-ipfw-transparent \
3d7da074
AJ
78 --enable-leakfinder \
79 --enable-follow-x-forwarded-for \
80 --enable-ident-lookups \
81 --enable-internal-dns \
82 --enable-default-hostsfile \
83 --enable-auth \
f2d9a578
FC
84 --enable-basic-auth-helpers \
85 --enable-ntlm-auth-helpers \
86 --enable-negotiate-auth-helpers \
87 --enable-digest-auth-helpers \
3d7da074 88 --enable-ntlm-fail-open \
f2d9a578
FC
89 --enable-external-acl-helpers \
90 --enable-url-rewrite-helpers \
3d7da074 91 --enable-mempools \
3d7da074
AJ
92 --enable-unlinkd \
93 --enable-stacktraces \
3d7da074 94 --enable-vary \
2092c67d 95 --enable-x-accelerator-vary \
3d7da074 96 --enable-ipv6 \
3d7da074 97 --enable-auto-locale \
461b8219 98 --enable-translation \
fb36f587 99 --enable-zph-qos \
88bfe098 100 --enable-esi \
3d7da074
AJ
101 --with-aio \
102 --with-build-environment=default \
103 --with-dl \
104 --with-dns-cname \
105 --with-gnu-ld \
3d7da074
AJ
106 --with-ipv6-split-stack \
107 --with-large-files \
3d7da074
AJ
108 --with-pic \
109 --with-pthreads \
4fe75473 110 --enable-build-info=squid\ test\ build \
3d7da074 111 "
933fb30a
AJ
112
113# Fix the distclean testing.
9f240854 114export DISTCHECK_CONFIGURE_FLAGS