From: serassio <> Date: Mon, 21 Jan 2008 02:36:55 +0000 (+0000) Subject: Updated autoconf.h file for Visual Studio Project X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb12f03ed5c6fbad957c214fabd018387add0a84;p=thirdparty%2Fsquid.git Updated autoconf.h file for Visual Studio Project --- diff --git a/port/win32/include/autoconf.h b/port/win32/include/autoconf.h index 1deb75a6d0..218cf296d9 100644 --- a/port/win32/include/autoconf.h +++ b/port/win32/include/autoconf.h @@ -1010,6 +1010,11 @@ #else #define STR_USE_ARP_ACL "" #endif +#if USE_XPROF_STATS +#define STR_USE_XPROF_STATS "--enable-cpu-profiling " +#else +#define STR_USE_XPROF_STATS "" +#endif #define SQUID_CONFIGURE_OPTIONS "--enable-win32-service --enable-storeio='ufs aufs null coss' --enable-disk-io='Blocking AIO DiskThreads' " \ "--enable-removal-policies='heap lru' --enable-snmp --enable-htcp --disable-wccp --disable-wccpv2 --enable-useragent-log " \ @@ -1021,5 +1026,6 @@ STR_USE_SSL \ STR_SQUID_ESI \ STR_USE_ARP_ACL \ + STR_USE_XPROF_STATS \ "--prefix=c:/squid"