]> git.ipfire.org Git - thirdparty/squid.git/blob - test-suite/buildtests/os-mingw.opts
2873a37ddf7242a18e9b4f597e629999fd6945d7
[thirdparty/squid.git] / test-suite / buildtests / os-mingw.opts
1 #!/bin/sh
2 #
3 ## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
4 ##
5 ## Squid software is distributed under GPLv2+ license and includes
6 ## contributions from numerous individuals and organizations.
7 ## Please see the COPYING and CONTRIBUTORS files for details.
8 ##
9
10 #
11 MAKETEST="check installcheck uninstallcheck"
12 #
13 #
14 # Configure options currently supported by MinGW environment
15 #
16 # NP: DISTCHECK_CONFIGURE_FLAGS is a magic automake macro for the
17 # distcheck target recursive tests beteen scripted runs.
18 # we use it to perform the same duty between our nested scripts.
19 DISTCHECK_CONFIGURE_FLAGS=" \
20 --prefix=c:/squid \
21 --enable-storeio="ufs,aufs" \
22 --enable-removal-policies="lru,heap" \
23 --enable-delay-pools \
24 --enable-cache-digests \
25 --enable-snmp \
26 --enable-htcp \
27 --enable-carp \
28 --enable-esi \
29 --enable-useragent-log \
30 --enable-referer-log \
31 --disable-wccp \
32 --disable-wccpv2 \
33 --enable-arp-acl \
34 --with-large-files \
35 --enable-icap-client \
36 --enable-forw-via-db \
37 --enable-icmp \
38 --enable-forw-via-db \
39 --enable-follow-x-forwarded-for \
40 --enable-cpu-profiling \
41 --enable-win32-service \
42 --enable-default-hostsfile=none \
43 --enable-disk-io="Blocking,AIO,DiskThreads" \
44 "