From: Daniel Schepler <schepler@debian.org>
Subject: Allow build with glibc 2.16
Bug: http://lists.gnu.org/archive/html/bug-gnulib/2012-03/msg00186.html
Bug-Debian: http://bugs.debian.org/694952
X-Debian-version: 1.4.16-5

--- a/lib/stdio.in.h
+++ b/lib/stdio.in.h
@@ -162,7 +162,9 @@
    so any use of gets warrants an unconditional warning.  Assume it is
    always declared, since it is required by C89.  */
 #undef gets
+#if 0
 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
+#endif
 
 #if @GNULIB_FOPEN@
 # if @REPLACE_FOPEN@
