summaryrefslogtreecommitdiff
path: root/config/coq_config.mli
diff options
context:
space:
mode:
Diffstat (limited to 'config/coq_config.mli')
-rw-r--r--config/coq_config.mli12
1 files changed, 7 insertions, 5 deletions
diff --git a/config/coq_config.mli b/config/coq_config.mli
index af943509..14595fa5 100644
--- a/config/coq_config.mli
+++ b/config/coq_config.mli
@@ -6,19 +6,18 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: coq_config.mli 11380 2008-09-07 12:27:27Z glondu $ i*)
+(*i $Id: coq_config.mli 11858 2009-01-26 13:27:23Z notin $ i*)
val local : bool (* local use (no installation) *)
-val bindir : string (* where the binaries are installed *)
val coqlib : string (* where the std library is installed *)
+val coqsrc : string (* where are the sources *)
-val coqtop : string (* where are the sources *)
-
-val camldir : string (* base directory of OCaml binaries *)
+val camlbin : string (* base directory of OCaml binaries *)
val camllib : string (* for Dynlink *)
val camlp4 : string (* exact name of camlp4: either "camlp4" ou "camlp5" *)
+val camlp4bin : string (* base directory for Camlp4/5 binaries *)
val camlp4lib : string (* where is the library of Camlp4 *)
val best : string (* byte/opt *)
@@ -30,6 +29,7 @@ val coqrunbyteflags : string (* -custom/-dllib -lcoqrun *)
(* val defined : string list (* options for lib/ocamlpp *) *)
val version : string (* version number of Coq *)
+val caml_version : string (* OCaml version used to compile Coq *)
val date : string (* release date *)
val compile_date : string (* compile date *)
val vo_magic_number : int
@@ -44,3 +44,5 @@ val with_geoproof : bool ref (* to (de)activate functions specific to Geoproof w
val browser : string
(** default web browser to use, may be overriden by environment
variable COQREMOTEBROWSER *)
+
+val has_natdynlink : bool