From: Peter Kokot Date: Thu, 6 Sep 2018 04:54:58 +0000 (+0200) Subject: Remove unused HAVE__SETJMP symbols X-Git-Tag: v6.9.1~42^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b097177518674bfe661c6e7033d1d940b73ec9ac;p=onig Remove unused HAVE__SETJMP symbols --- diff --git a/src/config.h.win32 b/src/config.h.win32 index 97d37e9..f55d746 100644 --- a/src/config.h.win32 +++ b/src/config.h.win32 @@ -51,7 +51,6 @@ #define HAVE_WAITPID 1 #define HAVE_CHSIZE 1 #define HAVE_TIMES 1 -#define HAVE__SETJMP 1 #define HAVE_TELLDIR 1 #define HAVE_SEEKDIR 1 #define HAVE_MKTIME 1 diff --git a/src/config.h.win64 b/src/config.h.win64 index 93ab603..ca1a53b 100644 --- a/src/config.h.win64 +++ b/src/config.h.win64 @@ -51,7 +51,6 @@ #define HAVE_WAITPID 1 #define HAVE_CHSIZE 1 #define HAVE_TIMES 1 -#define HAVE__SETJMP 1 #define HAVE_TELLDIR 1 #define HAVE_SEEKDIR 1 #define HAVE_MKTIME 1 diff --git a/src/config.h.windows.in b/src/config.h.windows.in index d64e81c..2d5b846 100644 --- a/src/config.h.windows.in +++ b/src/config.h.windows.in @@ -55,7 +55,6 @@ #define HAVE_WAITPID 1 #define HAVE_CHSIZE 1 #define HAVE_TIMES 1 -#define HAVE__SETJMP 1 #define HAVE_TELLDIR 1 #define HAVE_SEEKDIR 1 #define HAVE_MKTIME 1