aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-11-21 19:16:42 +0100
committerPierre-Marie Pédrot2018-11-21 19:16:42 +0100
commit5d3e09970635c68e993ed12fd3313fd2702915fa (patch)
tree61c06dcb7313b989bcc42aebf23d0b0cd2465e49 /config
parent452cb15fd9647dc453cc36614cc469dfa91e3080 (diff)
parentaa151dbc7aa501bac78b835a80f9a25c5316d2dc (diff)
Merge PR #8945: [camlp5] Remove dependency on camlp5.
Diffstat (limited to 'config')
-rw-r--r--config/coq_config.mli5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/coq_config.mli b/config/coq_config.mli
index 22d8c49fd1..33acceb1f0 100644
--- a/config/coq_config.mli
+++ b/config/coq_config.mli
@@ -25,11 +25,6 @@ val docdirsuffix : string (* doc directory relative to installation prefix *)
val ocamlfind : string
-val camlp5o : string (* name of the camlp5o executable *)
-val camlp5bin : string (* base directory for camlp5 binaries *)
-val camlp5lib : string (* where is the library of camlp5 *)
-val camlp5compat : string (* compatibility argument to camlp5 *)
-
val caml_flags : string (* arguments passed to ocamlc (ie. CAMLFLAGS) *)
val arch : string (* architecture *)