13 lines
259 B
Diff
13 lines
259 B
Diff
--- php_statgrab.h.bak Sat Apr 16 13:48:58 2005
|
|
+++ php_statgrab.h Sat Apr 16 13:49:01 2005
|
|
@@ -55,6 +55,10 @@
|
|
PHP_FUNCTION(sg_user_stats);
|
|
PHP_FUNCTION(sg_network_iface_stats);
|
|
|
|
+#ifdef snprintf
|
|
+#undef snprintf
|
|
+#endif
|
|
+
|
|
#endif /* PHP_STATGRAB_H */
|
|
|
|
|