43 #define UPNP_VERSION_STRING "1.6.22" 46 #define UPNP_VERSION_MAJOR 1 49 #define UPNP_VERSION_MINOR 6 52 #define UPNP_VERSION_PATCH 22 55 #define UPNP_VERSION \ 56 ((UPNP_VERSION_MAJOR * 100 + UPNP_VERSION_MINOR) * 100 + UPNP_VERSION_PATCH) 85 #define UPNP_HAVE_DEBUG 1 90 #define UPNP_HAVE_CLIENT 1 95 #define UPNP_HAVE_DEVICE 1 100 #define UPNP_HAVE_WEBSERVER 1 105 #define UPNP_HAVE_SSDP 1 110 #define UPNP_HAVE_OPTSSDP 1 115 #define UPNP_HAVE_SOAP 1 120 #define UPNP_HAVE_GENA 1 125 #define UPNP_HAVE_TOOLS 1 129 #define UPNP_ENABLE_IPV6 1