mtrace/config.h.in
Stefani Seibold 0155d789b4 bump to version 0.8
tons of fixes. On the way to a final release 1.0
2018-04-06 22:10:20 +02:00

14 lines
238 B
C

#define PACKAGE_VERSION "@MT_VERSION_STRING@"
#ifndef HAVE_PROCESS_VM_READV
#cmakedefine HAVE_PROCESS_VM_READV
#endif
#ifndef HAVE_LIBSELINUX
#cmakedefine HAVE_LIBSELINUX
#endif
#ifdef DISABLE_CLIENT
#cmakedefine DISABLE_CLIENT
#endif