From f67426871bf11c79bf5bf975ad2adaa860a7378e Mon Sep 17 00:00:00 2001 From: Viliam Mateicka Date: Mon, 26 Oct 2009 19:14:40 +0100 Subject: mpd.conf: new bool config value for enabling/disabling inotify update --- src/conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conf.h') diff --git a/src/conf.h b/src/conf.h index 3f771f122..7dd12afda 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 -- cgit v1.2.3