comparison 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
comparison
equal deleted inserted replaced
11:cff1d04026ae 12:3da1b8942b8b
1 #include "../../../config.h"
2
3 #ifndef __SCROBBLER_CONFIG_H__
4 #define __SCROBBLER_CONFIG_H__
5
6 #define DEBUG 0
7 #define META_DEBUG 0
8 #define SUB_DEBUG 0
9 #define CLIENT "Audacious"
10 #define USER_AGENT "AudioScrobbler/1.1" PACKAGE_NAME "/" PACKAGE_VERSION
11 #define MAKE_BMP
12 #define ALLOW_MULTIPLE
13
14 #endif