blob: c134c693dd5cd03b0a7ce7dcf7adb49ac584b4c0 (
plain)
1
2
3
4
5
6
|
# Minimum and exact required versions for various libraries
# if we use the ones installed in the system.
define(TDB_MIN_VERSION,1.2.1)
define(TALLOC_MIN_VERSION,2.0.1)
define(LDB_REQUIRED_VERSION,0.9.10)
define(TEVENT_REQUIRED_VERSION,0.9.8)
|