This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
(* Various types used by configure and real_configure.ml *)
|
||||
|
||||
type switch =
|
||||
| Yes
|
||||
| No
|
||||
| Auto
|
||||
|
||||
let string_of_switch = function
|
||||
| Yes -> "Yes"
|
||||
| No -> "No"
|
||||
| Auto -> "Auto"
|
||||
Loading…
Add table
Add a link
Reference in a new issue