]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Updated autoconf.h file for Visual Studio Project
authorserassio <>
Mon, 21 Jan 2008 02:36:55 +0000 (02:36 +0000)
committerserassio <>
Mon, 21 Jan 2008 02:36:55 +0000 (02:36 +0000)
port/win32/include/autoconf.h

index 1deb75a6d09d3791d0a38cf26d2ee3a537307c12..218cf296d9913e9990d8cf2a46ed7ac7bfb028c0 100644 (file)
 #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 " \
     STR_USE_SSL \
     STR_SQUID_ESI \
     STR_USE_ARP_ACL \
+    STR_USE_XPROF_STATS \
     "--prefix=c:/squid"