diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:31 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:31 +0000 |
commit | 129ed4b29e21fdb8bda3bee89c3e5d8cca6ba749 (patch) | |
tree | a9b7be66e1a760c586d68ab7d601953f5a090c7c /include | |
parent | 96b92dfa3cb0a3ae876a3e650984a404327cdf93 (diff) |
Imported Upstream version 0.993upstream/0.993
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 11 | ||||
-rw-r--r-- | include/config.h.in | 3 |
2 files changed, 10 insertions, 4 deletions
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) |