[PATCH] Added large file support ("backported" to collectd-3).
authorSebastian Harl <sh@tokkee.org>
Mon, 14 May 2007 18:57:03 +0000 (20:57 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Tue, 15 May 2007 17:17:39 +0000 (19:17 +0200)
commit9e7918de3468233376be0cb0c7c7ab5a06ef8bce
tree89a87f090a07b7a52553a88d8cb70d9024f7d4c1
parent84fa07ad0de81d0b1521e4badacde74a4af238c1
[PATCH] Added large file support ("backported" to collectd-3).

This adds large file support to collectd by using the AC_SYS_LARGEFILE macro
in configure.in. In order to apply any necessary options to all parts of
collectd, we have to make sure config.h is included in all source files
(either directly or by including collectd.h) and before any other header files
are included.

This should fix http://bugs.debian.org/422212.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
configure.in
src/common.c
src/multimeter.c
src/network.c
src/utils_debug.c
src/utils_ignorelist.c
src/utils_mount.c