Branch: Tag:

2003-02-08

2003-02-08 02:31:57 by Martin Stjernholm <mast@lysator.liu.se>

Added configure test to see whether the time returned by get_cpu_time is
thread local or not.

Rev: src/acconfig.h:1.113
Rev: src/configure.in:1.682
Rev: src/global.h:1.79
Rev: src/pike_threadlib.h:1.28
Rev: src/threads.c:1.199

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: global.h,v 1.78 2003/01/26 11:09:00 mirar Exp $ + || $Id: global.h,v 1.79 2003/02/08 02:31:57 mast Exp $   */      #ifndef GLOBAL_H
62:   struct timeval;   #endif    + #ifndef CONFIGURE_TEST + /* machine.h doesn't exist if we're included from a configure test +  * program. In that case these defines will already be included. */   #include "machine.h" -  + #endif      /*    * Max number of local variables in a function.