~schkovich/gearmand/gearmand

« back to all changes in this revision

Viewing changes to libtest/has.hpp

  • Committer: schkovich@gmail.com
  • Date: 2013-05-12 19:17:05 UTC
  • mfrom: (666.1.70 workspace)
  • Revision ID: schkovich@gmail.com-20130512191705-pucvxngnm4yji20i
Merge from main branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 *
3
3
 *  Data Differential YATL (i.e. libtest)  library
4
4
 *
5
 
 *  Copyright (C) 2012 Data Differential, http://datadifferential.com/
 
5
 *  Copyright (C) 2012-2013 Data Differential, http://datadifferential.com/
6
6
 *
7
7
 *  Redistribution and use in source and binary forms, with or without
8
8
 *  modification, are permitted provided that the following conditions are
39
39
namespace libtest {
40
40
 
41
41
LIBTEST_API
 
42
bool has_libmemcached_sasl(void);
 
43
 
 
44
LIBTEST_API
42
45
bool has_libmemcached();
43
46
 
44
47
LIBTEST_API
62
65
LIBTEST_API
63
66
bool has_mysqld();
64
67
 
 
68
LIBTEST_API
 
69
const char* memcached_binary();
 
70
 
 
71
LIBTEST_API
 
72
const char *gearmand_binary(); 
 
73
 
 
74
LIBTEST_API
 
75
const char *drizzled_binary();
65
76
} // namespace libtest