ext/gdbm/extconf.rb


DEFINITIONS

This source file includes following functions.


   1  require 'mkmf'
   2  
   3  dir_config("gdbm")
   4  if have_library("gdbm", "gdbm_open") and
   5     have_header("gdbm.h")
   6    create_makefile("gdbm")
   7  end