~ubuntu-branches/ubuntu/raring/grub2/raring

« back to all changes in this revision

Viewing changes to m4/stdio_h.m4

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-10-31 10:36:57 UTC
  • Revision ID: package-import@ubuntu.com-20121031103657-k6y42czf8vx7dzs1
Tags: 2.00-7ubuntu13
Avoid assuming that gets is declared.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
  dnl Check for declarations of anything we want to poison if the
37
37
  dnl corresponding gnulib module is not in use, and which is not
38
 
  dnl guaranteed by C89.
 
38
  dnl guaranteed by both C89 and C11.
39
39
  gl_WARN_ON_USE_PREPARE([[#include <stdio.h>
40
 
    ]], [dprintf fpurge fseeko ftello getdelim getline popen renameat
 
40
    ]], [dprintf fpurge fseeko ftello getdelim getline gets popen renameat
41
41
    snprintf tmpfile vdprintf vsnprintf])
42
42
])
43
43