Annotation of embedaddon/miniupnpc/miniupnpcstrings.h.in, revision 1.1.1.3

1.1.1.3 ! misho       1: /* $Id: miniupnpcstrings.h.in,v 1.6 2014/11/04 22:31:55 nanard Exp $ */
1.1       misho       2: /* Project: miniupnp
                      3:  * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
                      4:  * Author: Thomas Bernard
1.1.1.3 ! misho       5:  * Copyright (c) 2005-2014 Thomas Bernard
1.1       misho       6:  * This software is subjects to the conditions detailed
                      7:  * in the LICENCE file provided within this distribution */
1.1.1.2   misho       8: #ifndef MINIUPNPCSTRINGS_H_INCLUDED
                      9: #define MINIUPNPCSTRINGS_H_INCLUDED
1.1       misho      10: 
                     11: #define OS_STRING "OS/version"
                     12: #define MINIUPNPC_VERSION_STRING "version"
                     13: 
1.1.1.3 ! misho      14: #if 0
        !            15: /* according to "UPnP Device Architecture 1.0" */
        !            16: #define UPNP_VERSION_STRING "UPnP/1.0"
        !            17: #else
        !            18: /* according to "UPnP Device Architecture 1.1" */
        !            19: #define UPNP_VERSION_STRING "UPnP/1.1"
        !            20: #endif
        !            21: 
1.1       misho      22: #endif
                     23: 

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