comparison src/feature.h @ 29:ac33b7c03fac v7.0018

updated for version 7.0018
author vimboss
date Mon, 11 Oct 2004 10:16:09 +0000
parents 3ba373b54370
children c75153d791d0
comparison
equal deleted inserted replaced
28:726bdc53fa49 29:ac33b7c03fac
1040 #if defined(FEAT_GUI_MSWIN) && defined(FEAT_SMALL) 1040 #if defined(FEAT_GUI_MSWIN) && defined(FEAT_SMALL)
1041 # define MSWIN_FIND_REPLACE /* include code for find/replace dialog */ 1041 # define MSWIN_FIND_REPLACE /* include code for find/replace dialog */
1042 # define MSWIN_FR_BUFSIZE 256 1042 # define MSWIN_FR_BUFSIZE 256
1043 #endif 1043 #endif
1044 1044
1045 #if defined(FEAT_GUI_GTK) || defined(FEAT_GUI_MOTIF) \
1046 || defined(MSWIN_FIND_REPLACE) || defined(FEAT_GUI_KDE)
1047 # define FIND_REPLACE_DIALOG 1
1048 #endif
1049
1045 /* 1050 /*
1046 * +clientserver Remote control via the remote_send() function 1051 * +clientserver Remote control via the remote_send() function
1047 * and the --remote argument 1052 * and the --remote argument
1048 */ 1053 */
1049 #if (defined(WIN32) || defined(FEAT_XCLIPBOARD)) && defined(FEAT_EVAL) 1054 #if (defined(WIN32) || defined(FEAT_XCLIPBOARD)) && defined(FEAT_EVAL)