Alexandre Julliard : configure: Remove checks for headers that are no longer used.

Alexandre Julliard julliard at winehq.org
Wed Apr 22 10:18:50 CDT 2009


Module: wine
Branch: master
Commit: aeb7655cc196b72bf2eaadc67e6c70df0bd997b3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=aeb7655cc196b72bf2eaadc67e6c70df0bd997b3

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Apr 22 14:41:49 2009 +0200

configure: Remove checks for headers that are no longer used.

---

 configure           |    4 ----
 configure.ac        |    2 --
 include/config.h.in |    6 ------
 3 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/configure b/configure
index fbe40c0..2ba34ac 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 331ffdc..0d92131 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 9e93513..12ce108 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -837,9 +837,6 @@
 /* Define to 1 if you have the <sys/link.h> header file. */
 #undef HAVE_SYS_LINK_H
 
-/* Define to 1 if you have the <sys/lwp.h> header file. */
-#undef HAVE_SYS_LWP_H
-
 /* Define to 1 if you have the <sys/mman.h> header file. */
 #undef HAVE_SYS_MMAN_H
 
@@ -870,9 +867,6 @@
 /* Define to 1 if you have the <sys/ptrace.h> header file. */
 #undef HAVE_SYS_PTRACE_H
 
-/* Define to 1 if you have the <sys/reg.h> header file. */
-#undef HAVE_SYS_REG_H
-
 /* Define to 1 if you have the <sys/resource.h> header file. */
 #undef HAVE_SYS_RESOURCE_H
 




More information about the wine-cvs mailing list