From: Mark Andrews Date: Sun, 23 Feb 2014 22:54:04 +0000 (+1100) Subject: use ISC_PLATFORM_USESIT X-Git-Tag: v9.10.0b1^0 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ed70f92dd054be3f0bb3939ea7f0749afaaca94a;p=thirdparty%2Fbind9.git use ISC_PLATFORM_USESIT --- diff --git a/bin/named/server.c b/bin/named/server.c index 86186b9438c..890eef15788 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -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) {