From bddde95e056e21c42e0ce6183a4904299188312f Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Wed, 30 Apr 2003 23:03:27 +0000 Subject: [PATCH] Added test for IOKit. --- ChangeLog | 1 + include/sane/config.h.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 05d00e34b..eaa16faf6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,7 @@ Mattias Ellert ). * sanei/sanei_scsi.c: Added SCSI support for MacOS X (from Mattias Ellert ). + * include/sane/config.h.in: Added test for IOKit. 2003-04-27 Henning Meier-Geinitz diff --git a/include/sane/config.h.in b/include/sane/config.h.in index 5341f0572..fc8937665 100644 --- a/include/sane/config.h.in +++ b/include/sane/config.h.in @@ -90,6 +90,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the header file. */ +#undef HAVE_IOKIT_IOKITLIB_H + /* Define to 1 if you have the `ioperm' function. */ #undef HAVE_IOPERM