pike.git
/
src
/
modules
/
Gz
/
zlibmod.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Gz/zlibmod.c:1:
/*\ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information.
-
||| $Id: zlibmod.c,v 1.
53
2002/10/08
20
:
22
:
29
nilsson Exp $
+
||| $Id: zlibmod.c,v 1.
54
2002/10/08
23
:
31
:
26
nilsson Exp $
\*/
-
+
/**/
+
#include "global.h"
-
RCSID("$Id: zlibmod.c,v 1.
53
2002/10/08
20
:
22
:
29
nilsson Exp $");
+
RCSID("$Id: zlibmod.c,v 1.
54
2002/10/08
23
:
31
:
26
nilsson Exp $");
#include "zlib_machine.h" #if !defined(HAVE_LIBZ) && !defined(HAVE_LIBGZ) #undef HAVE_ZLIB_H #endif #ifdef HAVE_ZLIB_H #include "interpret.h"