comparison src/os_vms_conf.h @ 819:23f82b5d2814 v7.0c10

updated for version 7.0c10
author vimboss
date Wed, 05 Apr 2006 20:41:53 +0000
parents f1b013312711
children f58cb9bf1260
comparison
equal deleted inserted replaced
818:1f929f3ca806 819:23f82b5d2814
177 #undef DYNAMIC_ICONV 177 #undef DYNAMIC_ICONV
178 #define HAVE_STRFTIME 178 #define HAVE_STRFTIME
179 #endif 179 #endif
180 180
181 /* GUI support defines */ 181 /* GUI support defines */
182 #ifdef FEAT_GUI_MOTIF 182 #if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK)
183 #define HAVE_X11 183 #define HAVE_X11
184 #define USE_FONTSET 184 #define USE_FONTSET
185 #undef X_LOCALE 185 #undef X_LOCALE
186 #endif 186 #endif