]> the.earth.li Git - onak.git/blob - build-config.h.in
Move to CMake over autoconf
[onak.git] / build-config.h.in
1 #ifndef __CONFIG_H__
2 #define __CONFIG_H__
3
4 #define ONAK_VERSION "@VERSION@"
5
6 #cmakedefine HAVE_NETTLE 1
7 #cmakedefine HAVE_SYSTEMD 1
8 #cmakedefine WORDS_BIGENDIAN 1
9
10 #endif /* __CONFIG_H__ */