Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2002-08-19
2002-08-19 14:59:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7bc738d5dbaa4740859d04db4d76473e7f835d04 (
13
lines) (+
11
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Readability.
Rev: server/base_server/roxen.pike:1.800
6:
// 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.
799
2002/08/
13
15
:
05
:
22
mast
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
800
2002/08/
19
14
:
59
:
06
grubba
Exp $";
// The argument cache. Used by the image cache. ArgCache argcache;
1285:
-
#define INIT(X)
do{mapping
_=(X);string __=_->path;c=_->conf;if(__&&id->adjust_for_config_path) id->adjust_for_config_path(__);if(!c->inited)c->enable_all_modules(); } while(0)
+
#define INIT(X)
do{
\
+
mapping
_=(X);
\
+
string __=_->path;
\
+
c=_->conf;
\
+
if(__&&id->adjust_for_config_path)
\
+
id->adjust_for_config_path(__);
\
+
if(!c->inited)
\
+
c->enable_all_modules();
\
+
} while(0)
#ifdef DEBUG_URL2CONF #define URL2CONF_MSG(X...) report_debug (X)