diff options
author | Christoph Reiter <creiter@src.gnome.org> | 2019-06-15 09:42:17 +0200 |
---|---|---|
committer | Christoph Reiter <creiter@src.gnome.org> | 2019-06-15 10:08:31 +0200 |
commit | 175c4006780bfe4f433d02ad28f23f2c3429d811 (patch) | |
tree | 5191d5e7a6d1d5b96b5d9afaa42f0a21b2fd5f2a /config.h.meson | |
parent | 18177388d12bea311b9fea60357f05c26b9fecb9 (diff) | |
download | gtk+-175c4006780bfe4f433d02ad28f23f2c3429d811.tar.gz |
build/cups: remove checks for httpGetAuthString and http_t.authstring
httpGetAuthString() was added with cups 1.3 and we depend on a newer version
now. The direct field access was a fallback in case httpGetAuthString()
was missing, so this can also be dropped.
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 d929f00c14..3e6c518478 100644 --- a/config.h.meson +++ b/config.h.meson @@ -62,12 +62,6 @@ /* defines whether we have HarfBuzz */ #mesondefine HAVE_HARFBUZZ -/* Define to 1 if you have the `httpGetAuthString' function. */ -#mesondefine HAVE_HTTPGETAUTHSTRING - -/* Define if cups http_t authstring field is accessible */ -#mesondefine HAVE_HTTP_AUTHSTRING - /* Define to 1 if you have the <inttypes.h> header file. */ #mesondefine HAVE_INTTYPES_H |