Added check for scsi/scsi_ioctl.h.
This commit is contained in:
parent
afc02109a0
commit
6ce0569ada
|
@ -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 \
|
||||
|
|
|
@ -1021,6 +1021,7 @@ AC_CHECK_HEADERS(\
|
|||
regex.h \
|
||||
sched.h \
|
||||
scsi/sg.h \
|
||||
scsi/scsi_ioctl.h \
|
||||
socket.h \
|
||||
stdint.h \
|
||||
strings.h \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue