version file for native stuff
This commit is contained in:
parent
739ea91d90
commit
eb7a2a10f9
|
@ -0,0 +1,15 @@
|
||||||
|
#include "sigar.h"
|
||||||
|
|
||||||
|
static sigar_version_t sigar_version = {
|
||||||
|
"@@BUILD_DATE@@",
|
||||||
|
"@@VERSION_STRING@@",
|
||||||
|
"@@ARCHNAME@@",
|
||||||
|
@@VERSION_MAJOR@@,
|
||||||
|
@@VERSION_MINOR@@,
|
||||||
|
@@VERSION_MAINT@@
|
||||||
|
};
|
||||||
|
|
||||||
|
SIGAR_DECLARE(sigar_version_t *) sigar_version_get(void)
|
||||||
|
{
|
||||||
|
return &sigar_version;
|
||||||
|
}
|
Loading…
Reference in New Issue