#ifndef _CONFIGDATA_H_
  #define _CONFIGDATA_H_

extern const unsigned int cfg_checkperiod;
extern const unsigned int cfg_pretime;
extern const unsigned int cfg_period;
extern const int cfg_sound;
extern const int cfg_silent;
extern const char cfg_music_file[256];
extern const int cfg_vibra;
extern const unsigned int cfg_vibra_time;
extern const int cfg_flash;
extern const unsigned int cfg_flash_time;
extern const int cfg_flash_blink_speed;
extern const int cfg_redled;
extern const unsigned int cfg_redled_time;
extern const int cfg_redled_ontime;
extern const int cfg_redled_offtime;
extern const int cfg_led;
extern const unsigned int cfg_led_time;
extern const int cfg_phone_type;
extern const int cfg_led580_blink_mode;
extern const unsigned int cfg_led580_color;
extern const int cfg_led_blink_mode;
extern const int cfg_led_blink_speed;
extern const int cfg_screen;
extern const unsigned int cfg_screen_time;
extern const int cfg_screen_blink_speed;
extern const int cfg_screen_level;
extern const int cfg_time1_limit;
extern const TIME cfg_on_time1;
extern const TIME cfg_off_time1;
extern const int cfg_time1_sound;
extern const int cfg_time1_vibra;
extern const int cfg_time1_flash;
extern const int cfg_time1_redled;
extern const int cfg_time1_leds;
extern const int cfg_time1_screen;
extern const int cfg_time2_limit;
extern const TIME cfg_on_time2;
extern const TIME cfg_off_time2;
extern const int cfg_time2_sound;
extern const int cfg_time2_vibra;
extern const int cfg_time2_flash;
extern const int cfg_time2_redled;
extern const int cfg_time2_leds;
extern const int cfg_time2_screen;
extern const int cfg_mode;
extern const unsigned int cfg_duration;

#endif
