diff options
author | Max Kellermann <max@duempel.org> | 2008-10-02 14:57:42 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-02 14:57:42 +0200 |
commit | df17096f5effbf060e75f87030cea66081e81d4f (patch) | |
tree | 11e72189e9ce43d4d79309facccbe2715097d9a2 /src/ncmpc.h | |
parent | 5d852bd60fa12ef257c15f7274116a23aa67caec (diff) | |
download | mpd-df17096f5effbf060e75f87030cea66081e81d4f.tar.gz mpd-df17096f5effbf060e75f87030cea66081e81d4f.tar.xz mpd-df17096f5effbf060e75f87030cea66081e81d4f.zip |
configure.ac: define ENABLE_x_SCREEN instead of DISABLE_x_SCREEN
Everybody who uses the ENABLE_ macros has to include ncmpc.h. We're
better off defining those in config.h via configure.ac.
Diffstat (limited to '')
-rw-r--r-- | src/ncmpc.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/ncmpc.h b/src/ncmpc.h index c87c84d88..5d4ca8425 100644 --- a/src/ncmpc.h +++ b/src/ncmpc.h @@ -5,19 +5,6 @@ #include "config.h" #endif -#ifndef DISABLE_ARTIST_SCREEN -#define ENABLE_ARTIST_SCREEN 1 -#endif -#ifndef DISABLE_SEARCH_SCREEN -#define ENABLE_SEARCH_SCREEN 1 -#endif -#ifndef DISABLE_KEYDEF_SCREEN -#define ENABLE_KEYDEF_SCREEN 1 -#endif -#ifndef DISABLE_LYRICS_SCREEN -#define ENABLE_LYRICS_SCREEN 1 -#endif - #ifndef NDEBUG void D(const char *format, ...); #else |