comparison src/feature.h @ 42:c75153d791d0

updated for version 7.0026
author vimboss
date Wed, 29 Dec 2004 20:58:21 +0000
parents ac33b7c03fac
children 587305d23d2c
comparison
equal deleted inserted replaced
41:f529edb9bab3 42:c75153d791d0
648 648
649 /* 649 /*
650 * +xfontset X fontset support. For outputting wide characters. 650 * +xfontset X fontset support. For outputting wide characters.
651 */ 651 */
652 #ifndef FEAT_XFONTSET 652 #ifndef FEAT_XFONTSET
653 # if defined(FEAT_MBYTE) && defined(HAVE_X11) && !defined(HAVE_GTK2) 653 # if defined(FEAT_MBYTE) && defined(HAVE_X11) \
654 && !defined(HAVE_GTK2) && !defined(FEAT_GUI_KDE)
654 # define FEAT_XFONTSET 655 # define FEAT_XFONTSET
655 # else 656 # else
656 /* # define FEAT_XFONTSET */ 657 /* # define FEAT_XFONTSET */
657 # endif 658 # endif
658 #endif 659 #endif
1170 && !defined(FEAT_GUI_GTK) && !defined(FEAT_GUI_W32)) \ 1171 && !defined(FEAT_GUI_GTK) && !defined(FEAT_GUI_W32)) \
1171 || defined(FEAT_SUN_WORKSHOP) \ 1172 || defined(FEAT_SUN_WORKSHOP) \
1172 || defined(FEAT_NETBEANS_INTG)) 1173 || defined(FEAT_NETBEANS_INTG))
1173 # define FEAT_BEVAL 1174 # define FEAT_BEVAL
1174 # if !defined(FEAT_XFONTSET) && !defined(FEAT_GUI_GTK) \ 1175 # if !defined(FEAT_XFONTSET) && !defined(FEAT_GUI_GTK) \
1175 && !defined(FEAT_GUI_W32) 1176 && !defined(FEAT_GUI_KDE) && !defined(FEAT_GUI_W32)
1176 # define FEAT_XFONTSET 1177 # define FEAT_XFONTSET
1177 # endif 1178 # endif
1178 #endif 1179 #endif
1179 1180
1180 #if defined(FEAT_BEVAL) && (defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_ATHENA)) 1181 #if defined(FEAT_BEVAL) && (defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_ATHENA))