Mercurial > audlegacy
view Plugins/General/scrobbler/config.h @ 858:66df1cf8b82f trunk
[svn] - what was that doing here?
author | nenolod |
---|---|
date | Mon, 20 Mar 2006 10:57:25 -0800 |
parents | cc1969408403 |
children |
line wrap: on
line source
#include "../../../config.h" #ifndef __SCROBBLER_CONFIG_H__ #define __SCROBBLER_CONFIG_H__ #define DEBUG 0 #define META_DEBUG 0 #define SUB_DEBUG 0 #define CLIENT "Audacious" #define USER_AGENT "AudioScrobbler/1.1" PACKAGE_NAME "/" PACKAGE_VERSION #define MAKE_BMP #define ALLOW_MULTIPLE #endif