From: Brian Aker Date: Fri, 28 Sep 2007 23:48:13 +0000 (-0700) Subject: Missing new common.h files (I should really check missing files before committing) X-Git-Tag: 0.3~14 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=88a53541b5f640b45a3298dfd10a19cfacb167d9;p=awesomized%2Flibmemcached Missing new common.h files (I should really check missing files before committing) --- diff --git a/lib/common.h b/lib/common.h new file mode 100644 index 00000000..153de06c --- /dev/null +++ b/lib/common.h @@ -0,0 +1,15 @@ +/* + Common include file for libmemached +*/ + +#include + +#include + +#ifdef HAVE_DTRACE +#define _DTRACE_VERSION 1 +#else +#undef _DTRACE_VERSION +#endif + +#include "libmemcached_probes.h"