summaryrefslogtreecommitdiff
path: root/jni/ruby/ext/zlib/extconf.h
blob: 815f4f7dc7cdb29e4e1553e2ff69e302ba10c927 (plain)
1
2
3
4
5
6
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