aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index f1436fd0..582988de 100644
--- a/config.h.in
+++ b/config.h.in
@@ -6,6 +6,12 @@
/* Define to 1 if you have the `forkpty' function. */
#undef HAVE_FORKPTY
+/* Define to 1 if a Linux-style forkpty is available */
+#undef HAVE_FORKPTY_BSD
+
+/* Define to 1 if a Linux-style forkpty is available */
+#undef HAVE_FORKPTY_LINUX
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H