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

updated for version 7.2-269
author vimboss
date Tue, 03 Nov 2009 11:11:11 +0000
parents 40a8e388692b
children 7c8c7c95a865
line wrap: on
line diff
--- a/src/globals.h
+++ b/src/globals.h
@@ -1567,6 +1567,10 @@ EXTERN int xsmp_icefd INIT(= -1);   /* T
 /* For undo we need to know the lowest time possible. */
 EXTERN time_t starttime;
 
+#ifdef STARTUPTIME
+EXTERN FILE *time_fd INIT(= NULL);  /* where to write startup timing */
+#endif
+
 /*
  * Some compilers warn for not using a return value, but in some situations we
  * can't do anything useful with the value.  Assign to this variable to avoid