diff options
author | Christoph Reiter <creiter@src.gnome.org> | 2019-06-15 09:42:17 +0200 |
---|---|---|
committer | Christoph Reiter <creiter@src.gnome.org> | 2019-07-01 21:34:44 +0200 |
commit | 4d4e02c9d0cea4113a02fca2cf0d3efefe384e78 (patch) | |
tree | 5d4c6f78953b572cf3293a8f82766e71c14d48a2 /config.h.meson | |
parent | f6019f1a16345e591fcc778b5383085d5046a64a (diff) | |
download | gtk+-4d4e02c9d0cea4113a02fca2cf0d3efefe384e78.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.
Ported to master from !938
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 c75fe7f784..209b65d03c 100644 --- a/config.h.meson +++ b/config.h.meson @@ -56,12 +56,6 @@ /* Define if GStreamer support is available */ #mesondefine HAVE_GSTREAMER -/* 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 |