From acc8e372c81cd107e24edfe86bc886c88f8c88d1 Mon Sep 17 00:00:00 2001 From: Yoichi NAKAYAMA Date: Sat, 10 Mar 2012 14:37:59 +0900 Subject: [PATCH] Synchronize autoconfig.h with upnpconfig.h. It fixes WIN32 build where configure is not invoked. (cherry picked from commit a54d6e7e835e600805fd8a23c139c1b2dc905dde) --- ChangeLog | 6 ++++++ build/inc/autoconfig.h | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 79c398e..253af6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -318,6 +318,12 @@ Version 1.8.0 Version 1.6.16 ******************************************************************************* +2012-03-10 Yoichi NAKAYAMA + + Synchronize autoconfig.h with upnpconfig.h. + + It fixes WIN32 build where configure is not invoked. + 2012-03-09 Fabrice Fontaine More compilaton optimisation diff --git a/build/inc/autoconfig.h b/build/inc/autoconfig.h index 2c69fa7..2a8437c 100644 --- a/build/inc/autoconfig.h +++ b/build/inc/autoconfig.h @@ -144,6 +144,15 @@ /* see upnpconfig.h */ #define UPNP_HAVE_DEVICE 1 +/* see upnpconfig.h */ +#define UPNP_HAVE_GENA 1 + +/* see upnpconfig.h */ +#define UPNP_HAVE_SOAP 1 + +/* see upnpconfig.h */ +#define UPNP_HAVE_SSDP 1 + /* see upnpconfig.h */ #define UPNP_HAVE_TOOLS 1