aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-07 13:27:31 +0100
committerMax Kellermann <max@duempel.org>2008-11-07 13:27:31 +0100
commit54674384020f5d8019ca71f6c283d18ba32d5171 (patch)
tree8684aa7a9ccd18c808ad265e7c7bb9e283833cdc /src/i18n.h
parent9e8806dadee58efe36151a6bca22d65487ed02ee (diff)
downloadmpd-54674384020f5d8019ca71f6c283d18ba32d5171.tar.gz
mpd-54674384020f5d8019ca71f6c283d18ba32d5171.tar.xz
mpd-54674384020f5d8019ca71f6c283d18ba32d5171.zip
disable more features with --enable-mini
Disable lots of smaller features which don't have a separate configure option: - xterm title - screen list - horizontal scrolling - MPD version number check - key binding checks - character set conversion - bitrate display - highlighting in the file browser - completion / history
Diffstat (limited to 'src/i18n.h')
-rw-r--r--src/i18n.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n.h b/src/i18n.h
index f99505ed1..64484834a 100644
--- a/src/i18n.h
+++ b/src/i18n.h
@@ -22,7 +22,7 @@
#include "config.h"
/* i18n */
-#ifdef HAVE_LOCALE_H
+#if defined(HAVE_LOCALE_H) && !defined(NCMPC_MINI)
#include <locale.h>
#endif
#ifdef ENABLE_NLS