summaryrefslogtreecommitdiff
path: root/include/config.h.in
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:31 +0000
committerMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:31 +0000
commit129ed4b29e21fdb8bda3bee89c3e5d8cca6ba749 (patch)
treea9b7be66e1a760c586d68ab7d601953f5a090c7c /include/config.h.in
parent96b92dfa3cb0a3ae876a3e650984a404327cdf93 (diff)
Imported Upstream version 0.993upstream/0.993
Diffstat (limited to 'include/config.h.in')
-rw-r--r--include/config.h.in3
1 files changed, 3 insertions, 0 deletions
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)