Generates random numbers just like random(). This further ensures that
the random number generator is seeded exactly once per process.
+=item B<rrd_strtod>
+
+works like normal strtod, but it is locale independent (and thread save)
+
+=item B<rrd_snprintf>
+
+works like normal snprintf but it is locale independent (and thread save)
+
=item B<rrd_add_ptr(void ***dest, size_t *dest_size, void *src)>
Dynamically resize the array pointed to by C<dest>. C<dest_size> is a
rrdcached_SOURCES = rrd_daemon.c
rrdcached_DEPENDENCIES = librrd_th.la
rrdcached_CPPFLAGS = -DVERSION='"$(VERSION)"' -DLOCALSTATEDIR='"$(localstatedir)"'
-rrdcached_LDADD = rrd_strtod.o librrd_th.la $(ALL_LIBS)
+rrdcached_LDADD = librrd_th.la $(ALL_LIBS)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = librrd.pc