Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-01-20
1998-01-20 02:15:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>
294490c8bd77a34ed772aa3103b73e32a0efa46c (
9
lines) (+
7
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Now Pike 0.6 cpp-compatible.
Rev: server/protocols/http.pike:1.50
1:
// This is a roxen module. (c) Informationsvävarna AB 1996.
-
constant cvs_version = "$Id: http.pike,v 1.
49
1998/01/
17
02:
57
:
33
grubba Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
50
1998/01/
20
02:
15
:
06
grubba Exp $";
// HTTP protocol module. #include <config.h> private inherit "roxenlib";
30:
#undef SPEED_MAX #undef QUERY
-
#define QUERY(X) _query("X")
+
#
if constant(cpp)
+
#
define QUERY(X)
_query(
#X )
+
#else /* !constant(cpp) */
+
#define QUERY(X) _query(
"X")
+
#endif /* constant(cpp) */
int time; string raw_url;