summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2020-08-28 16:08:41 +0900
committerSlávek Banko <slavek.banko@axis.cz>2021-02-03 22:42:21 +0100
commit1d9cf8e717fd74c8ba1468d2d83be1996048cfc5 (patch)
tree9af8ddb284b53e2e9dedb00ccc3dfe0964adce23 /config.h.cmake
parent35bff96a9ce2ea78beacd98dba537c1a5871dfff (diff)
downloadtdelibs-1d9cf8e717fd74c8ba1468d2d83be1996048cfc5.tar.gz
tdelibs-1d9cf8e717fd74c8ba1468d2d83be1996048cfc5.zip
Add support of posix_openpt(2) to open master pseudo terminal device
Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 8e542575e044baf23ae636d32f1c6d4e3b8dea18)
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
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