diff src/feature.h @ 1972:82f866f19e91 v7.2.269

updated for version 7.2-269
author vimboss
date Tue, 03 Nov 2009 11:11:11 +0000
parents 5a7384b9ca66
children f60a0c9cbe6c
line wrap: on
line diff
--- a/src/feature.h
+++ b/src/feature.h
@@ -844,10 +844,14 @@
 /* #define DEBUG */
 
 /*
- * STARTUPTIME		Time the startup process.  Writes a "vimstartup" file
- *			with timestamps.
+ * STARTUPTIME		Time the startup process.  Writes a file with
+ *			timestamps.
  */
-/* #define STARTUPTIME "vimstartup" */
+#if defined(FEAT_NORMAL) \
+	&& ((defined(HAVE_GETTIMEOFDAY) && defined(HAVE_SYS_TIME_H)) \
+		|| defined(WIN3264))
+# define STARTUPTIME 1
+#endif
 
 /*
  * MEM_PROFILE		Debugging of memory allocation and freeing.