~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[plugin]
title=Syslog
description=Syslog interface for query log, error messages, and functions
version=0.3
author=Mark Atwood <me@mark.atwood.name>
license=PLUGIN_LICENSE_GPL
load_by_default=yes
headers=
 logging.h
 errmsg.h
 function.h
 wrap.h
 names.h
sources=
 module.cc
 logging.cc
 errmsg.cc
 function.cc
 wrap.cc