Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1997-06-14
1997-06-14 15:11:14 by Francesco Chemolli <li@kinkie.it>
8540e113b3a319d2ac961559de1e2505babf6ea2 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Minor THREADS patch. (Thanks to Kinkie).
Rev: server/base_server/roxen.pike:1.77
1:
-
string cvs_version = "$Id: roxen.pike,v 1.
76
1997/06/
12
23
:
41
:
07
grubba Exp $";
+
string cvs_version = "$Id: roxen.pike,v 1.
77
1997/06/
14
15
:
11
:
14
grubba Exp $";
#define IN_ROXEN
-
+
#include <roxen.h>
+
#include <config.h>
#ifdef THREADS #include <fifo.h> #endif #include <module.h> #include <variables.h>
-
#include <roxen.h>
-
#include <config.h>
+
inherit "read_config";