Sha256: b292ba0c33c905081f762c826979497afba16526239735de799278611c3eb711
Contents?: true
Size: 333 Bytes
Versions: 3
Compression:
Stored size: 333 Bytes
Contents
require 'mkmf' # FIXME: test for GCC __sync_XXX builtins here, somehow... have_func('mmap', 'sys/mman.h') or abort 'mmap() not found' have_func('munmap', 'sys/mman.h') or abort 'munmap() not found' have_func("rb_struct_alloc_noinit") have_func('rb_thread_blocking_region') dir_config('raindrops') create_makefile('raindrops_ext')
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
raindrops-0.3.0 | ext/raindrops/extconf.rb |
raindrops-0.2.0 | ext/raindrops/extconf.rb |
raindrops-0.1.0 | ext/raindrops/extconf.rb |