From 8e542575e044baf23ae636d32f1c6d4e3b8dea18 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 --- 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 fd1cfc462..4549fd14d 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -446,6 +446,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