From 204ad074e51c0e9c25666eb044e4c255bcfe64b6 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 2 Mar 2000 23:56:12 +1100 Subject: - Warning was valid - possible race condition on PTYs. Avoided using platform-specific code. - Document some common problems --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 9af1117c7..530c52815 100644 --- a/acconfig.h +++ b/acconfig.h @@ -150,6 +150,9 @@ /* getaddrinfo is broken (if present) */ #undef BROKEN_GETADDRINFO +/* Whether Unix98 ptys are automatically removed when they are closed */ +#undef PTY_REMOVED_ON_CLOSE + @BOTTOM@ /* ******************* Shouldn't need to edit below this line ************** */ -- cgit v1.2.3