8957a14 Update headers to support bind 9.11.5

Authored and Committed by pemensik 5 years ago
    Update headers to support bind 9.11.5
    
    BIND updated its headers without backward compatiblity layer inside.
    New releases removed custom types from its own sources, like
    isc_uint32_t and isc_boolean_t. They replaced it with standard types
    uint32_t and bool. Until all usages are replaced, this is required to
    compile. Unfortunately no backward compatiblity is provided.
    
        
file modified
+6 -1