diff --git a/smtpd/table.c b/smtpd/table.c
index c18256a3..12f2e0e6 100644
--- a/smtpd/table.c
+++ b/smtpd/table.c
@@ -63,7 +63,9 @@ static unsigned int last_table_id = 0;
static struct table_backend *backends[] = {
&table_backend_static,
+#ifdef HAVE_DB_API
&table_backend_db,
+#endif
&table_backend_getpwnam,
&table_backend_proc,
NULL-- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
