stereoplay

view src/config.h @ 3:0d9a1e23726c

added COPYING and README
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 03 Nov 2011 21:54:30 +0200
parents
children
line source
1 #ifndef CONFIG_H_
2 #define CONFIG_H_
4 #define PREFIX "/usr/local"
5 #define SDRDIR PREFIX "/share/stereoplay"
7 #endif /* CONFIG_H_ */