Added check for sys/sysctl.h.

This commit is contained in:
Alexandre Julliard 2002-05-07 01:51:30 +00:00
parent f41ecf3782
commit 127ec92b24
3 changed files with 6 additions and 0 deletions

2
configure vendored
View File

@ -10472,6 +10472,7 @@ done
for ac_header in \
@ -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 \

View File

@ -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 \

View File

@ -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