Mercurial > audlegacy-plugins
view src/scrobbler/config.h @ 142:c0b31cf2c7cd trunk
[svn] Atari XL SAP. This compiles anything but cleanly, but somehow still
works. No one will notice anyway, though. What percentage of the
population listens to Atari XL music? I don't have an answer to that,
but I'd guess that Audacious' SAP plugin will be used by approximately 2
people.
author | asheldon |
---|---|
date | Sun, 29 Oct 2006 01:08:30 -0700 |
parents | b223a90f8a9a |
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