pike.git/
src/
modules/
Gz/
module.pmod.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-04-23
2003-04-23 11:41:22 by Martin Nilsson <mani@lysator.liu.se>
2a722853bc7b23774eb82dfb3867a03b3e63f639 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Don't try to resolve inflate when it doesn't exist.
Rev: src/modules/Gz/module.pmod.in:1.15
1:
-
// $Id: module.pmod.in,v 1.
14
2003/04/
15
15
:
01
:
19
marcus
Exp $
+
// $Id: module.pmod.in,v 1.
15
2003/04/
23
11
:
41
:
22
nilsson
Exp $
#pike __REAL_VERSION__ inherit @module@;
-
+
#if constant(@module@.inflate)
+
//! Low-level implementation of read/write support for GZip files class _file {
409:
} }
+
#endif // constant(@module@.inflate)