comparison src/feature.h @ 172:25cfd881cbba

updated for version 7.0053
author vimboss
date Sun, 27 Feb 2005 22:38:23 +0000
parents 8c60f65311fa
children 84c21eb4fc40
comparison
equal deleted inserted replaced
171:54f0f39bdf01 172:25cfd881cbba
380 #endif 380 #endif
381 381
382 /* 382 /*
383 * +profile Profiling for functions and scripts. 383 * +profile Profiling for functions and scripts.
384 */ 384 */
385 #ifdef FEAT_HUGE 385 #if defined(FEAT_HUGE) && defined(HAVE_GETTIMEOFDAY) && defined(HAVE_SYS_TIME_H)
386 # define FEAT_PROFILE 386 # define FEAT_PROFILE
387 #endif 387 #endif
388 388
389 /* 389 /*
390 * Insert mode completion with 'completefunc'. 390 * Insert mode completion with 'completefunc'.