]> git.ipfire.org Git - thirdparty/squid.git/blob - test-suite/buildtests/os-mingw.opts
Implemented --enable-build-info configure option.
[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 SQUID_CONFIGURE_FLAGS=" \
9 --prefix=c:/squid \
10 --enable-storeio="ufs,aufs" \
11 --enable-removal-policies="lru,heap" \
12 --enable-delay-pools \
13 --enable-cache-digests \
14 --enable-snmp \
15 --enable-htcp \
16 --enable-carp \
17 --enable-esi \
18 --enable-useragent-log \
19 --enable-referer-log \
20 --disable-wccp \
21 --disable-wccpv2 \
22 --enable-arp-acl \
23 --with-large-files \
24 --enable-icap-client \
25 --enable-forw-via-db \
26 --enable-icmp \
27 --enable-forw-via-db \
28 --enable-follow-x-forwarded-for \
29 --enable-cpu-profiling \
30 --enable-win32-service \
31 --enable-default-hostsfile=none \
32 --enable-disk-io="Blocking,AIO,DiskThreads" \
33 "