]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove ENABLE_SIT
authorMark Andrews <marka@isc.org>
Mon, 24 Feb 2014 14:10:36 +0000 (01:10 +1100)
committerMark Andrews <marka@isc.org>
Mon, 24 Feb 2014 14:10:36 +0000 (01:10 +1100)
config.h.in
configure
configure.in

index fe410b218c953d307be431300256f7383dd84e50..4e86c9d2ab5dc61d700e6f44864d03869fd69954 100644 (file)
@@ -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
 
index 281913e1e14ebf34852d920ba54fb78d40b4f06c..54c1c7c2626c5afa5801bb933fe5b50a15b2c1a6 100755 (executable)
--- 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
        ;;
index 60d85da68d4dc2787740170b30b10934891aceac..e5a030d7f06752091b95214c1ecdf40d79b5c232 100644 (file)
@@ -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
        ;;