Fix previous commit

Replace HAVE_UPNP_OPTSSDP by UPNP_HAVE_OPTSSDP in upnpapi.c.
(cherry picked from commit a3d038c885b24cffe18a601dea71ceb2e03263ab)
This commit is contained in:
Fabrice Fontaine 2012-03-15 15:06:51 +01:00 committed by Marcelo Roberto Jimenez
parent b53d552d3f
commit 21c881cbf9
2 changed files with 8 additions and 2 deletions

View File

@ -318,6 +318,12 @@ Version 1.8.0
Version 1.6.16 Version 1.6.16
******************************************************************************* *******************************************************************************
2012-03-15 Fabrice Fontaine <fabrice.fontaine(at)orange.com>
Fix previous commit
Replace HAVE_UPNP_OPTSSDP by UPNP_HAVE_OPTSSDP in upnpapi.c.
2012-03-15 Fabrice Fontaine <fabrice.fontaine(at)orange.com> 2012-03-15 Fabrice Fontaine <fabrice.fontaine(at)orange.com>
Add --disable-optssdp option Add --disable-optssdp option

View File

@ -179,10 +179,10 @@ int UpnpSdkDeviceRegisteredV4 = 0;
* == 0 if unregistered, == 1 if registered. */ * == 0 if unregistered, == 1 if registered. */
int UpnpSdkDeviceregisteredV6 = 0; int UpnpSdkDeviceregisteredV6 = 0;
#ifdef HAVE_UPNP_OPTSSDP #ifdef UPNP_HAVE_OPTSSDP
/*! Global variable used in discovery notifications. */ /*! Global variable used in discovery notifications. */
Upnp_SID gUpnpSdkNLSuuid; Upnp_SID gUpnpSdkNLSuuid;
#endif /* HAVE_UPNP_OPTSSDP */ #endif /* UPNP_HAVE_OPTSSDP */
/*! Global variable used as to store the OpenSSL context object /*! Global variable used as to store the OpenSSL context object
* to be used for all SSL/TLS connections * to be used for all SSL/TLS connections