#ifndef _CONFIG_DATA_H_
#define _CONFIG_DATA_H_

extern const char CFG_MAIN_FOLDER[128];
extern const char CFG_SYSTEM_FOLDER[128];

extern const int CFG_ENA_NOTIFY;
extern const int CFG_ENA_AUTO_SAF;
//extern const unsigned int CFG_VIBRA_POWER;
extern const int CFG_NOTIFY_TIME;
extern const int CFG_ENA_NEWSMS_ICON;
//extern const char CFG_ICONNEW_PATH[128];
extern const unsigned int CFG_ICONNEW_POS_X;
extern const unsigned int CFG_ICONNEW_POS_Y;
extern const int CFG_EXPORT_CHARSET;
extern const int CFG_ENA_SAVE_SENT;
extern const int CFG_ENA_SOUND;
extern const char CFG_SOUND_PATH[];
//extern const unsigned int CFG_SOUND_VOL;
extern const int CFG_ENA_AUTO_DEL_RP;
extern const int CFG_ENA_EXIT_SAVE_DRAFT;
extern const unsigned int CFG_TEXT_FONT;
#ifdef ELKA
extern const int CFG_ENA_SLI;
#endif
extern const unsigned int KEY1;
extern const unsigned int KEY2;
extern const unsigned int CFG_ICON_IB;
extern const int CFG_ENA_IB;
extern const int CFG_ENA_AUTO_SAVE_DRAFT;

//profile
extern const unsigned int CFG_VIBRA_POWER1;
extern const unsigned int CFG_SOUND_VOL1;
extern const unsigned int CFG_VIBRA_POWER2;
extern const unsigned int CFG_SOUND_VOL2;
extern const unsigned int CFG_VIBRA_POWER3;
extern const unsigned int CFG_SOUND_VOL3;
extern const unsigned int CFG_VIBRA_POWER4;
extern const unsigned int CFG_SOUND_VOL4;
extern const unsigned int CFG_VIBRA_POWER5;
extern const unsigned int CFG_SOUND_VOL5;
extern const unsigned int CFG_VIBRA_POWER6;
extern const unsigned int CFG_SOUND_VOL6;
extern const unsigned int CFG_VIBRA_POWER7;
extern const unsigned int CFG_SOUND_VOL7;
extern const unsigned int CFG_VIBRA_POWER8;
extern const unsigned int CFG_SOUND_VOL8;
extern const int CFG_ENA_AUTO_SAF_RT;
extern const unsigned int CFG_ICONSNED_IB;
extern const int CFG_ENA_SNED_ON_BG;
extern const char CFG_DEFAULT_SENT_NUM[32];

extern const unsigned int CFG_FILTEROP;
extern const char CFG_STRORNUM[32];
extern const unsigned int CFG_DEFAULT_TAB;
#endif
