From 127ec92b2480b78758f5c5a862ff4da485723d2f Mon Sep 17 00:00:00 2001 From: Alexandre Julliard <julliard@winehq.org> Date: Tue, 7 May 2002 01:51:30 +0000 Subject: [PATCH] Added check for sys/sysctl.h. --- configure | 2 ++ configure.ac | 1 + include/config.h.in | 3 +++ 3 files changed, 6 insertions(+) diff --git a/configure b/configure index 299a97e6e27..9c9f9d8c8d2 100755 --- a/configure +++ b/configure @@ -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 \ diff --git a/configure.ac b/configure.ac index f831b536cdc..d0cf5878d85 100644 --- a/configure.ac +++ b/configure.ac @@ -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 \ diff --git a/include/config.h.in b/include/config.h.in index 12f6cd889fb..c023d279b5e 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -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 -- GitLab