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:
parent
7eec713e10
commit
710959597f
@ -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>
|
||||
|
||||
* utils.c (fnmatch_nocase): New function.
|
||||
|
@ -68,11 +68,9 @@ so, delete this exception statement from your version. */
|
||||
# include <termios.h>
|
||||
#endif
|
||||
|
||||
/* Needed for run_with_timeout. */
|
||||
/* Needed for Unix version of run_with_timeout. */
|
||||
#include <signal.h>
|
||||
#ifdef HAVE_SETJMP_H
|
||||
# include <setjmp.h>
|
||||
#endif
|
||||
#include <setjmp.h>
|
||||
|
||||
#ifndef HAVE_SIGSETJMP
|
||||
/* If sigsetjmp is a macro, configure won't pick it up. */
|
||||
|
Loading…
Reference in New Issue
Block a user