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