diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-10 16:51:25 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-10 16:51:25 -0500 |
commit | 9bc0d2cd9d38750658770e69bf0445dc5162beb7 (patch) | |
tree | 64d13ba540404b0dc3a05d3dccc68006ab42c4b0 /config.h.cmake | |
parent | 6f181849bb63876ad03f8fa156b9fd5310bc9d29 (diff) | |
download | tdelibs-9bc0d2cd9d38750658770e69bf0445dc5162beb7.tar.gz tdelibs-9bc0d2cd9d38750658770e69bf0445dc5162beb7.zip |
Update to new CUPS 1.6 API
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
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 |