File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpc / miniupnpcstrings.h.in
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Sep 27 11:21:37 2023 UTC (8 months, 2 weeks ago) by misho
Branches: miniupnpc, elwix, MAIN
CVS tags: v2_2_5p0, HEAD
Version 2.2.5p0

    1: /* $Id: miniupnpcstrings.h.in,v 1.1.1.3 2023/09/27 11:21:37 misho Exp $ */
    2: /* Project: miniupnp
    3:  * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
    4:  * Author: Thomas Bernard
    5:  * Copyright (c) 2005-2014 Thomas Bernard
    6:  * This software is subjects to the conditions detailed
    7:  * in the LICENCE file provided within this distribution */
    8: #ifndef MINIUPNPCSTRINGS_H_INCLUDED
    9: #define MINIUPNPCSTRINGS_H_INCLUDED
   10: 
   11: #define OS_STRING "OS/version"
   12: #define MINIUPNPC_VERSION_STRING "version"
   13: 
   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: 
   22: #endif
   23: 

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