From aeb7655cc196b72bf2eaadc67e6c70df0bd997b3 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 22 Apr 2009 14:41:49 +0200 Subject: [PATCH] configure: Remove checks for headers that are no longer used. --- configure | 4 ---- configure.ac | 2 -- include/config.h.in | 6 ------ 3 files changed, 12 deletions(-) diff --git a/configure b/configure index fbe40c0573e..2ba34ac30fe 100755 --- a/configure +++ b/configure @@ -6060,8 +6060,6 @@ done - - for ac_header in \ AudioUnit/AudioUnit.h \ Carbon/Carbon.h \ @@ -6149,7 +6147,6 @@ for ac_header in \ sys/ipc.h \ sys/limits.h \ sys/link.h \ - sys/lwp.h \ sys/mman.h \ sys/modem.h \ sys/msg.h \ @@ -6159,7 +6156,6 @@ for ac_header in \ sys/prctl.h \ sys/protosw.h \ sys/ptrace.h \ - sys/reg.h \ sys/resource.h \ sys/scsiio.h \ sys/shm.h \ diff --git a/configure.ac b/configure.ac index 331ffdcc865..0d92131a938 100644 --- a/configure.ac +++ b/configure.ac @@ -325,7 +325,6 @@ AC_CHECK_HEADERS(\ sys/ipc.h \ sys/limits.h \ sys/link.h \ - sys/lwp.h \ sys/mman.h \ sys/modem.h \ sys/msg.h \ @@ -335,7 +334,6 @@ AC_CHECK_HEADERS(\ sys/prctl.h \ sys/protosw.h \ sys/ptrace.h \ - sys/reg.h \ sys/resource.h \ sys/scsiio.h \ sys/shm.h \ diff --git a/include/config.h.in b/include/config.h.in index 9e93513565e..12ce108bee5 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -837,9 +837,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_LINK_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_LWP_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_MMAN_H @@ -870,9 +867,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PTRACE_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_REG_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_RESOURCE_H -- 2.11.4.GIT