X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Foptions.h;h=e7e9e8f4c358b03598d32a009d2500f24b6b41cb;hb=88af2c3ace0fa42dbb816cc9fe8c4b54ce89233a;hp=70853f4ff1f3180edc028710e02b9bff8d18f6e3;hpb=3e70743f5061573a2d9fff2fe4b232f38653d12b;p=ncmpc.git diff --git a/src/options.h b/src/options.h index 70853f4..e7e9e8f 100644 --- a/src/options.h +++ b/src/options.h @@ -1,6 +1,8 @@ #ifndef OPTIONS_H #define OPTIONS_H +#include "config.h" + #include #define MPD_HOST_ENV "MPD_HOST" @@ -31,7 +33,9 @@ typedef struct { bool list_wrap; bool auto_center; bool wide_cursor; +#ifdef ENABLE_COLORS bool enable_colors; +#endif bool audible_bell; bool visible_bell; bool enable_xterm_title;