1 //
2 // File:   getConfigFilename.h
3 //
4 // Author: fatray
5 //
6 // Created on 05 December 2007, 23:39
7 //
8 
9 #ifndef _GETCONFIGFILENAME_H
10 #define	_GETCONFIGFILENAME_H
11 
12 //FIXME: define this here?  in .cpp? or somewhere else?
13 #define CONFIG_FILE "/share/projectM/config.inp"
14 
15 // get the full pathname of a configfile
16 std::string getConfigFilename();
17 
18 #endif	/* _GETCONFIGFILENAME_H */
19