stereoplay

diff src/config.h @ 0:265a24704ff2

stereoplay
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 06 Mar 2011 20:31:18 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/config.h	Sun Mar 06 20:31:18 2011 +0200
     1.3 @@ -0,0 +1,7 @@
     1.4 +#ifndef CONFIG_H_
     1.5 +#define CONFIG_H_
     1.6 +
     1.7 +#define PREFIX	"/usr/local"
     1.8 +#define SDRDIR	PREFIX "/share/stereoplay"
     1.9 +
    1.10 +#endif	/* CONFIG_H_ */