]> git.ipfire.org Git - thirdparty/squid.git/blob - test-suite/buildtests/os-mingw.opts
Merge form trunk
[thirdparty/squid.git] / test-suite / buildtests / os-mingw.opts
1 #!/bin/sh
2 #
3 MAKETEST="check installcheck uninstallcheck"
4 #
5 #
6 # Configure options currently supported by MinGW environment
7 #
8 # NP: DISTCHECK_CONFIGURE_FLAGS is a magic automake macro for the
9 # distcheck target recursive tests beteen scripted runs.
10 # we use it to perform the same duty between our nested scripts.
11 DISTCHECK_CONFIGURE_FLAGS=" \
12 --prefix=c:/squid \
13 --enable-storeio="ufs,aufs" \
14 --enable-removal-policies="lru,heap" \
15 --enable-delay-pools \
16 --enable-cache-digests \
17 --enable-snmp \
18 --enable-htcp \
19 --enable-carp \
20 --enable-esi \
21 --enable-useragent-log \
22 --enable-referer-log \
23 --disable-wccp \
24 --disable-wccpv2 \
25 --enable-arp-acl \
26 --with-large-files \
27 --enable-icap-client \
28 --enable-forw-via-db \
29 --enable-icmp \
30 --enable-forw-via-db \
31 --enable-follow-x-forwarded-for \
32 --enable-cpu-profiling \
33 --enable-win32-service \
34 --enable-default-hostsfile=none \
35 --enable-disk-io="Blocking,AIO,DiskThreads" \
36 "