From 5e21669120e92047669554bf432b5bc4696b3b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 15 May 2006 08:01:12 +0000 Subject: [PATCH] reverted my last change as it doesn't fix anything git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17459 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/bash/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/bash/config.h b/src/bin/bash/config.h index 395fd5b0ac..b2a1177557 100644 --- a/src/bin/bash/config.h +++ b/src/bin/bash/config.h @@ -617,7 +617,7 @@ //#define HAVE_SIGINTERRUPT 1 /* Define if you have the POSIX.1-style sigsetjmp function. */ -//#define HAVE_POSIX_SIGSETJMP 1 +#define HAVE_POSIX_SIGSETJMP 1 /* Define if you have the snprintf function. */ #define HAVE_SNPRINTF 1