summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-08-10 16:51:25 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-08-16 00:18:33 +0200
commit6fc204a0c45bb866ddab08baf83a1f50684250d4 (patch)
tree93a6fa4897c067cc89628591df7bc96aee2613fa /config.h.cmake
parent1eb94c672d7341deaee4fb09b31905e3a009c079 (diff)
downloadtdelibs-6fc204a0c45bb866ddab08baf83a1f50684250d4.tar.gz
tdelibs-6fc204a0c45bb866ddab08baf83a1f50684250d4.zip
Update to new CUPS 1.6 API
(cherry picked from commit 9bc0d2cd9d38750658770e69bf0445dc5162beb7)
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index eda15e9fb..da0a2b72c 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -83,6 +83,9 @@
/* CUPS doesn't have password caching */
#cmakedefine HAVE_CUPS_NO_PWD_CACHE 1
+/* CUPS is at least version 1.6 */
+#cmakedefine HAVE_CUPS_1_6 1
+
/* Define to 1 if you have the declaration of `getservbyname_r', and to 0 if you don't. */
#undef HAVE_DECL_GETSERVBYNAME_R