43 #define UPNP_VERSION_STRING "1.8.4"
46 #define UPNP_VERSION_MAJOR 1
49 #define UPNP_VERSION_MINOR 8
52 #define UPNP_VERSION_PATCH 4
55 #define UPNP_VERSION \
56 ((UPNP_VERSION_MAJOR * 100 + UPNP_VERSION_MINOR) * 100 + UPNP_VERSION_PATCH)
80 #define UPNP_HAVE_CLIENT 1
84 #define UPNP_HAVE_DEVICE 1
88 #define UPNP_HAVE_WEBSERVER 1
92 #define UPNP_HAVE_SSDP 1
96 #define UPNP_HAVE_OPTSSDP 1
100 #define UPNP_HAVE_SOAP 1
104 #define UPNP_HAVE_GENA 1
108 #define UPNP_HAVE_TOOLS 1
112 #define UPNP_ENABLE_IPV6 1
124 #define UPNP_ENABLE_BLOCKING_TCP_CONNECTIONS 1
132 #define UPNP_MINISERVER_REUSEADDR 1