summaryrefslogtreecommitdiff
path: root/src/OS
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-03-20 14:20:13 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-03-28 12:32:47 +0100
commit0cc804c87799fb5902e66d5bd537a762f786dc2a (patch)
tree326d1999bab0b060d3abf4a4f7aa8b65426a9ae0 /src/OS
parentc3d6f1ff09458b3e7619f9bc4799aec0ab5fc2f2 (diff)
downloadexim4-0cc804c87799fb5902e66d5bd537a762f786dc2a.tar.gz
Hints DB interface: convert from macros to inlinable functions.
Testing status: tdb, dbm, gdbm & ndbm build and pass testsuite.
Diffstat (limited to 'src/OS')
-rw-r--r--src/OS/Makefile-Base6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base
index 612db7a9c..cab56cc38 100644
--- a/src/OS/Makefile-Base
+++ b/src/OS/Makefile-Base
@@ -635,11 +635,12 @@ eximon.bin: $(EXIMON_EDITME) eximon $(OBJ_MONBIN) ../exim_monitor/em_version.c \
HDRS = blob.h \
config.h \
dbfunctions.h \
- dbstuff.h \
exim.h \
functions.h \
globals.h \
hash.h \
+ hintsdb.h \
+ hintsdb_structs.h \
local_scan.h \
macros.h \
mytypes.h \
@@ -648,10 +649,11 @@ HDRS = blob.h \
os.h
PHDRS = ../config.h \
../dbfunctions.h \
- ../dbstuff.h \
../exim.h \
../functions.h \
../globals.h \
+ ../hintsdb.h \
+ ../hintsdb_structs.h \
../local_scan.h \
../macros.h \
../mytypes.h \