summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-05-06 20:04:17 +0100
committerMarek Kasik <mkasik@redhat.com>2019-05-07 18:30:47 +0200
commit3377133d1940ea4ab8f9d564e7e781bf74e51161 (patch)
treeb78123efa42c9222a3d58ba8e35a5fb23f22c05e /config.h.meson
parented31ea37731ca7e4c6ccc1dd577359b9c3a28502 (diff)
downloadgtk+-3377133d1940ea4ab8f9d564e7e781bf74e51161.tar.gz
Require CUPS >= 2.0
Drop support for versions of CUPS < 2.0, to simplify the backend code and drop a lot of conditional blocks.
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h.meson b/config.h.meson
index b792b4ae93..a549f58ecc 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -24,12 +24,6 @@
/* Define to 1 if you have the <crt_externs.h> header file. */
#mesondefine HAVE_CRT_EXTERNS_H
-/* Define to 1 if CUPS 1.6 API is available */
-#mesondefine HAVE_CUPS_API_1_6
-
-/* Define to 1 if CUPS 2.0 API is available */
-#mesondefine HAVE_CUPS_API_2_0
-
/* Define to 1 if you have the `dcgettext' function. */
#mesondefine HAVE_DCGETTEXT