configure: Add a check for sys/vnode.h.

This commit is contained in:
Ken Thomases 2015-05-20 14:59:23 -05:00 committed by Alexandre Julliard
parent 5c98448aa3
commit 4655924568
3 changed files with 5 additions and 0 deletions

1
configure vendored
View File

@ -6706,6 +6706,7 @@ for ac_header in \
sys/user.h \
sys/utsname.h \
sys/vm86.h \
sys/vnode.h \
sys/wait.h \
syscall.h \
termios.h \

View File

@ -506,6 +506,7 @@ AC_CHECK_HEADERS(\
sys/user.h \
sys/utsname.h \
sys/vm86.h \
sys/vnode.h \
sys/wait.h \
syscall.h \
termios.h \

View File

@ -1122,6 +1122,9 @@
/* Define to 1 if you have the <sys/vm86.h> header file. */
#undef HAVE_SYS_VM86_H
/* Define to 1 if you have the <sys/vnode.h> header file. */
#undef HAVE_SYS_VNODE_H
/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H