/*

 config.h include file for config.l, part of xradiotrack

*/

#include "commondefs.h"

float MinFreq=87.0000;
float MaxFreq=109.0000;
float DefaultFreq=0;
extern int used;
extern int i, err;
extern int found;
extern int RadioBase;
extern station stations[10];
extern station defaultstation;


