Yes, it is NO (or actually PIKE_NO now) in the nonthreaded case. The kludges with PIKE_THREADS didn't address the real issue and are removed now.
/ Martin Stjernholm, Roxen IS
Previous text:
2003-02-10 18:47: Subject: CPU_TIME_IS_THREAD_LOCAL
Then the correct thing to do in the non-threads case is to define it as NO, since there will only be one thread and it doesn't matter if accounting is per thread or not, right? Seems more sane than kludging in a lot of defined(PIKE_THREADS) all over the place.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)