]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use ISC_PLATFORM_USESIT v9.10.0b1
authorMark Andrews <marka@isc.org>
Sun, 23 Feb 2014 22:54:04 +0000 (09:54 +1100)
committerMark Andrews <marka@isc.org>
Sun, 23 Feb 2014 22:54:04 +0000 (09:54 +1100)
bin/named/server.c

index 86186b9438cbddaebe3229fb40bb4fbae2827666..890eef157885d13ccd4fc9cc1e832b28097fd0ad 100644 (file)
@@ -3409,7 +3409,7 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewlist,
        INSIST(result == ISC_R_SUCCESS);
        view->requestnsid = cfg_obj_asboolean(obj);
 
-#ifdef ENABLE_SIT
+#ifdef ISC_PLATFORM_USESIT
        obj = NULL;
        result = ns_config_get(maps, "request-sit", &obj);
        INSIST(result == ISC_R_SUCCESS);
@@ -6205,7 +6205,7 @@ load_configuration(const char *filename, ns_server_t *server,
                server->flushonshutdown = ISC_FALSE;
        }
 
-#ifdef ENABLE_SIT
+#ifdef ISC_PLATFORM_USESIT
        obj = NULL;
        result = ns_config_get(maps, "sit-secret", &obj);
        if (result == ISC_R_SUCCESS) {