Sha256: e8278871d8765207df529a1597a99e3401e733ecb9b6fa194378e8fe13a2cb03
Contents?: true
Size: 320 Bytes
Versions: 10
Compression:
Stored size: 320 Bytes
Contents
require 'mkmf' dir_config('rdiscount') HAVE_RANDOM = have_func('random') HAVE_SRANDOM = have_func('srandom') HAVE_FUNOPEN = have_func('funopen') HAVE_FOPENCOOKIE = have_func('fopencookie') unless HAVE_FUNOPEN || HAVE_FOPENCOOKIE fail "No funopen or fopencookie support available." end create_makefile('rdiscount')
Version data entries
10 entries across 10 versions & 3 rubygems