summaryrefslogtreecommitdiff
path: root/jni/ruby/ext/zlib/extconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'jni/ruby/ext/zlib/extconf.h')
-rw-r--r--jni/ruby/ext/zlib/extconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/jni/ruby/ext/zlib/extconf.h b/jni/ruby/ext/zlib/extconf.h
new file mode 100644
index 0000000..815f4f7
--- /dev/null
+++ b/jni/ruby/ext/zlib/extconf.h
@@ -0,0 +1,7 @@
+#ifndef EXTCONF_H
+#define EXTCONF_H
+#define HAVE_ZLIB_H 1
+#define HAVE_CRC32_COMBINE 1
+#define HAVE_ADLER32_COMBINE 1
+#define HAVE_TYPE_Z_CRC_T 1
+#endif