diff --git a/miniupnpd/upnphttp.h b/miniupnpd/upnphttp.h index 243e372..bf48b47 100644 --- a/miniupnpd/upnphttp.h +++ b/miniupnpd/upnphttp.h @@ -18,14 +18,6 @@ #include #endif /* ENABLE_HTTPS */ -#if 0 -/* according to "UPnP Device Architecture 1.0" */ -#define UPNP_VERSION_STRING "UPnP/1.0" -/* according to "UPnP Device Architecture 1.1" */ -#define UPNP_VERSION_STRING "UPnP/1.1" -/* according to "UPnP Device Architecture 2.0" */ -#define UPNP_VERSION_STRING "UPnP/2.0" -#endif #define UPNP_VERSION_STRING "UPnP/" UPNP_VERSION_MAJOR_STR "." UPNP_VERSION_MINOR_STR /* server: HTTP header returned in all HTTP responses : */