[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Fri Nov 21 17:44:34 CET 2008
configure.in | 21 ++++++++++++++++++---
1 files changed, 18 insertions(+), 3 deletions(-)
New commits:
commit dfc4819ad20c8d959d154e4ad3a3701cc7233f63
Author: Florian Forster <octo at noris.net>
Date: Fri Nov 21 17:42:37 2008 +0100
configure.in: Include <stdint.h> and <inttypes.h> when checking for double storage layout.
Some systems, for example Solaris 9, don't have <stdint.h> and define
`uint32_t' via <inttypes.h> instead. Be more permissive by including
both header files when checking how doubles are stored in memory.
More information about the collectd-changes
mailing list