summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3e6928b)
raw | patch | inline | side by side (parent: 3e6928b)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 24 Apr 2002 21:04:46 +0000 (21:04 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 24 Apr 2002 21:04:46 +0000 (21:04 +0000) |
examples/cgi-demo.cgi | [deleted file] | patch | blob | history |
libraries/libart_lgpl-2.3.7/art_config.h | [deleted file] | patch | blob | history |
src/rrd_graph.c | patch | blob | history |
diff --git a/examples/cgi-demo.cgi b/examples/cgi-demo.cgi
--- a/examples/cgi-demo.cgi
+++ /dev/null
@@ -1,40 +0,0 @@
-#! /usr/local/rrdtool-1.1.0/bin/rrdcgi
-
-<HTML>
-<HEAD>
-<TITLE>RRDCGI Demo</TITLE>
-</HEAD>
-<BODY>
-Note: This Demo will only work if have previously run
-the <TT>shared-demo.pl</TT>.
-
-<H1>This is NOT traffic</H1>
-
-
-<P><RRD::GRAPH cgi-demo1.png
- --lower-limit 0
- --start 'end-10h'
- --title "Graph in Localtime <RRD::TIME::NOW %c>"
- DEF:alpha=shared-demo.rrd:a:AVERAGE
- DEF:beta=shared-demo.rrd:b:AVERAGE
- AREA:alpha#0022e9:"Trees on Mars"
- STACK:beta#00b871:"Elchs in Norway">
-</P>
-
-<P><RRD::SETENV TZ UTC>
- <RRD::GRAPH cgi-demo2.png
- --lower-limit 0
- --start 'end-10h'
- --title "Graph in UTC"
- DEF:alpha=shared-demo.rrd:a:AVERAGE
- DEF:beta=shared-demo.rrd:b:AVERAGE
- AREA:alpha#0022e9:"Trees on Mars"
- STACK:beta#00b871:"Elchs in Norway">
-</P>
-
-</BODY>
-</HTML>
-
-
-
-
diff --git a/libraries/libart_lgpl-2.3.7/art_config.h b/libraries/libart_lgpl-2.3.7/art_config.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Automatically generated by gen_art_config.c */
-
-#define ART_SIZEOF_CHAR 1
-#define ART_SIZEOF_SHORT 2
-#define ART_SIZEOF_INT 4
-#define ART_SIZEOF_LONG 4
-
-typedef unsigned char art_u8;
-typedef unsigned short art_u16;
-typedef unsigned int art_u32;
diff --git a/src/rrd_graph.c b/src/rrd_graph.c
index 88dcf3618c96d85421e46dbbaf5ac010967eb94c..074ad448b543a6aed2ac7eb19f93db8b06fc804f 100644 (file)
--- a/src/rrd_graph.c
+++ b/src/rrd_graph.c
#include <sys/stat.h>
+
+#include "rrd_tool.h"
+
#ifdef WIN32
#include <io.h>
#include <fcntl.h>
#include <locale.h>
#endif
-#include "rrd_tool.h"
-
#include "rrd_graph.h"
#include "rrd_graph_helper.h"