summaryrefslogtreecommitdiff
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-02-27 22:38:23 +0000
committerBram Moolenaar <Bram@vim.org>2005-02-27 22:38:23 +0000
commit78cb7d249e3d494d9b763cf45e1c92531d706377 (patch)
treee9868f81d3402613d67147f109de93c74e3f4f3e /src/feature.h
parent32e7b2d575ce64dc49f2388495a06cd69495bd67 (diff)
downloadvim-git-78cb7d249e3d494d9b763cf45e1c92531d706377.tar.gz
updated for version 7.0053
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h2
1 files changed, 1 insertions, 1 deletions
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