Define Config.host_cpu.
[mclu.git] / config.ml.in
index 14fd2ba..b7ce380 100644 (file)
@@ -19,6 +19,8 @@
 
 let maybe = function "no" -> None | s -> Some s
 
+let host_cpu = "@host_cpu@"
+
 let path_virt_builder = maybe "@VIRT_BUILDER@"
 let path_virt_viewer = maybe "@VIRT_VIEWER@"
 let path_wol = maybe "@WOL@"