diff options
author | OBATA Akio <obache@wizdas.com> | 2020-08-28 16:08:41 +0900 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-08-31 09:52:13 +0000 |
commit | 8e542575e044baf23ae636d32f1c6d4e3b8dea18 (patch) | |
tree | 168005cca38ba0cc5bc25e514fe20d4b310db66d /config.h.cmake | |
parent | ac8c8ca54aaed1466255161a3d727dcfade4a7d9 (diff) | |
download | tdelibs-8e542575e044baf23ae636d32f1c6d4e3b8dea18.tar.gz tdelibs-8e542575e044baf23ae636d32f1c6d4e3b8dea18.zip |
Add support of posix_openpt(2) to open master pseudo terminal device
Signed-off-by: OBATA Akio <obache@wizdas.com>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
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 |