]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Re-defined preprocessor macro for better consistency.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Wed, 7 Jul 2010 15:48:48 +0000 (17:48 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Wed, 7 Jul 2010 15:48:48 +0000 (17:48 +0200)
include/profiling.h

index 56b6c2d82aa222717bcaccaad2aa434f2cfefbc5..02d5687f352b2865f8e4f4b012a94bb2b698b1eb 100644 (file)
@@ -67,6 +67,7 @@ get_tick(void)
 /* This CPU is unsupported. Short-circuit, no profiling here */
 #define get_tick() 0
 #undef USE_XPROF_STATS
+#define USE_XPROF_STATS 0
 #endif
 
 #endif /* USE_XPROF_STATS - maybe disabled above */