X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fhas.hpp;h=59ee88f96716a94d1a70a1cda55afdac7d547490;hb=bf2fa8274d569da94a626eea30de612f01ec4a7c;hp=e6c9d4d51680cd54f6e9f05e3e3967041e677c04;hpb=5b9ee8fa3c250201bab38812ccb8e44c21fbddf1;p=awesomized%2Flibmemcached diff --git a/libtest/has.hpp b/libtest/has.hpp index e6c9d4d5..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(); @@ -62,4 +65,12 @@ 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