added cmake flags for polarssl testcert and havege
[umurmur.git] / src / config.h.in
1 #ifndef CONFIG_H
2 #define CONFIG_H
3
4 #cmakedefine USE_POLARSSL
5 #cmakedefine USE_POLARSSL_TESTCERT
6 #cmakedefine USE_POLARSSL_HAVEGE
7 #define DEFAULT_CONFIG "${CMAKE_INSTALL_PREFIX}/etc/umurmur.conf"
8
9 #endif // CONFIG_H