view src/scrobbler/config.h @ 12:3da1b8942b8b trunk

[svn] - remove src/Input src/Output src/Effect src/General src/Visualization src/Container
author nenolod
date Mon, 18 Sep 2006 03:14:20 -0700
parents src/General/scrobbler/config.h@13389e613d67
children b223a90f8a9a
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