From 9de993d1550edac01ae4a3b6621c96ac736372ee Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 9 Mar 2008 23:42:21 +0000 Subject: [PATCH] Enable process group synchronization via a pipe. Not sure what advantages that is supposed to yield, but at least under Linux that option is enabled. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24343 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 d550bddfb9..21c460b3e9 100644 --- a/src/bin/bash/config.h +++ b/src/bin/bash/config.h @@ -404,7 +404,7 @@ /* #undef OPENDIR_NOT_ROBUST */ -/* #undef PGRP_PIPE */ +#define PGRP_PIPE 1 /* Define if the setvbuf function takes the buffering type as its second argument and the buffer pointer as the third, as on System V