X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FbuildTimeConf.ml.in;h=98c033fdbc10b5dd932afa6d70da6e58a69ccc9f;hb=ef9ec8cb57d15426a96fe40d056eb07804753bb9;hp=cef844f0c107dda0c3026cea54546096972480a2;hpb=fd96ce8e13f4f9adbeef2d9feb32f94dfcfaadad;p=helm.git diff --git a/helm/matita/buildTimeConf.ml.in b/helm/matita/buildTimeConf.ml.in index cef844f0c..98c033fdb 100644 --- a/helm/matita/buildTimeConf.ml.in +++ b/helm/matita/buildTimeConf.ml.in @@ -27,5 +27,10 @@ let debug = @DEBUG@;; let version = "0.0.1";; let undo_history_size = 10;; let console_history_size = 100;; +let browser_history_size = 100;; let gtkrc = "@MATITA_GTKRC@";; +let base_uri = "cic:/matita";; +let phrase_sep = ".";; +let blank_uri = "about:blank";; +let current_proof_uri = "about:current_proof";;