From e7994264c36713b485b51f5505707bd8743b9e4d Mon Sep 17 00:00:00 2001 From: Joshua Allen Date: Wed, 8 Mar 2017 21:19:38 -0500 Subject: comment out unneeded #defines --- src/survive_config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/survive_config.c') diff --git a/src/survive_config.c b/src/survive_config.c index de0530b..38c24e1 100644 --- a/src/survive_config.c +++ b/src/survive_config.c @@ -6,8 +6,8 @@ #include -#define MAX_CONFIG_ENTRIES 100 -#define MAX_LIGHTHOUSES 2 +//#define MAX_CONFIG_ENTRIES 100 +//#define MAX_LIGHTHOUSES 2 //config_group global_config_values; //config_group lh_config[MAX_LIGHTHOUSES]; //lighthouse configs -- cgit v1.2.3