From 63b55e2b591ba977a285a4c91fde0118c25246e7 Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Wed, 3 Aug 2016 22:05:03 +0900 Subject: [PATCH] Drop check for sys/bitypes.h It was obsoleted in 70f3fdf on 2009-02-26. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ea41bcbb3..8fc4a36b7 100644 --- a/configure.ac +++ b/configure.ac @@ -194,7 +194,7 @@ AC_HEADER_STDC AC_CHECK_HEADERS(fcntl.h unistd.h libc.h sys/dsreq.h sys/select.h \ sys/time.h sys/shm.h sys/ipc.h sys/signal.h sys/scanio.h os2.h \ sys/socket.h sys/io.h sys/hw.h sys/types.h linux/ppdev.h \ - dev/ppbus/ppi.h machine/cpufunc.h sys/bitypes.h sys/sem.h sys/poll.h \ + dev/ppbus/ppi.h machine/cpufunc.h sys/sem.h sys/poll.h \ windows.h be/kernel/OS.h limits.h sys/ioctl.h asm/types.h\ netinet/in.h tiffio.h ifaddrs.h pwd.h getopt.h) AC_CHECK_HEADERS([asm/io.h],,,[#include ])