configure.in: Use pkg-config to detect the upsclient library.
[collectd.git] / src / collectd.h
index 0ccf533..337da46 100644 (file)
 # define __attribute__(x) /**/
 #endif
 
+#if __GNUC__
+# pragma GCC poison strcpy strcat sprintf strtok
+#endif
+
 extern char hostname_g[];
 extern int  interval_g;