Missing new common.h files (I should really check missing files before committing)
authorBrian Aker <brian@tangent.org>
Fri, 28 Sep 2007 23:48:13 +0000 (16:48 -0700)
committerBrian Aker <brian@tangent.org>
Fri, 28 Sep 2007 23:48:13 +0000 (16:48 -0700)
lib/common.h [new file with mode: 0644]

diff --git a/lib/common.h b/lib/common.h
new file mode 100644 (file)
index 0000000..153de06
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+  Common include file for libmemached
+*/
+
+#include <memcached.h>
+
+#include <libmemcached_config.h>
+
+#ifdef HAVE_DTRACE
+#define _DTRACE_VERSION 1
+#else
+#undef _DTRACE_VERSION
+#endif
+
+#include "libmemcached_probes.h"