changeset 172:25cfd881cbba

updated for version 7.0053
author vimboss
date Sun, 27 Feb 2005 22:38:23 +0000
parents 54f0f39bdf01
children 141a8ad5e2b3
files src/feature.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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