]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-148 v7.1.148
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Nov 2007 14:36:18 +0000 (14:36 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Nov 2007 14:36:18 +0000 (14:36 +0000)
src/auto/configure
src/configure.in
src/version.c

index 3d94de5fb896b8ad6160e71dc6d908d6314a584a..ca6b3eb3c86f67fabd741cd07e3f6f2eb12598d5 100755 (executable)
 
 
 
+
 
 
 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 \
index 7514eb3574ec4b3a656acc2ef7cb999f28d0cb37..ac995d6e27e28856a4f462d96df1eb2e9c3fc4be 100644 (file)
@@ -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 \
index 4a24da3c9984adb470aead79b51568b6486feca1..5809aca5a1d4c00060004522bbbf584b4a31cb40 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    148,
 /**/
     147,
 /**/