From 1a59afa388874a2ceadcef2644fa9e08f0a9b828 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 25 Jan 2009 13:53:16 +0100 Subject: stored_playlist: moved configuration variables from playlist.c Don't declare and export variables specific to stored playlists in playlist.c/playlist.h. --- src/conf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/conf.h') diff --git a/src/conf.h b/src/conf.h index e9c75036..a133198b 100644 --- a/src/conf.h +++ b/src/conf.h @@ -69,6 +69,9 @@ #define CONF_BOOL_UNSET -1 #define CONF_BOOL_INVALID -2 +#define DEFAULT_PLAYLIST_MAX_LENGTH (1024*16) +#define DEFAULT_PLAYLIST_SAVE_ABSOLUTE_PATHS false + struct block_param { char *name; char *value; -- cgit v1.2.3