From 1d9cf8e717fd74c8ba1468d2d83be1996048cfc5 Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Fri, 28 Aug 2020 16:08:41 +0900 Subject: Add support of posix_openpt(2) to open master pseudo terminal device Signed-off-by: OBATA Akio (cherry picked from commit 8e542575e044baf23ae636d32f1c6d4e3b8dea18) --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 0bced5c2b..d84c4b087 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -431,6 +431,9 @@ /* Define to 1 if you have the `poll' function. */ #cmakedefine HAVE_POLL 1 +/* Define to 1 if you have the `posix_openpt' function. */ +#cmakedefine HAVE_POSIX_OPENPT 1 + /* Define to 1 if the assembler supports AltiVec instructions. */ #undef HAVE_PPC_ALTIVEC -- cgit v1.2.1