pike.git
/
src
/
modules
/
zlibmod
/
zlib_machine.h.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/zlibmod/zlib_machine.h.in:1:
+
#ifndef GMP_MACHINE_H
+
#define GMP_MACHINE_H
-
+
/* Define this if you have <libz.h> */
+
#undef HAVE_ZLIB_H
+
+
/* Define this if you have -lz */
+
#undef HAVE_LIBZ
+
+
/* Define this if you have -lgz */
+
#undef HAVE_LIBGZ
+
+
#endif
Newline at end of file added.