#ifndef _CONFIGDATA_H_
  #define _CONFIGDATA_H_

  extern const int cfgCost;
  extern const int cfgLength;
  extern const char cfgCurrency[11];
  extern const int cfgMinLength;
  extern const int cfgNotCountedTraf;
  extern const int cfgTimeout;
  
  extern const TIME DAY_TIME;
  extern const int cfgDayCostOut;
  extern const int cfgDayCostIn;
  extern const int cfgDayLength;
  extern const int cfgDayCost;
  
  extern const TIME NIGHT_TIME;
  extern const int cfgNightCostOut;
  extern const int cfgNightCostIn;
  extern const int cfgNightLength;
  extern const int cfgNightCost;
  
  extern const int cfgDivide;
  
#endif
