From eeff02ee3f0e8d888fc02d768ae2a58cafeac0be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Mon, 12 Aug 1996 18:48:30 +0200 Subject: [PATCH] now checks for <setjmp.h> Rev: src/machine.h.in:1.12 --- src/machine.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/machine.h.in b/src/machine.h.in index 164149bb7b..767db662fe 100644 --- a/src/machine.h.in +++ b/src/machine.h.in @@ -55,6 +55,9 @@ /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define if you have the <setjmp.h> header file. */ +#undef HAVE_SETJMP_H + /* more header files */ #undef HAVE_FCNTL_H #undef HAVE_SYS_FILIO_H -- GitLab