1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Unconditionally include <setjmp.h>.

This commit is contained in:
hniksic 2005-07-06 14:06:29 -07:00
parent 7eec713e10
commit 710959597f
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2005-07-06 Hrvoje Niksic <hniksic@xemacs.org>
* utils.c: Unconditionally include <setjmp.h>.
2005-07-06 Hrvoje Niksic <hniksic@xemacs.org> 2005-07-06 Hrvoje Niksic <hniksic@xemacs.org>
* utils.c (fnmatch_nocase): New function. * utils.c (fnmatch_nocase): New function.

View File

@ -68,11 +68,9 @@ so, delete this exception statement from your version. */
# include <termios.h> # include <termios.h>
#endif #endif
/* Needed for run_with_timeout. */ /* Needed for Unix version of run_with_timeout. */
#include <signal.h> #include <signal.h>
#ifdef HAVE_SETJMP_H #include <setjmp.h>
# include <setjmp.h>
#endif
#ifndef HAVE_SIGSETJMP #ifndef HAVE_SIGSETJMP
/* If sigsetjmp is a macro, configure won't pick it up. */ /* If sigsetjmp is a macro, configure won't pick it up. */