Commit 46559245 authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

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

parent 5c98448a
......@@ -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 \
......
......@@ -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 \
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment