From 129ed4b29e21fdb8bda3bee89c3e5d8cca6ba749 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 3 Oct 2014 14:05:31 +0000 Subject: Imported Upstream version 0.993 --- include/config.h | 11 +++++++---- include/config.h.in | 3 +++ 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/config.h b/include/config.h index 43f2485..a5f9313 100644 --- a/include/config.h +++ b/include/config.h @@ -99,10 +99,10 @@ #define PACKAGE "xsane" /* Define to the version of the distribution. */ -#define VERSION "0.991" +#define VERSION "0.993" /* The concatenation of the strings PACKAGE, "-", and VERSION. */ -#define XSANE_PACKAGE_VERSION "xsane-0.991" +#define XSANE_PACKAGE_VERSION "xsane-0.993" /* Define if you have the __argz_count function. */ #define HAVE___ARGZ_COUNT 1 @@ -274,10 +274,10 @@ #define HAVE_ANY_GIMP 1 /* Define if you have GIMP-2.0 installed. */ -/* #undef HAVE_GIMP_2 */ +#define HAVE_GIMP_2 1 /* Define if you have the GIMPfeatures header file. */ -#define HAVE_LIBGIMP_GIMPFEATURES_H 1 +/* #undef HAVE_LIBGIMP_GIMPFEATURES_H */ /* Define if you have libjpeg. */ #define HAVE_LIBJPEG 1 @@ -291,6 +291,9 @@ /* Define if you have libtiff. */ #define HAVE_LIBTIFF 1 +/* Define if you have liblcms. */ +#define HAVE_LIBLCMS 1 + #ifndef HAVE_STRNCASECMP /* OS/2 needs this */ # define strncasecmp(a, b, c) strnicmp(a, b, c) diff --git a/include/config.h.in b/include/config.h.in index e056158..ecc9637 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -290,6 +290,9 @@ /* Define if you have libtiff. */ #undef HAVE_LIBTIFF +/* Define if you have liblcms. */ +#undef HAVE_LIBLCMS + #ifndef HAVE_STRNCASECMP /* OS/2 needs this */ # define strncasecmp(a, b, c) strnicmp(a, b, c) -- cgit v1.2.3