From 9bc0d2cd9d38750658770e69bf0445dc5162beb7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 10 Aug 2012 16:51:25 -0500 Subject: Update to new CUPS 1.6 API --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 1237494f5..36e30793c 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 -- cgit v1.2.1