comparison src/configure.ac @ 15632:d4a6d575e910 v8.1.0824

patch 8.1.0824: SunOS/Solaris has a problem with ttys commit https://github.com/vim/vim/commit/1ecc5e4a995ade68ae216bb56f6ac9bd5c0b7e4b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 26 15:12:55 2019 +0100 patch 8.1.0824: SunOS/Solaris has a problem with ttys Problem: SunOS/Solaris has a problem with ttys. Solution: Add mch_isatty() with extra handling for SunOS. (Ozaki Kiichi, closes #3865)
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Jan 2019 15:15:12 +0100
parents 2dcaa860e3fc
children a6ca8cf07a98
comparison
equal deleted inserted replaced
15631:8896e3b99db4 15632:d4a6d575e910
3263 sgtty.h sys/ioctl.h sys/time.h sys/types.h \ 3263 sgtty.h sys/ioctl.h sys/time.h sys/types.h \
3264 termio.h iconv.h inttypes.h langinfo.h math.h \ 3264 termio.h iconv.h inttypes.h langinfo.h math.h \
3265 unistd.h stropts.h errno.h sys/resource.h \ 3265 unistd.h stropts.h errno.h sys/resource.h \
3266 sys/systeminfo.h locale.h sys/stream.h termios.h \ 3266 sys/systeminfo.h locale.h sys/stream.h termios.h \
3267 libc.h sys/statfs.h poll.h sys/poll.h pwd.h \ 3267 libc.h sys/statfs.h poll.h sys/poll.h pwd.h \
3268 utime.h sys/param.h libintl.h libgen.h \ 3268 utime.h sys/param.h sys/ptms.h libintl.h libgen.h \
3269 util/debug.h util/msg18n.h frame.h sys/acl.h \ 3269 util/debug.h util/msg18n.h frame.h sys/acl.h \
3270 sys/access.h sys/sysinfo.h wchar.h wctype.h) 3270 sys/access.h sys/sysinfo.h wchar.h wctype.h)
3271 3271
3272 dnl sys/ptem.h depends on sys/stream.h on Solaris 3272 dnl sys/ptem.h depends on sys/stream.h on Solaris
3273 AC_CHECK_HEADERS(sys/ptem.h, [], [], 3273 AC_CHECK_HEADERS(sys/ptem.h, [], [],