X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcollectd.h;h=5912fe6f809b0557dac19b3460e9f038ac5230e0;hb=10075e6fe3c384b73c2dd398a1435f8d10e56654;hp=0df763ec397d9340ea020f444bbc44cea32c1478;hpb=2c8470d917b2f0a17326ee1336081dcffbd6a347;p=collectd.git diff --git a/src/collectd.h b/src/collectd.h index 0df763ec..5912fe6f 100644 --- a/src/collectd.h +++ b/src/collectd.h @@ -253,6 +253,10 @@ # define __attribute__(x) /**/ #endif +#if __GNUC__ +# pragma GCC poison strcpy strcat sprintf strtok +#endif + extern char hostname_g[]; extern int interval_g;