X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fhas.hpp;h=59ee88f96716a94d1a70a1cda55afdac7d547490;hb=cefa03b14574d23cdd2f9db5ff28f210e697042c;hp=68593d74f1360918fad4335ff7ca2890623bb997;hpb=ab130c459a975d24628169901addb191ef2cdf87;p=awesomized%2Flibmemcached diff --git a/libtest/has.hpp b/libtest/has.hpp index 68593d74..59ee88f9 100644 --- a/libtest/has.hpp +++ b/libtest/has.hpp @@ -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