Path: blob/master/ext/miniupnp-build/miniupnpcstrings.h
3186 views
/* $Id: miniupnpcstrings.h.in,v 1.6 2014/11/04 22:31:55 nanard Exp $ */1/* Project: miniupnp2* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/3* Author: Thomas Bernard4* Copyright (c) 2005-2014 Thomas Bernard5* This software is subjects to the conditions detailed6* in the LICENCE file provided within this distribution */7#ifndef MINIUPNPCSTRINGS_H_INCLUDED8#define MINIUPNPCSTRINGS_H_INCLUDED910#define OS_STRING "Android"11#define MINIUPNPC_VERSION_STRING "2.1"1213#if 014/* according to "UPnP Device Architecture 1.0" */15#define UPNP_VERSION_STRING "UPnP/1.0"16#else17/* according to "UPnP Device Architecture 1.1" */18#define UPNP_VERSION_STRING "UPnP/1.1"19#endif2021#endif22232425