summaryrefslogtreecommitdiffstats
path: root/plugins/omoracle/omoracle.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-05-25 14:20:45 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-25 14:20:45 +0200
commita853542b76cdd5604f11aa431867b9693b16e45f (patch)
treee19337d9e942ee0bc62fb08a60e0470b4868a344 /plugins/omoracle/omoracle.h
parent1a0b77dc7154deea77dc4ca6417ff5ff62ff2ce7 (diff)
parentb9549380270fa68e27e8ee3f049c7d34156a85ff (diff)
downloadrsyslog-a853542b76cdd5604f11aa431867b9693b16e45f.tar.gz
rsyslog-a853542b76cdd5604f11aa431867b9693b16e45f.tar.bz2
rsyslog-a853542b76cdd5604f11aa431867b9693b16e45f.zip
Merge branch 'master' into solaris
Diffstat (limited to 'plugins/omoracle/omoracle.h')
-rw-r--r--plugins/omoracle/omoracle.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/omoracle/omoracle.h b/plugins/omoracle/omoracle.h
index b0e70917..0ff879b3 100644
--- a/plugins/omoracle/omoracle.h
+++ b/plugins/omoracle/omoracle.h
@@ -3,6 +3,12 @@
This module needs OCI to be installed (on Red Hat-like systems
this is usually the oracle-instantclient-devel RPM).
+ This file is part of rsyslog.
+
+ This file is licensed under the terms of the GPL version 3 or, at
+ your choice, any later version. Exceptionally (perhaps), you are
+ allowed to link to the Oracle Call Interface in your derived work
+
Author: Luis Fernando Muñoz Mejías <Luis.Fernando.Munoz.Mejias@cern.ch>
*/
#ifndef __OMORACLEH__
@@ -20,4 +26,6 @@
enum { MAX_BUFSIZE = 2048 };
+#define BIND_MARK ':'
+
#endif