Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-02-16
2000-02-16 16:05:15 by Per Hedbor <ph@opera.com>
11f192e510855da3c5afb8a602db7d388303da08 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Support for no_delayed_load in configurations
Rev: server/base_server/roxen.pike:1.435
5:
*/ // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
434
2000/02/16
15
:
37
:
29
per Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
435
2000/02/16
16
:
05
:
15
per Exp $";
object backend_thread; ArgCache argcache;
3132:
if( Getopt.find_option( argv, 0, "no-delayed-load" ) ) enable_configurations_modules();
+
else
+
foreach( configurations, object c )
+
if( c->query( "no_delayed_load" ) )
+
c->enable_all_modules();
call_out(update_supports_from_roxen_com, QUERY(next_supports_update)-time());