summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4858fd0)
raw | patch | inline | side by side (parent: 4858fd0)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 13 Aug 2006 16:09:25 +0000 (16:09 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 13 Aug 2006 16:09:25 +0000 (16:09 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@871 a5681a0c-68f1-0310-ab6d-d61299d08faa
confignt/config.h | patch | blob | history |
diff --git a/confignt/config.h b/confignt/config.h
index d4d8be7654b87e3149c99e1ab4e8b056ab9d9f2d..becfab91148a03602eb8ed09c7e24632ed783a05 100644 (file)
--- a/confignt/config.h
+++ b/confignt/config.h
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
-//#define PACKAGE "rrdtool"
-//#define PACKAGE_NAME "rrdtool"
-//#define PACKAGE_STRING "rrdtool 1.2rc6"
-//#define PACKAGE_VERSION "1.2rc6"
-//#define VERSION "1.2rc6"
-
+/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
-#define RRD_DEFAULT_FONT "arial.ttf"
+#define NUMVERS 1.2015
+#define PACKAGE_NAME "rrdtool"
+#define PACKAGE_VERSION "1.2.15"
+#define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION
+
+#define isinf(a) (_fpclass(a) == _FPCLASS_NINF || _fpclass(a) == _FPCLASS_PINF)
+#define isnan _isnan
+#define finite _finite
#define snprintf _snprintf
#define strftime strftime_
# define rrd_realloc(a,b) realloc((a), (b))
#endif
-//#define DEBUG 1
-
/* Vertical label angle: 90.0 (default) or 270.0 */
#define RRDGRAPH_YLEGEND_ANGLE 90.0
-/* Define to 1 if you have the ANSI C header files. */
+#define RRD_DEFAULT_FONT "arial.ttf"
+/* #define RRD_DEFAULT_FONT "DejaVuSansMono-Roman.ttf" */
+/* #define WITH_PIECHART 1 */
+
+//#define DEBUG 1
#endif /* CONFIG_H */