1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/bigdecimal/extconf.rb

11 lines
227 B
Ruby
Raw Normal View History

require 'mkmf'
have_func("labs", "stdlib.h")
have_func("llabs", "stdlib.h")
have_type("struct RRational", "ruby.h")
have_func("rb_rational_num", "ruby.h")
have_func("rb_rational_den", "ruby.h")
create_makefile('bigdecimal')