The BIG graph update
[rrdtool.git] / libraries / libart_lgpl-2.3.7 / libart-features.h.in
1 #ifndef LIBART_FEATURES_H
2 #define LIBART_FEATURES_H 1
3
4 #define LIBART_MAJOR_VERSION (@LIBART_MAJOR_VERSION@)
5 #define LIBART_MINOR_VERSION (@LIBART_MINOR_VERSION@)
6 #define LIBART_MICRO_VERSION (@LIBART_MICRO_VERSION@)
7 #define LIBART_VERSION "@LIBART_VERSION@"
8
9 extern const unsigned int libart_major_version, libart_minor_version, libart_micro_version;
10 extern const char *libart_version;
11
12 void libart_preinit(void *app, void *modinfo);
13 void libart_postinit(void *app, void *modinfo);
14 #endif