2
0

miniupnpcstrings.h.cmake 376 B

123456789101112131415
  1. #ifndef MINIUPNPCSTRINGS_H_INCLUDED
  2. #define MINIUPNPCSTRINGS_H_INCLUDED
  3. #define OS_STRING "${CMAKE_SYSTEM_NAME}"
  4. #define MINIUPNPC_VERSION_STRING "${MINIUPNPC_VERSION}"
  5. #if 0
  6. /* according to "UPnP Device Architecture 1.0" */
  7. #define UPNP_VERSION_STRING "UPnP/1.0"
  8. #else
  9. /* according to "UPnP Device Architecture 1.1" */
  10. #define UPNP_VERSION_STRING "UPnP/1.1"
  11. #endif
  12. #endif