summaryrefslogtreecommitdiffstats
path: root/regexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'regexp.h')
-rw-r--r--regexp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/regexp.h b/regexp.h
index 2ff00ae7..05599751 100644
--- a/regexp.h
+++ b/regexp.h
@@ -39,4 +39,7 @@ ENDinterface(regexp)
/* prototypes */
PROTOTYPEObj(regexp);
+/* the name of our library binary */
+#define LM_REGEXP_FILENAME "lmregexp"
+
#endif /* #ifndef INCLUDED_REGEXP_H */