43 #define UPNP_VERSION_STRING "1.8.0~svn20100401"
46 #define UPNP_VERSION_MAJOR 1
49 #define UPNP_VERSION_MINOR 8
52 #define UPNP_VERSION_PATCH 0
55 #define UPNP_VERSION \
56 ((UPNP_VERSION_MAJOR*100 + UPNP_VERSION_MINOR)*100 + UPNP_VERSION_PATCH)
72 #define UPNP_HAVE_DEBUG 1
77 #define UPNP_HAVE_CLIENT 1
82 #define UPNP_HAVE_DEVICE 1
87 #define UPNP_HAVE_WEBSERVER 1
92 #define UPNP_HAVE_TOOLS 1