aboutsummaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorViliam Mateicka <viliam.mateicka@gmail.com>2009-10-26 19:14:40 +0100
committerViliam Mateicka <viliam.mateicka@gmail.com>2009-10-26 19:14:40 +0100
commitf67426871bf11c79bf5bf975ad2adaa860a7378e (patch)
treea7f51b6a187a2f79e486564c387752a979b24236 /src/conf.h
parent2bfddd43109171accbb307ec136d5a517e52bfff (diff)
mpd.conf: new bool config value for enabling/disabling inotify update
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index 3f771f12..7dd12afd 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -68,6 +68,7 @@
#define CONF_INPUT "input"
#define CONF_GAPLESS_MP3_PLAYBACK "gapless_mp3_playback"
#define CONF_PLAYLIST_PLUGIN "playlist_plugin"
+#define CONF_AUTO_UPDATE "auto_update"
#define DEFAULT_PLAYLIST_MAX_LENGTH (1024*16)
#define DEFAULT_PLAYLIST_SAVE_ABSOLUTE_PATHS false