author | Sebastian Harl <sh@tokkee.org> | |
Mon, 14 May 2007 18:57:03 +0000 (20:57 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 15 May 2007 17:17:39 +0000 (19:17 +0200) | ||
commit | 9e7918de3468233376be0cb0c7c7ab5a06ef8bce | |
tree | 89a87f090a07b7a52553a88d8cb70d9024f7d4c1 | tree | snapshot |
parent | 84fa07ad0de81d0b1521e4badacde74a4af238c1 | commit | diff |
[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>
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 | diff | blob | history | |
src/common.c | diff | blob | history | |
src/multimeter.c | diff | blob | history | |
src/network.c | diff | blob | history | |
src/utils_debug.c | diff | blob | history | |
src/utils_ignorelist.c | diff | blob | history | |
src/utils_mount.c | diff | blob | history |