aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-09-02 18:16:00 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-09-02 18:16:00 +0000
commit8810eafb82f5df4684af8ef94c8e98ef1677729f (patch)
tree66f750eb1124324fad117b31d9f46e1664461219 /src/conf.h
parentdf50ddf545c92692b108258f3e091533b26e3f94 (diff)
downloadmpd-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 'src/conf.h')
-rw-r--r--src/conf.h7
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"