Commit f1644a54 authored by Guido van Rossum's avatar Guido van Rossum

Don't define DO_TIMES (now in posixmodule.c)

parent 22db57e4
/***********************************************************
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 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment