Commit 127ec92b authored by Alexandre Julliard's avatar Alexandre Julliard

Added check for sys/sysctl.h.

parent f41ecf37
......@@ -10474,6 +10474,7 @@ done
for ac_header in \
arpa/inet.h \
arpa/nameser.h \
......@@ -10528,6 +10529,7 @@ for ac_header in \
sys/statfs.h \
sys/strtio.h \
sys/syscall.h \
sys/sysctl.h \
sys/time.h \
sys/user.h \
sys/v86.h \
......
......@@ -957,6 +957,7 @@ AC_CHECK_HEADERS(\
sys/statfs.h \
sys/strtio.h \
sys/syscall.h \
sys/sysctl.h \
sys/time.h \
sys/user.h \
sys/v86.h \
......
......@@ -494,6 +494,9 @@
/* Define to 1 if you have the <sys/syscall.h> header file. */
#undef HAVE_SYS_SYSCALL_H
/* Define to 1 if you have the <sys/sysctl.h> header file. */
#undef HAVE_SYS_SYSCTL_H
/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_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