diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-11-04 14:36:18 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-11-04 14:36:18 +0000 |
commit | e74455a447758301b9209cb7113a3b727e89c38c (patch) | |
tree | 9a20fe77ec6e83a7f178f6d2ca751a17a326b67a | |
parent | 9642664800ccbebe6a250fb1ddf5862c9bdbe869 (diff) | |
download | vim-git-e74455a447758301b9209cb7113a3b727e89c38c.tar.gz |
updated for version 7.1-148v7.1.148
-rwxr-xr-x | src/auto/configure | 3 | ||||
-rw-r--r-- | src/configure.in | 2 | ||||
-rw-r--r-- | src/version.c | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/src/auto/configure b/src/auto/configure index 3d94de5fb..ca6b3eb3c 100755 --- a/src/auto/configure +++ b/src/auto/configure @@ -10265,8 +10265,9 @@ fi + for ac_header in stdarg.h stdlib.h string.h sys/select.h sys/utsname.h \ - termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h termio.h \ + termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h sys/types.h termio.h \ iconv.h langinfo.h unistd.h stropts.h errno.h \ sys/resource.h sys/systeminfo.h locale.h \ sys/stream.h sys/ptem.h termios.h libc.h sys/statfs.h \ diff --git a/src/configure.in b/src/configure.in index 7514eb357..ac995d6e2 100644 --- a/src/configure.in +++ b/src/configure.in @@ -2026,7 +2026,7 @@ if test $ac_cv_header_sys_wait_h = no; then fi AC_CHECK_HEADERS(stdarg.h stdlib.h string.h sys/select.h sys/utsname.h \ - termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h termio.h \ + termcap.h fcntl.h sgtty.h sys/ioctl.h sys/time.h sys/types.h termio.h \ iconv.h langinfo.h unistd.h stropts.h errno.h \ sys/resource.h sys/systeminfo.h locale.h \ sys/stream.h sys/ptem.h termios.h libc.h sys/statfs.h \ diff --git a/src/version.c b/src/version.c index 4a24da3c9..5809aca5a 100644 --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 148, +/**/ 147, /**/ 146, |