bump dependency on kgio
[unicorn.git] / ext / unicorn_http / extconf.rb
blob7da82e71e21a7fda6f01e7b9b0548a0d8cbc80ab
1 # -*- encoding: binary -*-
2 require 'mkmf'
4 have_macro("SIZEOF_OFF_T", "ruby.h") or check_sizeof("off_t", "sys/types.h")
5 have_macro("SIZEOF_LONG", "ruby.h") or check_sizeof("long", "sys/types.h")
6 have_func("rb_str_set_len", "ruby.h")
7 have_func("gmtime_r", "time.h")
9 create_makefile("unicorn_http")