Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-05-26
1998-05-26 08:40:53 by Per Hedbor <ph@opera.com>
65bcb10cd5a69c58ca3692fb33929a2c23136b45 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed support for NT again...
Rev: server/base_server/roxen.pike:1.205
1:
-
constant cvs_version = "$Id: roxen.pike,v 1.
204
1998/05/
21
13
:
19
:
03
grubba
Exp $";
+
constant cvs_version = "$Id: roxen.pike,v 1.
205
1998/05/
26
08
:
40
:
53
per
Exp $";
#define IN_ROXEN #include <roxen.h> #include <config.h>
19:
inherit "disk_cache"; inherit "language";
-
#if constant(spider.shuffle) && defined(THREADS)
+
#if constant(spider.shuffle) &&
(
defined(THREADS)
|| defined(__NT__))
constant pipe = (program)"smartpipe"; #else constant pipe = Pipe.pipe;