ext/syslog/extconf.rb


DEFINITIONS

This source file includes following functions.


   1  # $RoughId: extconf.rb,v 1.3 2001/11/24 17:49:26 knu Exp $
   2  # $Id: extconf.rb,v 1.1 2001/11/26 12:00:40 knu Exp $
   3  
   4  require 'mkmf'
   5  
   6  have_header("syslog.h") &&
   7    have_func("openlog") &&
   8    have_func("setlogmask") &&
   9    create_makefile("syslog")
  10