Mercurial > audlegacy-plugins
view src/scrobbler/settings.h @ 2655:50f6dce4b91a
Use Glib memory allocation and free() consistently -- libc malloc and free
are not necessarily equal to Glib allocation, mixing them may cause weird
problems.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Wed, 28 May 2008 16:12:03 +0300 |
parents | 166397a7efe1 |
children | 062f42c3737e |
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 #endif