make log reopens even more robust in threaded apps
[unicorn.git] / ext / unicorn_http / extconf.rb
blobfabe5070dc34d8e573ed82ac5fc8d9b2b0038611
1 # -*- encoding: binary -*-
2 require 'mkmf'
4 dir_config("unicorn_http")
6 have_macro("SIZEOF_OFF_T", "ruby.h") or check_sizeof("off_t", "sys/types.h")
7 have_macro("SIZEOF_LONG", "ruby.h") or check_sizeof("long", "sys/types.h")
8 have_func("rb_str_set_len", "ruby.h")
10 create_makefile("unicorn_http")