From 7f8d8aa7a9e542524e9edfcca1fe1220abbf8e40 Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Wed, 20 Jan 2016 18:46:57 +0100 Subject: ripe-atlas-fw: imported version 4720 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjørn Mork --- networking/atlasinit.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 networking/atlasinit.h (limited to 'networking/atlasinit.h') diff --git a/networking/atlasinit.h b/networking/atlasinit.h deleted file mode 100644 index f7362a6..0000000 --- a/networking/atlasinit.h +++ /dev/null @@ -1,33 +0,0 @@ -/* RIPEAtlas - * All the configurable variables - and some non configurables too - * $Id: $ - */ - -#ifndef _ATLASINIT_H -#define _ATLASINIT_H - -#define ATLAS_BUF_SIZE 1024 -#define MAX_READ ATLAS_BUF_SIZE-2 /* should be enough to read controller keys */ - -/********************************************************************* - * Set these constants to your liking - */ - -extern const char atlas_log_file[]; -extern const int atlas_log_level; - -extern const char atlas_contr_known_hosts[]; -extern const char atlas_rereg_timestamp[]; - -extern const int max_lines; /* maximum lines we'll process */ -extern const int min_rereg_time; /* 12h */ -extern const int max_rereg_time; /* 28d */ -extern const int default_rereg_time; /* 7d */ - -/*********************************************************************/ - -enum { ALL, DEBUG, INFO, WARN, ERROR } error_level; - -void atlas_log( int level, const char *msg, ... ); - -#endif -- cgit v1.2.3