summaryrefslogtreecommitdiffstats
path: root/tcpsrv.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-07 17:26:58 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-07 17:26:58 +0000
commit4db62823e7a8e41e829c08a461f5e6b2193a6d62 (patch)
treee75cd4d21d17d0e6d4964f4e5b25568b75abaef9 /tcpsrv.h
parentd471e71adabdad4fba8b59c4017a1c5f1f111073 (diff)
downloadrsyslog-4db62823e7a8e41e829c08a461f5e6b2193a6d62.tar.gz
rsyslog-4db62823e7a8e41e829c08a461f5e6b2193a6d62.tar.xz
rsyslog-4db62823e7a8e41e829c08a461f5e6b2193a6d62.zip
renamed library module file names to lm*, so that they match the overall
scheme (like im* and om*)
Diffstat (limited to 'tcpsrv.h')
-rw-r--r--tcpsrv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcpsrv.h b/tcpsrv.h
index 810e75cd..fb9f4d21 100644
--- a/tcpsrv.h
+++ b/tcpsrv.h
@@ -78,5 +78,7 @@ ENDinterface(tcpsrv)
/* prototypes */
PROTOTYPEObj(tcpsrv);
+/* the name of our library binary */
+#define LM_TCPSRV_FILENAME "lmtcpsrv"
#endif /* #ifndef INCLUDED_TCPSRV_H */