configure: Add a check for sys/vnode.h.
This commit is contained in:
parent
5c98448aa3
commit
4655924568
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue