diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-09-02 18:16:00 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-09-02 18:16:00 +0000 |
commit | 8810eafb82f5df4684af8ef94c8e98ef1677729f (patch) | |
tree | 66f750eb1124324fad117b31d9f46e1664461219 /src/conf.h | |
parent | df50ddf545c92692b108258f3e091533b26e3f94 (diff) | |
download | mpd-8810eafb82f5df4684af8ef94c8e98ef1677729f.tar.gz mpd-8810eafb82f5df4684af8ef94c8e98ef1677729f.tar.xz mpd-8810eafb82f5df4684af8ef94c8e98ef1677729f.zip |
add configuration variables for shout stuff
git-svn-id: https://svn.musicpd.org/mpd/trunk@2099 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/conf.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h index 6a06b0f0b..56ea0cc44 100644 --- a/src/conf.h +++ b/src/conf.h @@ -55,6 +55,13 @@ #define CONF_HTTP_PROXY_USER 31 #define CONF_HTTP_PROXY_PASSWORD 32 #define CONF_REPLAYGAIN_PREAMP 33 +#define CONF_SHOUT_HOST 34 +#define CONF_SHOUT_PORT 35 +#define CONF_SHOUT_PASSWD 36 +#define CONF_SHOUT_MOUNT 37 +#define CONF_SHOUT_NAME 38 +#define CONF_SHOUT_USER 39 +#define CONF_SHOUT_QUALITY 40 #define CONF_CAT_CHAR "\n" |