From 34d49d67a7c556d9c32f1ce5a1194bdfd89f3303 Mon Sep 17 00:00:00 2001 From: vimboss Date: Sun, 27 Feb 2005 22:38:23 +0000 Subject: [PATCH] updated for version 7.0053 --- src/feature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/feature.h b/src/feature.h index 0383cdb842..3173901b27 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