Roxen.git/
server/
base_server/
mainconfig.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1997-03-03
1997-03-03 13:34:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>
19f591b328d291770c5d8126d7e29a5a2fa0f058 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
devel-1-1-1
Work-around for Simulate.perror.
Rev: server/base_server/mainconfig.pike:1.29.2.2
1:
inherit "config/builders";
-
string cvs_version = "$Id: mainconfig.pike,v 1.29.2.
1
1997/03/
02
19:
13:
53
grubba Exp $";
+
string cvs_version = "$Id: mainconfig.pike,v 1.29.2.
2
1997/03/
03
13:
34:58
grubba Exp $";
inherit "roxenlib"; inherit "config/draw_things"; import Array; import Stdio;
-
+
/* Work-around for Simulate.perror */
+
#define perror roxen_perror
+
#include <confignode.h> #include <module.h>