diff mcabber/src/utf8.h @ 934:a09bf67d1dfb

Unicode support depends on having ncursesw
author Mikael Berthe <mikael@lilotux.net>
date Sat, 08 Jul 2006 12:47:54 +0200
parents fc6aaa223650
children a61c3311a5bb
line wrap: on
line diff
--- a/mcabber/src/utf8.h	Sat Jul 08 09:43:23 2006 +0200
+++ b/mcabber/src/utf8.h	Sat Jul 08 12:47:54 2006 +0200
@@ -21,6 +21,10 @@
 # undef UNICODE
 #endif
 
+#ifndef HAVE_NCURSESW_NCURSES_H
+# undef UNICODE
+#endif
+
 extern int utf8_mode;
 
 char *prev_char(char *str, const char *limit);