Diff for /embedaddon/miniupnpd/upnpdescstrings.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:16:02 version 1.1.1.2, 2013/07/22 00:32:35
Line 1 Line 1
 /* $Id$ */  /* $Id$ */
 /* miniupnp project  /* miniupnp project
  * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/   * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
 * (c) 2006 Thomas Bernard * (c) 2006-2012 Thomas Bernard
  * This software is subject to the coditions detailed in   * This software is subject to the coditions detailed in
  * the LICENCE file provided within the distribution */   * the LICENCE file provided within the distribution */
#ifndef __UPNPDESCSTRINGS_H__#ifndef UPNPDESCSTRINGS_H_INCLUDED
#define __UPNPDESCSTRINGS_H__#define UPNPDESCSTRINGS_H_INCLUDED
   
 #include "config.h"  #include "config.h"
   
 /* strings used in the root device xml description */  /* strings used in the root device xml description */
#define ROOTDEV_FRIENDLYNAME            OS_NAME " router"/*#define ROOTDEV_FRIENDLYNAME            OS_NAME " router"*/
 #define ROOTDEV_MANUFACTURER            OS_NAME  #define ROOTDEV_MANUFACTURER            OS_NAME
 #define ROOTDEV_MANUFACTURERURL         OS_URL  #define ROOTDEV_MANUFACTURERURL         OS_URL
 #define ROOTDEV_MODELNAME                       OS_NAME " router"  #define ROOTDEV_MODELNAME                       OS_NAME " router"
Line 24 Line 24
 #define WANDEV_MODELDESCRIPTION         "WAN Device"  #define WANDEV_MODELDESCRIPTION         "WAN Device"
 #define WANDEV_MODELNUMBER                      UPNP_VERSION  #define WANDEV_MODELNUMBER                      UPNP_VERSION
 #define WANDEV_MODELURL                         "http://miniupnp.free.fr/"  #define WANDEV_MODELURL                         "http://miniupnp.free.fr/"
#define WANDEV_UPC                                      "MINIUPNPD"#define WANDEV_UPC                                      "000000000000"
 /* UPC is 12 digit (barcode) */
   
 #define WANCDEV_FRIENDLYNAME            "WANConnectionDevice"  #define WANCDEV_FRIENDLYNAME            "WANConnectionDevice"
 #define WANCDEV_MANUFACTURER            WANDEV_MANUFACTURER  #define WANCDEV_MANUFACTURER            WANDEV_MANUFACTURER
Line 33 Line 34
 #define WANCDEV_MODELDESCRIPTION        "MiniUPnP daemon"  #define WANCDEV_MODELDESCRIPTION        "MiniUPnP daemon"
 #define WANCDEV_MODELNUMBER                     UPNP_VERSION  #define WANCDEV_MODELNUMBER                     UPNP_VERSION
 #define WANCDEV_MODELURL                        "http://miniupnp.free.fr/"  #define WANCDEV_MODELURL                        "http://miniupnp.free.fr/"
#define WANCDEV_UPC                                     "MINIUPNPD"#define WANCDEV_UPC                                     "000000000000"
 /* UPC is 12 digit (barcode) */
   
 #endif  #endif
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>