Subversion Repositories svnkaklik

Rev

Rev 437 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 437 Rev 476
Line 38... Line 38...
38
//  Max number of bands which can be read from the config file.
38
//  Max number of bands which can be read from the config file.
39
#define MAXBANDS 20
39
#define MAXBANDS 20
40
 
40
 
41
//
41
//
42
//  Name of the configuration file.
42
//  Name of the configuration file.
43
#define CONFIG_FILE "sidd.conf"
43
#define CONFIG_FILE "/etc/sidd.conf"
44
 
44
 
45
///////////////////////////////////////////////////////////////////////////////
45
///////////////////////////////////////////////////////////////////////////////
46
//  Globals and fixed definitions                                            // 
46
//  Globals and fixed definitions                                            // 
47
///////////////////////////////////////////////////////////////////////////////
47
///////////////////////////////////////////////////////////////////////////////
48
//
48
//