summaryrefslogtreecommitdiff
path: root/libtest/has.hpp
diff options
context:
space:
mode:
authorBrian Aker <brian@tangent.org>2012-02-16 18:39:27 -0800
committerBrian Aker <brian@tangent.org>2012-02-16 18:39:27 -0800
commit751e342e158ae65052ce098ccd64aa54e39312db (patch)
tree8b74445ef834c05606f0222a31ffa67fbdb884bc /libtest/has.hpp
parentfabf488ffa687540145ca8973ceb3fb0147a858b (diff)
downloadlibmemcached-751e342e158ae65052ce098ccd64aa54e39312db.tar.gz
Update libtest/associated tests.
Diffstat (limited to 'libtest/has.hpp')
-rw-r--r--libtest/has.hpp28
1 files changed, 28 insertions, 0 deletions
diff --git a/libtest/has.hpp b/libtest/has.hpp
new file mode 100644
index 00000000..e1b598fd
--- /dev/null
+++ b/libtest/has.hpp
@@ -0,0 +1,28 @@
+/* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
+ *
+ * libtest
+ *
+ * Copyright (C) 2011 Data Differential, http://datadifferential.com/
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 3 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#pragma once
+
+bool has_memcached_support(void);
+
+bool has_drizzle_support(void);
+
+bool has_postgres_support(void);