aboutsummaryrefslogtreecommitdiff
path: root/src/bi_db.m4
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-11-27 18:21:16 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-11-27 18:21:16 +0000
commitae555db0129d258feab3160a7ac07471d25f146b (patch)
tree2b09c346b045d1b2d00bd4181341e77350383c30 /src/bi_db.m4
parent1f1b669ef77967bfeb5fcb722e77645d8677abb5 (diff)
downloadmailfromd-ae555db0129d258feab3160a7ac07471d25f146b.tar.gz
mailfromd-ae555db0129d258feab3160a7ac07471d25f146b.tar.bz2
Use MF_INIT without arguments
git-svn-id: file:///svnroot/mailfromd/trunk@975 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'src/bi_db.m4')
-rw-r--r--src/bi_db.m46
1 files changed, 5 insertions, 1 deletions
diff --git a/src/bi_db.m4 b/src/bi_db.m4
index 9600fb91..cbf244fc 100644
--- a/src/bi_db.m4
+++ b/src/bi_db.m4
@@ -266,6 +266,10 @@ MF_DEFUN(greylist, NUMBER, STRING email, NUMBER interval)
}
END
-MF_INIT(db)
+MF_INIT
+
+#else
+
+void MF_MODULE_NAME()_init_builtin() {};
#endif

Return to:

Send suggestions and report system problems to the System administrator.