more noodling on backend detection
[citadel.git] / citadel / server / backends / berkeley_db / berkeley_db.h
index 651376a01355ea045b74083788a8806c209b1d32..188b1ecae7c1a41dae1a6343c696ea18810bcd7b 100644 (file)
@@ -1,6 +1,7 @@
-// Copyright (c) 1987-2023 by the citadel.org team
+// Copyright (c) 1987-2024 by the citadel.org team
 //
-// This program is open source software.  Use, duplication, or disclosure
-// is subject to the terms of the GNU General Public License, version 3.
+// This program is open source software.  Use, duplication, or disclosure is subject to the GNU General Public License version 3.
+
+#define THIS_BUILD_CONTAINS_BDB
 
 void bdb_init_backend(void);