X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fhas.hpp;h=e6c9d4d51680cd54f6e9f05e3e3967041e677c04;hb=cc47230b8dfe0bcd31d4f45ca84d2dd35ae360f0;hp=176bf9fda2a5d740269ae2b31fc8c55aaaec1213;hpb=a1f2b0b98e03369ed051b232f1fc33ed1d611b16;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