diff --git a/include/Config.in b/include/Config.in new file mode 100644 index 0000000..af141b4 --- /dev/null +++ b/include/Config.in @@ -0,0 +1,6 @@ +#ifndef __CAVM_CONFIG_H +#define __CAVM_CONFIG_H + +#define CAVM_RUNTIME_CHECK_SUPPORT @CAVM_RUNTIME_CHECK_SUPPORT@ + +#endif \ No newline at end of file