/[autoconf]/autoconf/lib/autoconf/specific.m4
ViewVC logotype

Diff of /autoconf/lib/autoconf/specific.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.353 by eggert, Tue Jan 14 17:53:12 2003 UTC revision 1.354 by akim, Sat May 17 09:44:22 2003 UTC
# Line 60  Line 60 
60  # -------------------  # -------------------
61  AN_IDENTIFIER([sys_siglist],     [AC_CHECK_DECLS([sys_siglist])])  AN_IDENTIFIER([sys_siglist],     [AC_CHECK_DECLS([sys_siglist])])
62  AU_DEFUN([AC_DECL_SYS_SIGLIST],  AU_DEFUN([AC_DECL_SYS_SIGLIST],
63  [AC_CHECK_DECLS([sys_siglist])  [AC_CHECK_DECLS([sys_siglist],,,
64    [#include <signal.h>
65    /* NetBSD declares sys_siglist in unistd.h.  */
66    #if HAVE_UNISTD_H
67    # include <unistd.h>
68    #endif
69    ])
70  ])# AC_DECL_SYS_SIGLIST  ])# AC_DECL_SYS_SIGLIST
71    
72    

Legend:
Removed from v.1.353  
changed lines
  Added in v.1.354

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26