From: Francesco Chemolli Date: Wed, 7 Jul 2010 15:48:48 +0000 (+0200) Subject: Re-defined preprocessor macro for better consistency. X-Git-Tag: SQUID_3_2_0_1~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88f1d8f0d431d4ea0a99876cc236030f165adde2;p=thirdparty%2Fsquid.git Re-defined preprocessor macro for better consistency. --- diff --git a/include/profiling.h b/include/profiling.h index 56b6c2d82a..02d5687f35 100644 --- a/include/profiling.h +++ b/include/profiling.h @@ -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 */