Update preset.
[bertos.git] / bertos / cfg / cfg_ini_reader.h
index 2d466f054e74253c075a258cbbe25b9b5a7b7dd7..048139a4c6707e87dc705ecc72095b105339037c 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Configuration file for ini reader module.
  *
- * \version $Id$
  *
  * \author Luca Ottaviano <lottaviano@develer.com>
  */
  * Maximum ini file line length (chars).
  * $WIZ$ type = "int"; min = 1
  */
-#define CONFIG_INI_MAX_LINE_LEN 512
+#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 */