]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: add detection of openpty function
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 7 Jan 2020 16:19:52 +0000 (16:19 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 17 Jan 2020 09:59:08 +0000 (09:59 +0000)
commitf650e86703847af544762d02f79c70131ff7fbab
treea3857d8f597f6c512c8e6d51d1a03e98c99d3cd1
parent913707bb8d37e33bfa451887bb720ee72f6dacd9
util: add detection of openpty function

All UNIX platforms we care about have openpty() in the libutil
library. Use of pty.h must also be made conditional, excluding
Win32.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
build-aux/syntax-check.mk
configure.ac
src/util/Makefile.inc.am
src/util/virfile.c