#ifndef CONFIG_H
#define CONFIG_H

/*--------------------------------------------------------------
Configuration file for Laser Raman embedded server application
----------------------------------------------------------------
For desktop compile configuration
1.  Add _WIN32_ 
Project->Settings->C/C++ tab->Category Preprocessor->Preprocessor definitions->
----------------------------------------------------------------*/
//Directory where lrs.cfg resides
#define CONFIG_DIR	"c:\\winnt\\profiles\\all users\\desktop"

//Directory where log files are stored
#define LOG_DIR		"c:\\winnt\\profiles\\all users\\desktop\\logfiles"

#endif //CONFIG_H