HttpParser#next? becomes response_start_sent-aware
[unicorn.git] / ext / unicorn_http / extconf.rb
blob7a1b0cd3915715ac7114e0dec0fc68b039c5dcc0
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_SIZE_T", "ruby.h") or check_sizeof("size_t", "sys/types.h")
6 have_macro("SIZEOF_LONG", "ruby.h") or check_sizeof("long", "sys/types.h")
7 have_func("rb_str_set_len", "ruby.h")
8 have_func("gmtime_r", "time.h")
10 create_makefile("unicorn_http")