aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-03-08 12:47:05 +0000
committerGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-03-08 12:47:05 +0000
commitcd798e8cb6f2f5123d61de10172b9dbbcb46f86f (patch)
treee5c7297ae741f6f4cdfe690004165c17f2385675 /config
parent042a9e9156c183e705a5d5dddd4f2842fa57b943 (diff)
Application des patches envoyés par F. Besson pour micromega
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12852 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'config')
-rw-r--r--config/coq_config.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/coq_config.mli b/config/coq_config.mli
index 2cd1e4543..5feb96303 100644
--- a/config/coq_config.mli
+++ b/config/coq_config.mli
@@ -55,6 +55,8 @@ val plugins_dirs : string list
val exec_extension : string (* "" under Unix, ".exe" under MS-windows *)
val with_geoproof : bool ref (* to (de)activate functions specific to Geoproof with Coqide *)
+val csdp : string option (* the path to CSDP, for the Micromega plugin *)
+
val browser : string
(** default web browser to use, may be overriden by environment
variable COQREMOTEBROWSER *)