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

This commit is contained in:
Alexandre Julliard 2009-04-22 14:41:49 +02:00
parent 457c983ee3
commit aeb7655cc1
3 changed files with 0 additions and 12 deletions

4
configure vendored
View file

@ -6057,8 +6057,6 @@ done
@ -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 \

View file

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

View file

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