diff options
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" |