Build: Allow Local/Makefile "USE_NDBM=y" to override OS/Makefile-*
[exim.git] / src / src / buildconfig.c
index a680b344a9bfae408ca667425a59bbc84d4f9bec..a1b5485cd08aa168af1b5620ca93a8afca9acce6 100644 (file)
@@ -51,7 +51,7 @@ typedef struct {
   char *data;
 } save_item;
 
-static const char *db_opts[] = { "", "USE_DB", "USE_GDBM", "USE_TDB" };
+static const char *db_opts[] = { "", "USE_DB", "USE_GDBM", "USE_TDB", "USE_NDBM" };
 
 static int have_ipv6 = 0;
 static int have_iconv = 0;