Mercurial > audlegacy-plugins
view src/scrobbler/settings.h @ 1006:25c46293cbf2 trunk
[svn] - get rid of Disk-Writer and Out-Lame in favor of FileWriter finally
author | mf0102 |
---|---|
date | Thu, 10 May 2007 12:13:22 -0700 |
parents | 213ccf5b5ea5 |
children | 3707a3efcc9c |
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