From 834e817fa48e5761f6ebc14b50c44b9af8faf39d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 8 Aug 2009 00:29:30 +0000 Subject: [PATCH] Add UNIX98 pty support. --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.h.in b/config.h.in index 82d64b8ae..5ef404379 100644 --- a/config.h.in +++ b/config.h.in @@ -333,6 +333,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_PATHS_H +/* Define to 1 if you have the `posix_openpt' function. */ +#undef HAVE_POSIX_OPENPT + +/* Define to 1 if you have the `grantpt' function. */ +#undef HAVE_GRANTPT + /* Define to 1 if you have the header file. */ #undef HAVE_PROJECT_H