conf.h: move constants to ConfigDefaults.hxx

This commit is contained in:
Max Kellermann
2013-09-05 08:42:08 +02:00
parent 7d0269d2ce
commit 9605e24655
6 changed files with 29 additions and 9 deletions

View File

@@ -23,12 +23,8 @@
#include "ConfigOption.hxx"
#include "gcc.h"
#include <stdbool.h>
#include <stddef.h>
#define DEFAULT_PLAYLIST_MAX_LENGTH (1024*16)
#define DEFAULT_PLAYLIST_SAVE_ABSOLUTE_PATHS false
class Error;
class Path;