diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-26 15:12:55 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-26 15:12:55 +0100 |
commit | 1ecc5e4a995ade68ae216bb56f6ac9bd5c0b7e4b (patch) | |
tree | 1dd5bf0c048edb2700cfefb407d7fda4033049f6 /src/configure.ac | |
parent | 203651b9b2e2f478c9a2be25f86ce9712a21a796 (diff) | |
download | vim-git-1ecc5e4a995ade68ae216bb56f6ac9bd5c0b7e4b.tar.gz |
patch 8.1.0824: SunOS/Solaris has a problem with ttysv8.1.0824
Problem: SunOS/Solaris has a problem with ttys.
Solution: Add mch_isatty() with extra handling for SunOS. (Ozaki Kiichi,
closes #3865)
Diffstat (limited to 'src/configure.ac')
-rw-r--r-- | src/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.ac b/src/configure.ac index e5525eaa6..2b7725b0a 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -3265,7 +3265,7 @@ AC_CHECK_HEADERS(stdint.h stdlib.h string.h \ unistd.h stropts.h errno.h sys/resource.h \ sys/systeminfo.h locale.h sys/stream.h termios.h \ libc.h sys/statfs.h poll.h sys/poll.h pwd.h \ - utime.h sys/param.h libintl.h libgen.h \ + utime.h sys/param.h sys/ptms.h libintl.h libgen.h \ util/debug.h util/msg18n.h frame.h sys/acl.h \ sys/access.h sys/sysinfo.h wchar.h wctype.h) |