From 784c413690c71212ad9e08bb093414abd1cacc08 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 6 Aug 1999 18:01:35 +0000 Subject: zsh-3.1.6-pws-1 --- Src/system.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Src/system.h') diff --git a/Src/system.h b/Src/system.h index e95e2c4cc..60f0dfe05 100644 --- a/Src/system.h +++ b/Src/system.h @@ -267,6 +267,8 @@ struct timezone { # ifndef TIME_H_SELECT_H_CONFLICTS # include # endif +#elif defined(SELECT_IN_SYS_SOCKET_H) +# include #endif #ifdef HAVE_SYS_FILIO_H @@ -613,3 +615,8 @@ extern short ospeed; #define ftell ftello #endif #endif + +/* Can't support job control without working tcsetgrp() */ +#ifdef BROKEN_TCSETPGRP +#undef JOB_CONTROL +#endif /* BROKEN_TCSETPGRP */ -- cgit 1.4.1