From 8aa56b078fbf576d834bd072efe9dec72ca56f03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Fri, 12 May 2006 10:16:15 +0000 Subject: [PATCH] deactivate the HAVE_POSIX_SIGSETJMP flag for the time being, could be activated again later git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17431 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 b2a1177557..395fd5b0ac 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