From: Guido Serassio Date: Tue, 2 Jun 2009 13:40:12 +0000 (+0200) Subject: Windows port: added build test options file for MinGW environment X-Git-Tag: SQUID_3_2_0_1~977 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=49bd629b9792c04ac99c096a46338ee2821f561a;p=thirdparty%2Fsquid.git Windows port: added build test options file for MinGW environment --- diff --git a/test-suite/buildtests/os-mingw.opts b/test-suite/buildtests/os-mingw.opts new file mode 100644 index 0000000000..f0867bdb79 --- /dev/null +++ b/test-suite/buildtests/os-mingw.opts @@ -0,0 +1,31 @@ +#!/bin/sh +# +# Configure options currently supported by MinGW environment +# +OPTS=" \ + --prefix=c:/squid \ + --enable-storeio="ufs,aufs" \ + --enable-removal-policies="lru,heap" \ + --enable-delay-pools \ + --enable-cache-digests \ + --enable-snmp \ + --enable-htcp \ + --enable-carp \ + --enable-esi \ + --enable-useragent-log \ + --enable-referer-log \ + --disable-wccp \ + --disable-wccpv2 \ + --enable-arp-acl \ + --with-large-files \ + --enable-icap-client \ + --enable-forw-via-db \ + --enable-icmp \ + --enable-forw-via-db \ + --enable-follow-x-forwarded-for \ + --enable-cpu-profiling \ + --enable-win32-service \ + --enable-default-hostsfile=none \ + --enable-auth="basic,ntlm,digest,negotiate" \ + --enable-disk-io="Blocking,AIO,DiskThreads" \ +"