src/collectd.h: Poison various insecure string functions only when debugging is enabled.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 16 Oct 2008 20:04:46 +0000 (22:04 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 16 Oct 2008 20:04:46 +0000 (22:04 +0200)
commita12bb20412de690c8b3ff39cb08e1545ccea25ff
tree7d041d86d76c0ba2caa76021dd4ada679e070e23
parent88b5b6ddd344695724c6cde791ce2643bf86afbc
src/collectd.h: Poison various insecure string functions only when debugging is enabled.

Because the `poison' pragma complains about macros (which are then never
used), this feature does more harm than good in everyday use. So we'll
only activate it when building in debug mode, so hopefully authors of
new plugins will use this.
src/collectd.h
src/perl.c