miniupnpcstrings.h.in 693 B

123456789101112131415161718192021222324
  1. /* $Id: miniupnpcstrings.h.in,v 1.6 2014/11/04 22:31:55 nanard 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. #define OS_STRING "OS/version"
  11. #define MINIUPNPC_VERSION_STRING "version"
  12. #if 0
  13. /* according to "UPnP Device Architecture 1.0" */
  14. #define UPNP_VERSION_STRING "UPnP/1.0"
  15. #else
  16. /* according to "UPnP Device Architecture 1.1" */
  17. #define UPNP_VERSION_STRING "UPnP/1.1"
  18. #endif
  19. #endif