From: Bram Moolenaar Date: Sun, 27 Feb 2005 22:38:23 +0000 (+0000) Subject: updated for version 7.0053 X-Git-Tag: v7.0053~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78cb7d249e3d494d9b763cf45e1c92531d706377;p=vim updated for version 7.0053 --- diff --git a/src/feature.h b/src/feature.h index 0383cdb84..3173901b2 100644 --- a/src/feature.h +++ b/src/feature.h @@ -382,7 +382,7 @@ /* * +profile Profiling for functions and scripts. */ -#ifdef FEAT_HUGE +#if defined(FEAT_HUGE) && defined(HAVE_GETTIMEOFDAY) && defined(HAVE_SYS_TIME_H) # define FEAT_PROFILE #endif