diff options
author | Thomas White <taw@physics.org> | 2010-03-05 10:32:35 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-05 10:34:14 +0100 |
commit | daac7b3b2aae9895e6fd46588739b992655c66f5 (patch) | |
tree | 339201d6e98d631caa0edf166c6c3e42596228da /config.h.in | |
parent | d8358c2158154ed14af37edb46b44f6c7b9feebb (diff) |
forkpty() compatibility
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
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 |