From 6ce0569adacab96357c09cc86d4cc34056ec2f39 Mon Sep 17 00:00:00 2001 From: Pavel Roskin <proski@gnu.org> Date: Fri, 3 Oct 2003 04:31:49 +0000 Subject: [PATCH] Added check for scsi/scsi_ioctl.h. --- configure | 2 ++ configure.ac | 1 + include/config.h.in | 3 +++ 3 files changed, 6 insertions(+) diff --git a/configure b/configure index a994d9e3560..976f6e91ec5 100755 --- a/configure +++ b/configure @@ -13827,6 +13827,7 @@ done + for ac_header in \ @@ -13863,6 +13864,7 @@ for ac_header in \ regex.h \ sched.h \ scsi/sg.h \ + scsi/scsi_ioctl.h \ socket.h \ stdint.h \ strings.h \ diff --git a/configure.ac b/configure.ac index cec007934d3..813b5f01534 100644 --- a/configure.ac +++ b/configure.ac @@ -1021,6 +1021,7 @@ AC_CHECK_HEADERS(\ regex.h \ sched.h \ scsi/sg.h \ + scsi/scsi_ioctl.h \ socket.h \ stdint.h \ strings.h \ diff --git a/include/config.h.in b/include/config.h.in index 2021d143fd0..f0bd64f0f5e 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -428,6 +428,9 @@ /* Define to 1 if you have the <sched.h> header file. */ #undef HAVE_SCHED_H +/* Define to 1 if you have the <scsi/scsi_ioctl.h> header file. */ +#undef HAVE_SCSI_SCSI_IOCTL_H + /* Define to 1 if you have the <scsi/sg.h> header file. */ #undef HAVE_SCSI_SG_H -- GitLab