X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fhas.hpp;h=59ee88f96716a94d1a70a1cda55afdac7d547490;hb=9351ece659f57ee704b5f0ccfd4b531677ff36f8;hp=176bf9fda2a5d740269ae2b31fc8c55aaaec1213;hpb=9139975f5fe7895259645117b1e0e9a6cb9c27cc;p=awesomized%2Flibmemcached diff --git a/libtest/has.hpp b/libtest/has.hpp index 176bf9fd..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 @@ -36,8 +36,41 @@ #pragma once -bool has_memcached_support(void); +namespace libtest { -bool has_drizzle_support(void); +LIBTEST_API +bool has_libmemcached_sasl(void); -bool has_postgres_support(void); +LIBTEST_API +bool has_libmemcached(); + +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(); + +LIBTEST_API +const char* memcached_binary(); + +LIBTEST_API +const char *gearmand_binary(); + +LIBTEST_API +const char *drizzled_binary(); +} // namespace libtest