summaryrefslogtreecommitdiffstats
path: root/runtime/obj-types.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-18 12:20:20 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-18 12:20:20 +0200
commit20480349def97f33d25c085fbaaef063603b87d1 (patch)
tree2f43736111199eaacb1391b764e43f48ce0dfb27 /runtime/obj-types.h
parent961f2956e86c1dc4442ccbeb3951855e85a0b08d (diff)
parent22ad77a627fe813acd286b48aaf44945c0480f49 (diff)
downloadrsyslog-20480349def97f33d25c085fbaaef063603b87d1.tar.gz
rsyslog-20480349def97f33d25c085fbaaef063603b87d1.tar.bz2
rsyslog-20480349def97f33d25c085fbaaef063603b87d1.zip
Merge branch 'sock-abstract' into tls
Diffstat (limited to 'runtime/obj-types.h')
-rw-r--r--runtime/obj-types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/obj-types.h b/runtime/obj-types.h
index e3df7239..acdc757d 100644
--- a/runtime/obj-types.h
+++ b/runtime/obj-types.h
@@ -377,9 +377,6 @@ rsRetVal objName##ClassExit(void) \
*/
#define CORE_COMPONENT NULL /* use this to indicate this is a core component */
#define DONT_LOAD_LIB NULL /* do not load a library to obtain object interface (currently same as CORE_COMPONENT) */
-/*#define objUse(objName, MYLIB, FILENAME) \
- obj.UseObj(__FILE__, (uchar*)#objName, MYLIB, (uchar*)FILENAME, (void*) &objName)
-*/
#define objUse(objName, FILENAME) \
obj.UseObj(__FILE__, (uchar*)#objName, (uchar*)FILENAME, (void*) &objName)
#define objRelease(objName, FILENAME) \