43 #define UPNP_VERSION_STRING "1.8.2" 46 #define UPNP_VERSION_MAJOR 1 49 #define UPNP_VERSION_MINOR 8 52 #define UPNP_VERSION_PATCH 2 55 #define UPNP_VERSION \ 56 ((UPNP_VERSION_MAJOR * 100 + UPNP_VERSION_MINOR) * 100 + UPNP_VERSION_PATCH) 65 #define _FILE_OFFSET_BITS 64 71 #define _LARGE_FILE_SOURCE 89 #define UPNP_HAVE_CLIENT 1 93 #define UPNP_HAVE_DEVICE 1 97 #define UPNP_HAVE_WEBSERVER 1 101 #define UPNP_HAVE_SSDP 1 105 #define UPNP_HAVE_OPTSSDP 1 109 #define UPNP_HAVE_SOAP 1 113 #define UPNP_HAVE_GENA 1 117 #define UPNP_HAVE_TOOLS 1 121 #define UPNP_ENABLE_IPV6 1 133 #define UPNP_ENABLE_BLOCKING_TCP_CONNECTIONS 1 141 #define UPNP_MINISERVER_REUSEADDR 1