kopia lustrzana https://gitlab.com/sane-project/backends
Fixed u_int* bug for Tru64 by including sys/bitypes.h.
Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
2bd3590d7e
commit
63ecaa6fb7
Plik diff jest za duży
Load Diff
10
configure.in
10
configure.in
|
@ -103,7 +103,8 @@ AC_CHECK_HEADERS(fcntl.h unistd.h libc.h sys/dsreq.h sys/select.h \
|
||||||
bsd/dev/scsireg.h scsi/sg.h /usr/src/linux/include/scsi/sg.h io/cam/cam.h \
|
bsd/dev/scsireg.h scsi/sg.h /usr/src/linux/include/scsi/sg.h io/cam/cam.h \
|
||||||
camlib.h os2.h sys/socket.h sys/io.h asm/io.h gscdds.h sys/hw.h \
|
camlib.h os2.h sys/socket.h sys/io.h asm/io.h gscdds.h sys/hw.h \
|
||||||
sys/types.h sys/scsi/scsi.h sys/scsi/sgdefs.h sys/scsi/targets/scgio.h \
|
sys/types.h sys/scsi/scsi.h sys/scsi/sgdefs.h sys/scsi/targets/scgio.h \
|
||||||
apollo/scsi.h sys/sdi_comm.h sys/passthrudef.h linux/ppdev.h usb.h)
|
apollo/scsi.h sys/sdi_comm.h sys/passthrudef.h linux/ppdev.h usb.h \
|
||||||
|
sys/bitypes.h)
|
||||||
|
|
||||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||||
AC_C_CONST
|
AC_C_CONST
|
||||||
|
@ -112,12 +113,7 @@ AC_TYPE_SIGNAL
|
||||||
AC_TYPE_SIZE_T
|
AC_TYPE_SIZE_T
|
||||||
AC_TYPE_PID_T
|
AC_TYPE_PID_T
|
||||||
AC_CHECK_TYPE(ssize_t, long)
|
AC_CHECK_TYPE(ssize_t, long)
|
||||||
AC_CHECK_TYPE(u_char, unsigned char)
|
SANE_CHECK_U_TYPES
|
||||||
AC_CHECK_TYPE(u_int, unsigned int)
|
|
||||||
AC_CHECK_TYPE(u_long, unsigned long)
|
|
||||||
AC_CHECK_TYPE(u_int8_t, unsigned char)
|
|
||||||
AC_CHECK_TYPE(u_int16_t, unsigned short)
|
|
||||||
AC_CHECK_TYPE(u_int32_t, unsigned int)
|
|
||||||
|
|
||||||
if test "$ac_cv_header_sys_scsiio_h" = "yes" \
|
if test "$ac_cv_header_sys_scsiio_h" = "yes" \
|
||||||
-a "$ac_cv_header_scsi_h" = "yes";
|
-a "$ac_cv_header_scsi_h" = "yes";
|
||||||
|
|
Ładowanie…
Reference in New Issue