Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-21
1998-04-21 19:06:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>
acfd17d93f65531763444695c5dede76476c2f0d (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Minor change.
Rev: server/base_server/configuration.pike:1.120
1:
-
string cvs_version = "$Id: configuration.pike,v 1.
119
1998/04/
09
16
:
04
:
25
grubba Exp $";
+
string cvs_version = "$Id: configuration.pike,v 1.
120
1998/04/
21
19
:
06
:
09
grubba Exp $";
#include <module.h> #include <roxen.h>
3028:
string tmp_string; perror("\nEnabling all modules for "+query_name()+"... \n");
+
#if constant(_compiler_trace)
+
// _compiler_trace(1);
+
#endif /* !constant(_compiler_trace) */
+
// Always enable the user database module first. if(search(modules_to_process, "userdb#0")>-1) modules_to_process = (({"userdb#0"})+(modules_to_process-({"userdb#0"})));