comparison src/feature.h @ 692:a28f83d37113

updated for version 7.0208
author vimboss
date Mon, 27 Feb 2006 00:08:02 +0000
parents d7e33248b9c8
children 0f9f4761ad9c
comparison
equal deleted inserted replaced
691:8106f3da02d0 692:a28f83d37113
1192 1192
1193 #if defined(FEAT_BEVAL) && (defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_ATHENA)) 1193 #if defined(FEAT_BEVAL) && (defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_ATHENA))
1194 # define FEAT_BEVAL_TIP /* balloon eval used for toolbar tooltip */ 1194 # define FEAT_BEVAL_TIP /* balloon eval used for toolbar tooltip */
1195 #endif 1195 #endif
1196 1196
1197 /* both Motif and Athena are X11 and share some code */
1198 #if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_ATHENA)
1199 # define FEAT_GUI_X11
1200 #endif
1201
1197 #if defined(FEAT_SUN_WORKSHOP) || defined(FEAT_NETBEANS_INTG) 1202 #if defined(FEAT_SUN_WORKSHOP) || defined(FEAT_NETBEANS_INTG)
1198 /* 1203 /*
1199 * The following features are (currently) only used by Sun Visual WorkShop 6 1204 * The following features are (currently) only used by Sun Visual WorkShop 6
1200 * and NetBeans. These features could be used with other integrations with 1205 * and NetBeans. These features could be used with other integrations with
1201 * debuggers so I've used separate feature defines. 1206 * debuggers so I've used separate feature defines.