Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-04-25
2001-04-25 08:33:59 by Jonas Wallden <jonasw@roxen.com>
79c3a6cf1ee8bfa72e8eefd89321a7f17c5afc11 (
13
lines) (+
7
/-
6
)
[
Show
|
Annotate
]
Branch:
5.2
THREADS is not defined until config.h is included.
Rev: server/base_server/roxen.pike:1.663
4:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
662
2001/04/
24
18
:
20
:
42
grubba
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
663
2001/04/
25
08
:
33
:
59
jonasw
Exp $";
-
#ifdef THREADS
-
// Used when running threaded to find out which thread is the backend thread.
-
Thread.Thread backend_thread;
-
#endif /* THREADS */
-
+
// The argument cache. Used by the image cache. ArgCache argcache;
32:
inherit "module_support"; inherit "config_userdb";
+
#ifdef THREADS
+
// Used when running threaded to find out which thread is the backend thread.
+
Thread.Thread backend_thread;
+
#endif /* THREADS */
+
// --- Locale defines --- //<locale-token project="roxen_start"> LOC_S </locale-token>