]> git.ipfire.org Git - thirdparty/squid.git/blame - test-suite/buildtests/layer-02-maximus.opts
SourceFormat Enforcement
[thirdparty/squid.git] / test-suite / buildtests / layer-02-maximus.opts
CommitLineData
bde978a6 1## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
4e0938ef
AJ
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
3d7da074 8#
48f25f4f
AR
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.
3d7da074 12#
4b985c04
AJ
13#
14# Complete Check - everything is supposed to work at this level
e989b5f1 15# distcheck is not possible since it drops our configure options...
933fb30a 16MAKETEST="distcheck"
4b985c04
AJ
17#
18#
a6093a2d
AJ
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
3d7da074
AJ
21# followed by insertion of ' --enable-' and '\' strings
22#
a6093a2d 23# grep -E "^AC_ARG_WITH" ./configure.ac | grep -o -E "[0-9a-z\-]+[,]" | grep -o -E "[^,]+" >without.opts
3d7da074
AJ
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 \
3d7da074
AJ
32# --with-filedescriptors=N \
33# --with-cppunit-basedir=PATH \
3d7da074 34# --with-po2html=PATH \
cc9eab98 35# --with-tags=TAGS \
3d7da074 36#
945980c0 37# Following features require special support from other optional packages.
48f25f4f
AR
38# We can't test them automatically everywhere without detecting those
39# optional packages first.
945980c0
AJ
40#
41# --enable-ecap \
ad32c661 42# --enable-epoll \
11f11b5c 43# --enable-kqueue \
945980c0 44# --enable-win32-service \
64a62a0f 45# --with-valgrind-debug \
945980c0 46#
5e44eea8
AJ
47# --enable-cpu-profiling \ Requires CPU support.
48#
ad32c661 49#
9f240854
AJ
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.
53DISTCHECK_CONFIGURE_FLAGS=" \
0fb3665c 54 --enable-loadable-modules \
3d7da074
AJ
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 \
3d7da074 66 --enable-icap-client \
3d7da074
AJ
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 \
ee0927b6 74 --enable-eui \
3d7da074 75 --enable-htcp \
3d7da074
AJ
76 --enable-forw-via-db \
77 --enable-cache-digests \
78 --enable-poll \
79 --enable-select \
3d7da074
AJ
80 --enable-http-violations \
81 --enable-ipfw-transparent \
3d7da074
AJ
82 --enable-leakfinder \
83 --enable-follow-x-forwarded-for \
84 --enable-ident-lookups \
3d7da074
AJ
85 --enable-default-hostsfile \
86 --enable-auth \
f2d9a578
FC
87 --enable-basic-auth-helpers \
88 --enable-ntlm-auth-helpers \
89 --enable-negotiate-auth-helpers \
90 --enable-digest-auth-helpers \
3d7da074 91 --enable-ntlm-fail-open \
f2d9a578
FC
92 --enable-external-acl-helpers \
93 --enable-url-rewrite-helpers \
3d7da074 94 --enable-mempools \
3d7da074
AJ
95 --enable-unlinkd \
96 --enable-stacktraces \
3d7da074 97 --enable-vary \
2092c67d 98 --enable-x-accelerator-vary \
3d7da074 99 --enable-ipv6 \
3d7da074 100 --enable-auto-locale \
461b8219 101 --enable-translation \
fb36f587 102 --enable-zph-qos \
88bfe098 103 --enable-esi \
3d7da074
AJ
104 --with-aio \
105 --with-build-environment=default \
106 --with-dl \
107 --with-dns-cname \
108 --with-gnu-ld \
3d7da074
AJ
109 --with-ipv6-split-stack \
110 --with-large-files \
3d7da074
AJ
111 --with-pic \
112 --with-pthreads \
4fe75473 113 --enable-build-info=squid\ test\ build \
c6f15d40 114 --enable-ssl-crtd \
f3575929 115 --with-openssl \
3d7da074 116 "
933fb30a
AJ
117
118# Fix the distclean testing.
9f240854 119export DISTCHECK_CONFIGURE_FLAGS