From: oetiker Date: Wed, 24 Apr 2002 21:04:46 +0000 (+0000) Subject: fixed setlocale issues X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=c8c003d935cf3d272ae0ae87709193a9f2cbd093 fixed setlocale issues git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@130 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/examples/cgi-demo.cgi b/examples/cgi-demo.cgi deleted file mode 100755 index 268742e..0000000 --- a/examples/cgi-demo.cgi +++ /dev/null @@ -1,40 +0,0 @@ -#! /usr/local/rrdtool-1.1.0/bin/rrdcgi - - - -RRDCGI Demo - - -Note: This Demo will only work if have previously run -the shared-demo.pl. - -

This is NOT traffic

- - -

" - 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"> -

- -

- -

- - - - - - - 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 index b0e74ad..0000000 --- a/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 88dcf36..074ad44 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -6,6 +6,9 @@ #include + +#include "rrd_tool.h" + #ifdef WIN32 #include #include @@ -19,8 +22,6 @@ #include #endif -#include "rrd_tool.h" - #include "rrd_graph.h" #include "rrd_graph_helper.h"