fixed setlocale issues
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 24 Apr 2002 21:04:46 +0000 (21:04 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 24 Apr 2002 21:04:46 +0000 (21:04 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@130 a5681a0c-68f1-0310-ab6d-d61299d08faa

examples/cgi-demo.cgi [deleted file]
libraries/libart_lgpl-2.3.7/art_config.h [deleted file]
src/rrd_graph.c

diff --git a/examples/cgi-demo.cgi b/examples/cgi-demo.cgi
deleted file mode 100755 (executable)
index 268742e..0000000
+++ /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
deleted file mode 100644 (file)
index b0e74ad..0000000
+++ /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;
index 88dcf36..074ad44 100644 (file)
@@ -6,6 +6,9 @@
 
 
 #include <sys/stat.h>
 
 
 #include <sys/stat.h>
+
+#include "rrd_tool.h"
+
 #ifdef WIN32
 #include <io.h>
 #include <fcntl.h>
 #ifdef WIN32
 #include <io.h>
 #include <fcntl.h>
@@ -19,8 +22,6 @@
 #include <locale.h>
 #endif
 
 #include <locale.h>
 #endif
 
-#include "rrd_tool.h"
-
 #include "rrd_graph.h"
 #include "rrd_graph_helper.h"
 
 #include "rrd_graph.h"
 #include "rrd_graph_helper.h"