Module: wine Branch: master Commit: 4655924568291481ebbf18a177f3fa852d5448e9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4655924568291481ebbf18a177...
Author: Ken Thomases ken@codeweavers.com Date: Wed May 20 14:59:23 2015 -0500
configure: Add a check for sys/vnode.h.
---
configure | 1 + configure.ac | 1 + include/config.h.in | 3 +++ 3 files changed, 5 insertions(+)
diff --git a/configure b/configure index fff8e9b..ec6bd6f 100755 --- a/configure +++ b/configure @@ -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 \ diff --git a/configure.ac b/configure.ac index fcf825e..1133499 100644 --- a/configure.ac +++ b/configure.ac @@ -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 \ diff --git a/include/config.h.in b/include/config.h.in index 4d7c7ac..bcc6eb9 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -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