summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-12-03 22:39:19 +0100
committerGitHub <noreply@github.com>2025-12-03 22:39:19 +0100
commit30a9908d8d02fe7ffc813adfe80e24663dcee654 (patch)
treeac8210bf37d4635999895ec98b3e05a69052c0df /configure.ac
parent25329a9097cbd272a4d94e2ae9b09e423016c022 (diff)
downloadmonitoring-plugins-30a9908d8d02fe7ffc813adfe80e24663dcee654.tar.gz
Remove check_nt (#2195)
check_nt was used to connect NSclient++ on windows, both the method and the target are pretty much dead. Therefor check_nt gets removed.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 705183a2..2bf94014 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1832,11 +1832,6 @@ if test -n "$PATH_TO_APTGET" ; then
1832fi 1832fi
1833 1833
1834 1834
1835if test -f $srcdir/plugins/check_nt.c ; then
1836 EXTRAS="$EXTRAS check_nt\$(EXEEXT)"
1837fi
1838
1839
1840dnl used in check_dhcp 1835dnl used in check_dhcp
1841AC_CHECK_HEADERS(sys/sockio.h) 1836AC_CHECK_HEADERS(sys/sockio.h)
1842 1837