Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-11-01
2001-11-01 14:19:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7e161077a5f12f504c0420a2c4db317fd09afe11 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Fix for [bug
2465 (#2465)
].
Rev: server/base_server/configuration.pike:1.492
5:
// @appears Configuration //! A site's main configuration
-
constant cvs_version = "$Id: configuration.pike,v 1.
491
2001/
10
/
05
15
:
10
:
08
per
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
492
2001/
11
/
01
14
:
19
:
49
grubba
Exp $";
#include <module.h> #include <module_constants.h> #include <roxen.h>
39:
#ifdef AVERAGE_PROFILING
+
+
#if !constant(gethrvtime)
+
#define gethrvtime() gethrtime()
+
#endif /* !constant(gethrvtime) */
+
class ProfStack { array current_stack = ({});