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