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>2020-08-31 11:52:50 +0200
commitbde317d2cd53eac0e4274257f4e5e8f718e32fd6 (patch)
treef3fa4b53add50109e21170a50ead8eb53c69cef2 /config.h.cmake
parentf17a911197bdfc46089418ddae00f35ada87b314 (diff)
downloadtdelibs-bde317d2cd53eac0e4274257f4e5e8f718e32fd6.tar.gz
tdelibs-bde317d2cd53eac0e4274257f4e5e8f718e32fd6.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 56a0c11c7..5916a07e0 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -437,6 +437,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