From: Mark Andrews Date: Mon, 24 Feb 2014 14:10:36 +0000 (+1100) Subject: remove ENABLE_SIT X-Git-Tag: v9.10.0b2~106 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=bc4410b878eff427981cb916048468f4bdf7a896;p=thirdparty%2Fbind9.git remove ENABLE_SIT --- diff --git a/config.h.in b/config.h.in index fe410b218c9..4e86c9d2ab5 100644 --- a/config.h.in +++ b/config.h.in @@ -173,9 +173,6 @@ int sigwait(const unsigned int *set, int *sig); /* Define to enable rpz-nsip rules. */ #undef ENABLE_RPZ_NSIP -/* Define to enable 'sit' support. */ -#undef ENABLE_SIT - /* Solaris hack to get select_large_fdset. */ #undef FD_SETSIZE diff --git a/configure b/configure index 281913e1e14..54c1c7c2626 100755 --- a/configure +++ b/configure @@ -19064,9 +19064,6 @@ HAVE_SIT= case "$enable_sit" in yes) - -$as_echo "#define ENABLE_SIT 1" >>confdefs.h - ISC_PLATFORM_USESIT="#define ISC_PLATFORM_USESIT 1" HAVE_SIT=1 ;; diff --git a/configure.in b/configure.in index 60d85da68d4..e5a030d7f06 100644 --- a/configure.in +++ b/configure.in @@ -3448,7 +3448,6 @@ HAVE_SIT= case "$enable_sit" in yes) - AC_DEFINE(ENABLE_SIT, 1, [Define to enable 'sit' support.]) ISC_PLATFORM_USESIT="#define ISC_PLATFORM_USESIT 1" HAVE_SIT=1 ;;