Code

Added state retention APIs. Implemented for check_snmp with --rate option.
[nagiosplug.git] / gl / wchar.in.h
index dd41d35392a4c96c859295030cbe51c1ea7c79be..88d47dbc09c1404bb582b1acf8ddc79a2b59f922 100644 (file)
@@ -407,7 +407,7 @@ _GL_WARN_ON_USE (wcsnrtombs, "wcsnrtombs is unportable - "
 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t));
 _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t));
 # else
-#  if !defined wcwidth && !@HAVE_DECL_WCWIDTH@
+#  if !@HAVE_DECL_WCWIDTH@
 /* wcwidth exists but is not declared.  */
 _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t));
 #  endif