summaryrefslogtreecommitdiff
path: root/ext/date/extconf.rb
blob: 29a36a29f474f3a07d22d9361f9a1cb0df713e88 (plain)
1
2
3
4
require 'mkmf'
have_func('floorl', 'math.h')
have_func('roundl', 'math.h')
create_makefile('date_core')