Code

Test updates...
[nagiosplug.git] / gl / stdio-write.c
index f7da9e420bf3ac8b6dce83bf92fb82e6a8fc3ee4..a6a0eb143da6eaff0cea420368274b99bb778179 100644 (file)
@@ -63,7 +63,6 @@
     }
 
 #  if !REPLACE_PRINTF_POSIX /* avoid collision with printf.c */
-#   if !DEPENDS_ON_LIBINTL /* avoid collision with intl/printf.c */
 int
 printf (const char *format, ...)
 {
@@ -76,7 +75,6 @@ printf (const char *format, ...)
 
   return retval;
 }
-#   endif
 #  endif
 
 #  if !REPLACE_FPRINTF_POSIX /* avoid collision with fprintf.c */