summaryrefslogtreecommitdiff
path: root/jni/ruby/ext/syslog/extconf.h
blob: 1a962c02885598df6bc4afff57a4922458285c56 (plain)
1
2
3
4
5
6
#ifndef EXTCONF_H
#define EXTCONF_H
#define HAVE_SYSLOG_H 1
#define HAVE_OPENLOG 1
#define HAVE_SETLOGMASK 1
#endif