From 8c7434f8e8e7ddc81c68309c90fa8f3ee98ac3b2 Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Mon, 7 Dec 2009 09:24:32 -0500 Subject: INI: Cleaning FIXME comments. Added configurable key length. Changed comments for the functions that are currently not used and reserved for future functionality. --- common/ini/ini_config.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'common/ini/ini_config.h') diff --git a/common/ini/ini_config.h b/common/ini/ini_config.h index 5ae49814..f7e04153 100644 --- a/common/ini/ini_config.h +++ b/common/ini/ini_config.h @@ -26,6 +26,7 @@ #include #include #include "collection.h" +#include "config.h" /* Name of the default (missing section in the INI file */ #define INI_DEFAULT_SECTION "default" @@ -68,9 +69,7 @@ -/* Internal sizes */ -/* FIXME - make them configurable via config.h */ -#define MAX_KEY 1024 +/* Internal sizes. MAX_KEY is defined in config.h */ #define MAX_VALUE PATH_MAX #define BUFFER_SIZE MAX_KEY + MAX_VALUE + 3 -- cgit