diff options
author | montellese <montellese@xbmc.org> | 2014-05-20 20:07:10 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2014-05-20 20:15:46 +0200 |
commit | 3401f2f5bbaa843d73a137e15d63d82d5a447e70 (patch) | |
tree | b8dc489a64a1031a17e18dfcd6781e96eb289724 /configure.in | |
parent | cc7d7a65480bc924b12ad29ba19d46a8b6674ce4 (diff) |
platinum: overwrite defines for default HTTP "User-Agent" and "Server" header field values
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 7ae4041609..1766ce1267 100644 --- a/configure.in +++ b/configure.in @@ -2407,7 +2407,7 @@ fi if test "x$use_upnp" != "xno"; then final_message="$final_message\n UPnP support:\t\tYes" USE_UPNP=1 - UPNP_DEFINES="-DNPT_CONFIG_ENABLE_LOGGING" + UPNP_DEFINES="-DNPT_CONFIG_ENABLE_LOGGING -DPLT_HTTP_DEFAULT_USER_AGENT="\"UPnP/1.0 DLNADOC/1.50 XBMC\"" -DPLT_HTTP_DEFAULT_SERVER="\"UPnP/1.0 DLNADOC/1.50 XBMC\""" AC_DEFINE([USE_UPNP], [1], [Define to 1 to enable UPnP support.]) else USE_UPNP=0 |