From 52f0154bb431048fbf9f52a711695c649a54c473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=98=8A=E8=8B=8F?= Date: Wed, 20 Nov 2024 17:42:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E8=83=BDlibusb;=20Signed-off-by:liuha?= =?UTF-8?q?osu@huawei.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘昊苏 --- include/sane/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/sane/config.h b/include/sane/config.h index 24394a763..7d2633e0c 100644 --- a/include/sane/config.h +++ b/include/sane/config.h @@ -207,7 +207,7 @@ #define HAVE_LIBSNMP 0 /* Define to 1 if you have libusb-1.0 */ -// #define HAVE_LIBUSB 1 +#define HAVE_LIBUSB 1 /* Define to 1 if you have usb_manager */ #define HAVE_USB_MANAGER 1 @@ -258,7 +258,7 @@ /* #undef HAVE_OS2_H */ /* Define to 1 if the scanner driver is accessed through the scan service. */ -#define HAVE_SCAN_SERVICE 1 +// #define HAVE_SCAN_SERVICE 1 /* Define to 1 if you have the `poll' function. */ #define HAVE_POLL 1 -- Gitee