File: miniupnpcstrings.h.cmake

package info (click to toggle)
miniupnpc 1.9.20140610-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 600 kB
  • sloc: ansic: 6,524; makefile: 305; sh: 115; python: 114; java: 88; xml: 9
file content (7 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#ifndef MINIUPNPCSTRINGS_H_INCLUDED
#define MINIUPNPCSTRINGS_H_INCLUDED

#define OS_STRING "${CMAKE_SYSTEM_NAME}"
#define MINIUPNPC_VERSION_STRING "${MINIUPNPC_VERSION}"

#endif