diff options
Diffstat (limited to 'config/coq_config.mli')
-rw-r--r-- | config/coq_config.mli | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/config/coq_config.mli b/config/coq_config.mli index 6845df7d..35446072 100644 --- a/config/coq_config.mli +++ b/config/coq_config.mli @@ -1,17 +1,17 @@ (************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) -(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2011 *) +(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2010 *) (* \VV/ **************************************************************) (* // * This file is distributed under the terms of the *) (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: coq_config.mli 14641 2011-11-06 11:59:10Z herbelin $ i*) - val local : bool (* local use (no installation) *) -val coqlib : string (* where the std library is installed *) -val coqsrc : string (* where are the sources *) +val coqlib : string option (* where the std library is installed *) +val configdir : string option (* where configuration files are installed *) +val datadir : string option (* where extra data files are installed *) +val docdir : string (* where the doc is installed *) val ocaml : string (* names of ocaml binaries *) val ocamlc : string @@ -60,6 +60,7 @@ val browser : string variable COQREMOTEBROWSER *) val has_coqide : string +val gtk_platform : [`QUARTZ | `WIN32 | `X11] val has_natdynlink : bool val natdynlinkflag : string (* special cases of natdynlink (e.g. MacOS 10.5) *) |