summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorM. Sean Finney <seanius@users.sourceforge.net>2005-10-25 10:38:02 (GMT)
committerM. Sean Finney <seanius@users.sourceforge.net>2005-10-25 10:38:02 (GMT)
commit16cd0c8151eee652d88b0b6f3aaa5b917cb87e13 (patch)
tree9587540f51701d62d73670c6c1963f9119c793b5 /configure.in
parentceebd58040b1688749d58dd76963af639cf8c803 (diff)
downloadmonitoring-plugins-16cd0c8151eee652d88b0b6f3aaa5b917cb87e13.tar.gz
- added code to allow check_tcp (via np_net_connect) work with local
unix sockets. some testing would be welcome. based on idea from Alex Samorukov. - also introduced a check_clamd behavior in check_tcp. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1261 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 21a3993..368bbf7 100644
--- a/configure.in
+++ b/configure.in
@@ -533,7 +533,7 @@ dnl
533AC_HEADER_STDC 533AC_HEADER_STDC
534AC_HEADER_TIME 534AC_HEADER_TIME
535AC_HEADER_SYS_WAIT 535AC_HEADER_SYS_WAIT
536AC_CHECK_HEADERS(signal.h strings.h string.h syslog.h uio.h errno.h regex.h sys/types.h sys/time.h sys/socket.h sys/loadavg.h) 536AC_CHECK_HEADERS(signal.h strings.h string.h syslog.h uio.h errno.h regex.h sys/types.h sys/time.h sys/socket.h sys/loadavg.h sys/un.h)
537AC_CHECK_HEADERS(features.h stdarg.h sys/unistd.h ctype.h stdlib.h) 537AC_CHECK_HEADERS(features.h stdarg.h sys/unistd.h ctype.h stdlib.h)
538 538
539dnl Checks for typedefs, structures, and compiler characteristics. 539dnl Checks for typedefs, structures, and compiler characteristics.