summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-02 23:56:12 +1100
committerDamien Miller <djm@mindrot.org>2000-03-02 23:56:12 +1100
commit204ad074e51c0e9c25666eb044e4c255bcfe64b6 (patch)
tree4c436060e703711ea7fb31ae55329ae414cf86f8 /acconfig.h
parentc4cea3e5c71c8f2d48ee22ea05d26a47fb47ad29 (diff)
- Warning was valid - possible race condition on PTYs. Avoided using
platform-specific code. - Document some common problems
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 9af1117c7..530c52815 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -150,6 +150,9 @@
150/* getaddrinfo is broken (if present) */ 150/* getaddrinfo is broken (if present) */
151#undef BROKEN_GETADDRINFO 151#undef BROKEN_GETADDRINFO
152 152
153/* Whether Unix98 ptys are automatically removed when they are closed */
154#undef PTY_REMOVED_ON_CLOSE
155
153@BOTTOM@ 156@BOTTOM@
154 157
155/* ******************* Shouldn't need to edit below this line ************** */ 158/* ******************* Shouldn't need to edit below this line ************** */