Code

Added state retention APIs. Implemented for check_snmp with --rate option.
[nagiosplug.git] / gl / strerror.c
index b0df7784898a90c5f284cd30bd880c92f1165621..46153abf5f08799d4c9917e59a2a1b33c96fdd6e 100644 (file)
@@ -32,6 +32,9 @@
 
 # include "intprops.h"
 
+/* Use the system functions, not the gnulib overrides in this file.  */
+# undef sprintf
+
 # undef strerror
 # if ! HAVE_DECL_STRERROR
 #  define strerror(n) NULL