Don't define DO_TIMES (now in posixmodule.c)
diff --git a/Modules/timemodule.c b/Modules/timemodule.c
index f886691..e7bf151 100644
--- a/Modules/timemodule.c
+++ b/Modules/timemodule.c
@@ -1,5 +1,5 @@
 /***********************************************************
-Copyright 1991 by Stichting Mathematisch Centrum, Amsterdam, The
+Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The
 Netherlands.
 
                         All Rights Reserved
@@ -62,14 +62,6 @@
 #include <time.h>
 #endif /* !unix */
 
-#ifdef sgi
-#define DO_TIMES
-#endif
-
-#ifdef sun
-#define DO_TIMES
-#endif
-
 #ifdef DO_TIMES
 #include <sys/times.h>
 #include <sys/param.h>