view src/config.sig @ 1394:d328983dc5a6

Allow subqueries to reference aggregate-only columns of free tables; treat non-COUNT aggregate functions as possibly returning NULL
author Adam Chlipala <adam@chlipala.net>
date Sat, 15 Jan 2011 14:53:13 -0500
parents b2bc8bcd546f
children 969b90b1f2f9
line wrap: on
line source
signature CONFIG = sig
    val bin : string
    val lib : string
    val includ : string
    val sitelisp : string

    val libUr : string
    val libC : string
    val libJs : string

    val gccArgs : string
    val openssl : string
end