diff options
author | Patrik Weiskircher <pat@icore.at> | 2007-06-03 18:08:51 +0000 |
---|---|---|
committer | Patrik Weiskircher <pat@icore.at> | 2007-06-03 18:08:51 +0000 |
commit | d67737bc6499545e2a372b732a578ebc28128cc2 (patch) | |
tree | 305ea0c3a6300550306c0118ac7743d7c53543ee /src/conf.h | |
parent | 4025498488edc9e405abe21dc633b48911dcd1d9 (diff) | |
download | mpd-d67737bc6499545e2a372b732a578ebc28128cc2.tar.gz mpd-d67737bc6499545e2a372b732a578ebc28128cc2.tar.xz mpd-d67737bc6499545e2a372b732a578ebc28128cc2.zip |
allow zeroconf to be disabled.
git-svn-id: https://svn.musicpd.org/mpd/trunk@6467 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h index 7059eaa90..f5ef07525 100644 --- a/src/conf.h +++ b/src/conf.h @@ -33,6 +33,7 @@ #define CONF_PORT "port" #define CONF_LOG_LEVEL "log_level" #define CONF_ZEROCONF_NAME "zeroconf_name" +#define CONF_ZEROCONF_ENABLED "zeroconf_enabled" #define CONF_PASSWORD "password" #define CONF_DEFAULT_PERMS "default_permissions" #define CONF_AUDIO_OUTPUT "audio_output" |