--- zile-2.4.7-orig/lib/stdio.in.h 2012-02-18 16:09:08.000000000 +0100 +++ zile-2.4.7-orig/lib/stdio.in.h 2012-07-07 09:14:14.000000000 +0200 @@ -714,8 +714,10 @@ /* It is very rare that the developer ever has full control of stdin, so any use of gets warrants an unconditional warning. Assume it is always declared, since it is required by C89. */ +#ifdef gets _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); #endif +#endif #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@