view Plugins/General/scrobbler/config.h @ 1392:db56f6752bd1 trunk

[svn] amidi-plug alsa: check if a sequencer actually exists before requesting sequencer port list
author giacomo
date Mon, 10 Jul 2006 17:37:19 -0700
parents 0c6168fdad36
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 MAKE_BMP
#define ALLOW_MULTIPLE

#endif