Added check for sys/sysctl.h.
This commit is contained in:
parent
f41ecf3782
commit
127ec92b24
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue