<file name="config.h" line="55">
/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
don't. */
#define HAVE_DECL_SYS_SIGLIST 0
</file>
<file name="signame.c" line="26">
/* If the system provides sys_siglist, we'll use that.
Otherwise create our own.
*/
#if !defined(HAVE_DECL_SYS_SIGLIST)
</file>
<diff line="30">
#if (! HAVE_DECL_SYS_SIGLIST)
</diff>
Earnie
--
MinGW - http://www.mingw.org/
Wiki - http://www.mingw.org/MinGWiki/
SF Project - http://sourceforge.net/projects/mingw
Job Listing - http://sf.net/people/viewjob.php?group_id=2435&job_id=21643
_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32