Code

disable more features with --enable-mini
[ncmpc.git] / src / options.h
index 791ec2f09c9faa3971ebf8ee0bcaf9135f805505..98ad3156ecbfd91482667d63e10e8c7c7af9c927 100644 (file)
@@ -16,8 +16,10 @@ typedef struct {
        char *key_file;
        char *list_format;
        char *status_format;
+#ifndef NCMPC_MINI
        char *xterm_title_format;
        char *scroll_sep;
+#endif
        char **screen_list;
        char *timedisplay_type;
        int port;
@@ -25,7 +27,9 @@ typedef struct {
        int search_mode;
        int hide_cursor;
        int seek_time;
+#ifdef ENABLE_LYRICS_SCREEN
        int lyrics_timeout;
+#endif
        bool find_wrap;
        bool find_show_last_pattern;
        bool list_wrap;
@@ -36,11 +40,17 @@ typedef struct {
 #endif
        bool audible_bell;
        bool visible_bell;
+#ifndef NCMPC_MINI
        bool enable_xterm_title;
+#endif
+#ifdef HAVE_GETMOUSE
        bool enable_mouse;
+#endif
+#ifndef NCMPC_MINI
        bool scroll;
        bool visible_bitrate;
        bool welcome_screen_list;
+#endif
 } options_t;
 
 extern options_t options;