libmemcached-1.0: fix #57 (cinttypes/inttypes.h)
[awesomized/libmemcached] / libtest / has.hpp
index 68593d74f1360918fad4335ff7ca2890623bb997..59ee88f96716a94d1a70a1cda55afdac7d547490 100644 (file)
@@ -2,7 +2,7 @@
  *
  *  Data Differential YATL (i.e. libtest)  library
  *
- *  Copyright (C) 2012 Data Differential, http://datadifferential.com/
+ *  Copyright (C) 2012-2013 Data Differential, http://datadifferential.com/
  *
  *  Redistribution and use in source and binary forms, with or without
  *  modification, are permitted provided that the following conditions are
@@ -38,6 +38,9 @@
 
 namespace libtest {
 
+LIBTEST_API
+bool has_libmemcached_sasl(void);
+
 LIBTEST_API
 bool has_libmemcached();
 
@@ -59,4 +62,15 @@ bool has_gearmand();
 LIBTEST_API
 bool has_drizzled();
 
+LIBTEST_API
+bool has_mysqld();
+
+LIBTEST_API
+const char* memcached_binary();
+
+LIBTEST_API
+const char *gearmand_binary(); 
+
+LIBTEST_API
+const char *drizzled_binary();
 } // namespace libtest