unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 243592508f55e600d77de7ac589211655c730a92 191 bytes (raw)
$ git show v0.10.3r:ext/unicorn_http/extconf.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
 
require 'mkmf'

dir_config("unicorn_http")

have_macro("SIZEOF_OFF_T", "ruby.h") or check_sizeof("off_t", "sys/types.h")
have_func("rb_str_set_len", "ruby.h")
create_makefile("unicorn_http")

git clone https://yhbt.net/unicorn.git