All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.sigar_version.c.in Maven / Gradle / Ivy

The newest version!
#include "sigar.h"

static sigar_version_t sigar_version = {
    "@@BUILD_DATE@@",
    "@@SCM_REVISION@@",
    "@@VERSION_STRING@@",
    "@@ARCHNAME@@",
    "@@ARCHLIB@@",
    "@@BINNAME@@",
    "SIGAR-@@VERSION_STRING@@, "
    "SCM revision @@SCM_REVISION@@, "
    "built @@BUILD_DATE@@ as @@ARCHLIB@@",
    @@VERSION_MAJOR@@,
    @@VERSION_MINOR@@,
    @@VERSION_MAINT@@,
    @@VERSION_BUILD@@
};

SIGAR_DECLARE(sigar_version_t *) sigar_version_get(void)
{
    return &sigar_version;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy