comparison src/auto/configure @ 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
11129 sgtty.h sys/ioctl.h sys/time.h sys/types.h \ 11129 sgtty.h sys/ioctl.h sys/time.h sys/types.h \
11130 termio.h iconv.h inttypes.h langinfo.h math.h \ 11130 termio.h iconv.h inttypes.h langinfo.h math.h \
11131 unistd.h stropts.h errno.h sys/resource.h \ 11131 unistd.h stropts.h errno.h sys/resource.h \
11132 sys/systeminfo.h locale.h sys/stream.h termios.h \ 11132 sys/systeminfo.h locale.h sys/stream.h termios.h \
11133 libc.h sys/statfs.h poll.h sys/poll.h pwd.h \ 11133 libc.h sys/statfs.h poll.h sys/poll.h pwd.h \
11134 utime.h sys/param.h libintl.h libgen.h \ 11134 utime.h sys/param.h sys/ptms.h libintl.h libgen.h \
11135 util/debug.h util/msg18n.h frame.h sys/acl.h \ 11135 util/debug.h util/msg18n.h frame.h sys/acl.h \
11136 sys/access.h sys/sysinfo.h wchar.h wctype.h 11136 sys/access.h sys/sysinfo.h wchar.h wctype.h
11137 do : 11137 do :
11138 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 11138 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11139 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 11139 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"