aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2017-03-07 01:29:37 +0000
committerNIIBE Yutaka <[email protected]>2017-03-07 01:42:28 +0000
commitce37ada87139ef418401f9f35439007a8c04a856 (patch)
tree37892b9994aa10fb2d8a6437f8d6002ed80bbfa2 /configure.ac
parentscd: Close THE_EVENT handle. (diff)
downloadgnupg-ce37ada87139ef418401f9f35439007a8c04a856.tar.gz
gnupg-ce37ada87139ef418401f9f35439007a8c04a856.zip
tools: More portable for openpty use.
* configure.ac (AC_CHECK_HEADERS): Add util.h libutil.h and termios.h. * tools/symcryptrun.c: Include those headers. -- This is for OpenBSD and FreeBSD. Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bec7428f8..5fc2b8518 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1274,7 +1274,8 @@ AC_MSG_NOTICE([checking for header files])
AC_HEADER_STDC
AC_CHECK_HEADERS([string.h unistd.h langinfo.h termio.h locale.h getopt.h \
pty.h utmp.h pwd.h inttypes.h signal.h sys/select.h \
- stdint.h signal.h])
+ stdint.h signal.h util.h libutil.h termios.h])
+
AC_HEADER_TIME