summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 6b0a74224d..48011145ff 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -403,8 +403,8 @@
# error Must define USE_FILE_LOCKING for DGL_SIMPLE_MESSAGING
#endif
-#ifndef DB_NDBM
-#define DB_DBH
+#if !defined(DB_NDBM) && !defined(DB_DBH) && !defined(USE_SQLITE_DBM)
+#define USE_SQLITE_DBM
#endif
// Uncomment these if you can't find these functions on your system