Added check for scsi/scsi_ioctl.h.

This commit is contained in:
Pavel Roskin 2003-10-03 04:31:49 +00:00 committed by Alexandre Julliard
parent afc02109a0
commit 6ce0569ada
3 changed files with 6 additions and 0 deletions

2
configure vendored
View File

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

View File

@ -1021,6 +1021,7 @@ AC_CHECK_HEADERS(\
regex.h \
sched.h \
scsi/sg.h \
scsi/scsi_ioctl.h \
socket.h \
stdint.h \
strings.h \

View File

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