summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorHolger Weiss <hweiss@users.sourceforge.net>2007-07-26 00:02:28 (GMT)
committerHolger Weiss <hweiss@users.sourceforge.net>2007-07-26 00:02:28 (GMT)
commitc6498986b710305357608d2fb7e9df2ca275137a (patch)
treed2ba0d4cfe43e4eb452abcfb7141917abd38e73e /configure.in
parent37287823f07f64e8208cfe016a95056d6be19ea7 (diff)
downloadmonitoring-plugins-c6498986b710305357608d2fb7e9df2ca275137a.tar.gz
New "-u, --unicast" option which gives check_dhcp the ability to mimic a
DHCP relay server in order to check remote subnets (Heiti Ernits and Andreas Ericsson - 1218235) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1762 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 5b5b983..86f3780 100644
--- a/configure.in
+++ b/configure.in
@@ -1450,6 +1450,9 @@ elif test -f ../plugins/check_nt.c ; then
1450fi 1450fi
1451 1451
1452 1452
1453dnl used in check_dhcp
1454AC_CHECK_HEADERS(sys/sockio.h)
1455
1453case $host in 1456case $host in
1454 *bsd*) 1457 *bsd*)
1455 AC_DEFINE(__bsd__,1,[bsd specific code in check_dhcp.c]) 1458 AC_DEFINE(__bsd__,1,[bsd specific code in check_dhcp.c])