blob: 91f1eb41bd75b29218aa5cbe60779add93825bb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
$NetBSD: patch-ak,v 1.5 2009/02/12 20:55:07 drochner Exp $
--- config.h.in.orig 2008-12-18 00:32:25.000000000 +0100
+++ config.h.in
@@ -40,6 +40,12 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the <lcms.h> header file. */
+#undef HAVE_LCMS_H
+
+/* Define to 1 if you have the `lcms' library (-llcms). */
+#undef HAVE_LIBLCMS
+
/* Define to 1 if you have the `openjpeg' library (-lopenjpeg). */
#undef HAVE_LIBOPENJPEG
@@ -148,6 +154,9 @@
/* Enable word list support. */
#undef TEXTOUT_WORD_LIST
+/* Defines if use cms */
+#undef USE_CMS
+
/* Throw exceptions to deal with not enough memory and similar problems */
#undef USE_EXCEPTIONS
|