From d8dbd29c2dfd743bdcc152cad0c634b5a32121fc Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sun, 20 Jun 2004 14:00:34 +0000 Subject: add http proxy config options (no http proxy code yet) git-svn-id: https://svn.musicpd.org/mpd/trunk@1584 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/conf.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/conf.h') diff --git a/src/conf.h b/src/conf.h index 901cdefb7..1a7c7fef0 100644 --- a/src/conf.h +++ b/src/conf.h @@ -50,6 +50,10 @@ #define CONF_BUFFER_SIZE 26 #define CONF_REPLAYGAIN 27 #define CONF_AUDIO_OUTPUT_FORMAT 28 +#define CONF_HTTP_PROXY_HOST 29 +#define CONF_HTTP_PROXY_PORT 30 +#define CONF_HTTP_PROXY_USER 31 +#define CONF_HTTP_PROXY_PASSWORD 32 #define CONF_CAT_CHAR "\n" @@ -63,4 +67,3 @@ void initConf(); void writeConf(char * file); #endif -/* vim:set shiftwidth=4 tabstop=8 expandtab: */ -- cgit v1.2.3