On Fri, Jan 10, 2020 at 03:41:08PM +0000, Daniel P. Berrangé wrote:
All UNIX platforms we care about have openpty() in the libutil
library. Use of pty.h must also be made conditional, excluding
Win32.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
configure.ac | 4 ++++
src/util/Makefile.inc.am | 1 +
src/util/virfile.c | 14 +++++++++++++-
3 files changed, 18 insertions(+), 1 deletion(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>