From ef4c875db2b1b1a66ade8524516b898396beb721 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 10 Apr 2009 20:11:24 +0200 Subject: daemon: remove unused constants in header file This patch removes a couple of constants that have no clients in the conntrackd code. Signed-off-by: Pablo Neira Ayuso --- include/conntrackd.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/conntrackd.h b/include/conntrackd.h index 83f4e24..737c7fd 100644 --- a/include/conntrackd.h +++ b/include/conntrackd.h @@ -204,12 +204,6 @@ extern struct ct_conf conf; extern union ct_state state; extern struct ct_general_state st; -#ifndef IPPROTO_VRRP -#define IPPROTO_VRRP 112 -#endif - -#define STEPS_PER_SECONDS 5 - struct ct_mode { int (*init)(void); void (*run)(fd_set *readfds); -- cgit v1.2.3