Fixed the support for DTrace so that it also builds on Mac OSX
[awesomized/libmemcached] / libmemcached / common.h
index 3e688dc9bc6cf3cdd693268d7d6bf454e4b7022a..ab61a22c424a37db9263e08f11da6edbf8756ae9 100644 (file)
 #define unlikely(x)     if(__builtin_expect((x), 0))
 #endif
 
-
-#ifdef HAVE_DTRACE
-#define _DTRACE_VERSION 1
-#else
-#undef _DTRACE_VERSION
-#endif
-
 #include "libmemcached_probes.h"
 
 #define MEMCACHED_BLOCK_SIZE 1024