summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c51b6ee)
raw | patch | inline | side by side (parent: c51b6ee)
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Tue, 15 Jan 2008 09:40:56 +0000 (09:40 +0000) | ||
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Tue, 15 Jan 2008 09:40:56 +0000 (09:40 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1906 f882894a-f735-0410-b71e-b25c423dba1c
NEWS | patch | blob | history | |
configure.in | patch | blob | history |
index d25f8b3d9c9f8a3c97788186888ef77a5af27a6b..bf863dde0ab146fa020f77b76537fde83577d7a4 100644 (file)
--- a/NEWS
+++ b/NEWS
New check_icmp -s option to specify the source IP address
check_dns now sorts addresses for testing results for more than one returned IP (Matthias Urlichs)
Fix segfault in check_ntp_time and (deprecated) check_ntp. (Bug #1862300)
+ check_disk should now work with large file systems (2TB+) on all archs that supports it
1.4.11 13th December 2007
Fixed check_http regression in 1.4.10 where following redirects to
diff --git a/configure.in b/configure.in
index 78434437e94c4a2f2ff8b73a9ab0490a7922e378..c584800856c8178bbbed17fcb14410c2ea467285 100644 (file)
--- a/configure.in
+++ b/configure.in
AM_PROG_CC_C_O
AC_FUNC_ERROR_AT_LINE
+AC_SYS_LARGEFILE
ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])