svn rev #21766: trunk/src/lib/rpc/

Ken Raeburn raeburn at MIT.EDU
Thu Jan 22 01:04:03 EST 2009


On Jan 21, 2009, at 00:26, Danilo Almeida wrote:
> Ken,
>
> Why not do something like:
>
> #ifdef USE_VALGRIND
> #include <valgrind/memcheck.h>
> #else
> #define VALGRIND_CHECK_DEFINED(x)
> #endif
>
> Instead of the #ifdef USE_VALGRIND around uses of  
> VALGRIND_CHECK_DEFINED?

No good reason. :-)

Ken



More information about the krbdev mailing list