Update preset.
[bertos.git] / bertos / cfg / cfg_ini_reader.h
index 702c78ee5e2afdc28c8a9491c269e8ea152b7ebc..048139a4c6707e87dc705ecc72095b105339037c 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Configuration file for ini reader module.
  *
- * \version $Id$
  *
  * \author Luca Ottaviano <lottaviano@develer.com>
  */
  */
 #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 */