comparison src/scrobbler/settings.h @ 1032:15e8890cb54d trunk

[svn] - fix memory-leak for protocol 1.2 code - disable accidental enabling of debugging code
author nenolod
date Sat, 12 May 2007 00:56:32 -0700
parents 3707a3efcc9c
children 166397a7efe1
comparison
equal deleted inserted replaced
1031:3707a3efcc9c 1032:15e8890cb54d
1 #include "../../config.h" 1 #include "../../config.h"
2 2
3 #ifndef __SCROBBLER_CONFIG_H__ 3 #ifndef __SCROBBLER_CONFIG_H__
4 #define __SCROBBLER_CONFIG_H__ 4 #define __SCROBBLER_CONFIG_H__
5 5
6 #define DEBUG 1 6 #define DEBUG 0
7 #define META_DEBUG 1 7 #define META_DEBUG 0
8 #define SUB_DEBUG 1 8 #define SUB_DEBUG 0
9 #define CLIENT "Audacious" 9 #define CLIENT "Audacious"
10 #define USER_AGENT "AudioScrobbler/1.1" PACKAGE_NAME "/" PACKAGE_VERSION 10 #define USER_AGENT "AudioScrobbler/1.1" PACKAGE_NAME "/" PACKAGE_VERSION
11 #define MAKE_BMP 11 #define MAKE_BMP
12 #define ALLOW_MULTIPLE 12 #define ALLOW_MULTIPLE
13 13