mirror of
https://github.com/vim/vim.git
synced 2025-09-04 21:33:48 -04:00
updated for version 7.2-183
This commit is contained in:
parent
a9d455172f
commit
32f31b1a0f
569
src/auto/configure
vendored
569
src/auto/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -2100,7 +2100,7 @@ AC_CHECK_HEADERS(stdarg.h stdlib.h string.h sys/select.h sys/utsname.h \
|
|||||||
sys/stream.h termios.h libc.h sys/statfs.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 \
|
poll.h sys/poll.h pwd.h utime.h sys/param.h libintl.h \
|
||||||
libgen.h util/debug.h util/msg18n.h frame.h \
|
libgen.h util/debug.h util/msg18n.h frame.h \
|
||||||
sys/acl.h sys/access.h sys/sysctl.h sys/sysinfo.h wchar.h wctype.h)
|
sys/acl.h sys/access.h sys/sysinfo.h wchar.h wctype.h)
|
||||||
|
|
||||||
dnl sys/ptem.h depends on sys/stream.h on Solaris
|
dnl sys/ptem.h depends on sys/stream.h on Solaris
|
||||||
AC_CHECK_HEADERS(sys/ptem.h, [], [],
|
AC_CHECK_HEADERS(sys/ptem.h, [], [],
|
||||||
@ -2108,6 +2108,12 @@ AC_CHECK_HEADERS(sys/ptem.h, [], [],
|
|||||||
# include <sys/stream.h>
|
# include <sys/stream.h>
|
||||||
#endif])
|
#endif])
|
||||||
|
|
||||||
|
dnl sys/sysctl.h depends on sys/param.h on OpenBSD
|
||||||
|
AC_CHECK_HEADERS(sys/sysctl.h, [], [],
|
||||||
|
[#if defined HAVE_SYS_PARAM_H
|
||||||
|
# include <sys/param.h>
|
||||||
|
#endif])
|
||||||
|
|
||||||
|
|
||||||
dnl pthread_np.h may exist but can only be used after including pthread.h
|
dnl pthread_np.h may exist but can only be used after including pthread.h
|
||||||
AC_MSG_CHECKING([for pthread_np.h])
|
AC_MSG_CHECKING([for pthread_np.h])
|
||||||
|
@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
183,
|
||||||
/**/
|
/**/
|
||||||
182,
|
182,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user