summaryrefslogtreecommitdiff
path: root/src/config/config_vars.ml.default
blob: 1b56c413e920d9cb9292f9117339532879d0e3a2 (plain)
1
2
3
4
5
6
7
type 'a value =
    | This of 'a
    | Auto

let enable_zlib = Auto

let enable_hardware_support = Auto