X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fhas.hpp;h=e6c9d4d51680cd54f6e9f05e3e3967041e677c04;hb=5b9ee8fa3c250201bab38812ccb8e44c21fbddf1;hp=176bf9fda2a5d740269ae2b31fc8c55aaaec1213;hpb=9139975f5fe7895259645117b1e0e9a6cb9c27cc;p=m6w6%2Flibmemcached diff --git a/libtest/has.hpp b/libtest/has.hpp index 176bf9fd..e6c9d4d5 100644 --- a/libtest/has.hpp +++ b/libtest/has.hpp @@ -36,8 +36,30 @@ #pragma once -bool has_memcached_support(void); +namespace libtest { -bool has_drizzle_support(void); +LIBTEST_API +bool has_libmemcached(); -bool has_postgres_support(void); +LIBTEST_API +bool has_libdrizzle(); + +LIBTEST_API +bool has_postgres_support(); + +LIBTEST_API +bool has_memcached(); + +LIBTEST_API +bool has_memcached_sasl(); + +LIBTEST_API +bool has_gearmand(); + +LIBTEST_API +bool has_drizzled(); + +LIBTEST_API +bool has_mysqld(); + +} // namespace libtest