b8ee850abe78425a667f8e839532f2917f6e2c11
[umurmur.git] / src / config.h.in
1 #ifndef CONFIG_H
2 #define CONFIG_H
3
4 #cmakedefine USE_GNUTLS
5 #cmakedefine USE_POLARSSL
6 #cmakedefine USE_POLARSSL_TESTCERT
7 #cmakedefine USE_POLARSSL_HAVEGE
8 #cmakedefine USE_MBEDTLS
9 #cmakedefine USE_MBEDTLS_TESTCERT
10 #cmakedefine USE_MBEDTLS_HAVEGE
11
12 #cmakedefine USE_SHAREDMEMORY_API
13
14 #define DEFAULT_CONFIG "${CMAKE_INSTALL_PREFIX}/etc/umurmur.conf"
15
16 #endif // CONFIG_H