diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-05-06 20:04:17 +0100 |
---|---|---|
committer | Marek Kasik <mkasik@redhat.com> | 2019-05-07 18:30:47 +0200 |
commit | 3377133d1940ea4ab8f9d564e7e781bf74e51161 (patch) | |
tree | b78123efa42c9222a3d58ba8e35a5fb23f22c05e /config.h.meson | |
parent | ed31ea37731ca7e4c6ccc1dd577359b9c3a28502 (diff) | |
download | gtk+-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.meson | 6 |
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 |