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/694956
X-Debian-version: 1:4.11.1-2

--- a/lib/stdio.in.h
+++ b/lib/stdio.in.h
@@ -179,7 +179,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@
