# File ext/extconf.rb, line 39
def
define
(
s
)
$defs
.
push
(
format
(
"-D HAVE_%s"
,
s
.
to_s
.
upcase
) )
end