default history hours not configurable

This commit is contained in:
Jan-Piet Mens 2015-09-11 10:36:47 +02:00
parent 22b56ab5ce
commit 81844d4da8
2 changed files with 2 additions and 5 deletions

View File

@ -6,8 +6,3 @@
#define GURL "http://maps.googleapis.com/maps/api/geocode/json?latlng=%lf,%lf&sensor=false&language=EN" #define GURL "http://maps.googleapis.com/maps/api/geocode/json?latlng=%lf,%lf&sensor=false&language=EN"
/*
* How many hours back should `ocat' display data by default
*/
#define DEFAULT_HISTORY_HOURS 6

View File

@ -5,6 +5,8 @@
#include "gcache.h" #include "gcache.h"
#include "json.h" #include "json.h"
#define DEFAULT_HISTORY_HOURS 6
typedef enum { typedef enum {
GEOJSON = 0, GEOJSON = 0,
CSV, CSV,