42 #define UPNP_VERSION_STRING "1.14.19"
45 #define UPNP_VERSION_MAJOR 1
48 #define UPNP_VERSION_MINOR 14
51 #define UPNP_VERSION_PATCH 19
54 #define UPNP_VERSION \
55 ((UPNP_VERSION_MAJOR * 100 + UPNP_VERSION_MINOR) * 100 + \
75 #define UPNP_HAVE_CLIENT 1
79 #define UPNP_HAVE_DEVICE 1
83 #define UPNP_HAVE_WEBSERVER 1
87 #define UPNP_HAVE_SSDP 1
91 #define UPNP_HAVE_OPTSSDP 1
95 #define UPNP_HAVE_SOAP 1
99 #define UPNP_HAVE_GENA 1
103 #define UPNP_HAVE_TOOLS 1
107 #define UPNP_ENABLE_IPV6 1
115 #define UPNP_ENABLE_OPEN_SSL 1
119 #define UPNP_ENABLE_BLOCKING_TCP_CONNECTIONS 1