projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
eaf0238
)
Missing new common.h files (I should really check missing files before committing)
author
Brian Aker
<brian@tangent.org>
Fri, 28 Sep 2007 23:48:13 +0000
(16:48 -0700)
committer
Brian Aker
<brian@tangent.org>
Fri, 28 Sep 2007 23:48:13 +0000
(16:48 -0700)
lib/common.h
[new file with mode: 0644]
patch
|
blob
diff --git a/lib/common.h
b/lib/common.h
new file mode 100644
(file)
index 0000000..
153de06
--- /dev/null
+++ b/
lib/common.h
@@ -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"