Mercurial > audlegacy-plugins
view src/scrobbler/settings.h @ 3154:d7eea4d29d4a
alac: Restructuring from Hans de Goede. (Closes #69)
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Tue, 12 May 2009 15:33:49 -0500 |
parents | 062f42c3737e |
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 LASTFM_HS_URL "http://post.audioscrobbler.com" #endif