Top Level Namespace

Defined Under Namespace

Modules: NLize

Instance Method Summary collapse

Instance Method Details

#create_cnlize_makefileObject



2
3
4
5
6
7
8
# File 'ext/extconf.rb', line 2

def create_cnlize_makefile
  $defs << "-DRUBY_ERRINFO=ruby_errinfo"
  have_header("sys/mman.h")
  have_func("vsnprintf_l")
  create_header
  create_makefile('cnlize')
end