diff options
author | Julien BLACHE <jblache@debian.org> | 2007-02-27 22:22:40 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:34 +0000 |
commit | 4d8384e7b116e3eb11cc3df9151c8554dbca95fc (patch) | |
tree | f049f1240de8a8a971a621a4a3891d5eab2839a1 /include | |
parent | 92f35807f68b30405639d4e0a95f748b6bdb793f (diff) | |
parent | 129ed4b29e21fdb8bda3bee89c3e5d8cca6ba749 (diff) |
Imported Debian patch 0.993-1debian/0.993-1
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 7 | ||||
-rw-r--r-- | include/config.h.in | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index 889c5c1..41f44dd 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 @@ -291,6 +291,9 @@ /* Define if you have libtiff. */ #define HAVE_LIBTIFF 1 +/* Define if you have liblcms. */ +/* #undef HAVE_LIBLCMS */ + #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) |