Add case insensitive comparisons to INI reader + config option.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 5 Dec 2011 11:10:00 +0000 (11:10 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 5 Dec 2011 11:10:00 +0000 (11:10 +0000)
Signed-off-by: Robin Gilham <robin.gilham@gmail.com>
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5178 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_ini_reader.h

index f3dea298700f6900bf43325da011a6ebae48de63..048139a4c6707e87dc705ecc72095b105339037c 100644 (file)
  */
 #define CONFIG_INI_MAX_LINE_LEN 64
 
+/**
+ * Make case insensitive comparisons.
+ * $WIZ$ type = "boolean"
+ */
 #define CONFIG_INI_CASE_INSENSITIVE    0
 
 #endif /* CFG_INI_READER_H */