mirror of
https://github.com/sstefani/mtrace.git
synced 2025-12-06 08:46:41 +08:00
14 lines
239 B
C
14 lines
239 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
|
|
|
|
#ifndef DISABLE_CLIENT
|
|
#cmakedefine DISABLE_CLIENT
|
|
#endif
|