unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob fabe5070dc34d8e573ed82ac5fc8d9b2b0038611 294 bytes (raw)
$ git show 1.1.x-stable:ext/unicorn_http/extconf.rb	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
# -*- encoding: binary -*-
require 'mkmf'

dir_config("unicorn_http")

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

create_makefile("unicorn_http")

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