diff options
author | Holger Weiss <hweiss@users.sourceforge.net> | 2007-07-26 00:02:28 (GMT) |
---|---|---|
committer | Holger Weiss <hweiss@users.sourceforge.net> | 2007-07-26 00:02:28 (GMT) |
commit | c6498986b710305357608d2fb7e9df2ca275137a (patch) | |
tree | d2ba0d4cfe43e4eb452abcfb7141917abd38e73e /configure.in | |
parent | 37287823f07f64e8208cfe016a95056d6be19ea7 (diff) | |
download | monitoring-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.in | 3 |
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 | |||
1450 | fi | 1450 | fi |
1451 | 1451 | ||
1452 | 1452 | ||
1453 | dnl used in check_dhcp | ||
1454 | AC_CHECK_HEADERS(sys/sockio.h) | ||
1455 | |||
1453 | case $host in | 1456 | case $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]) |