mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
6 lines
173 B
C
6 lines
173 B
C
#include "config.h"
|
|
|
|
const char * n2n_sw_version = PACKAGE_VERSION;
|
|
const char * n2n_sw_osName = PACKAGE_OSNAME;
|
|
const char * n2n_sw_buildDate = __DATE__ " " __TIME__;
|