From 576540b25c6761978d1317334a647fead0155765 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 19 Mar 2008 11:10:19 +1100 Subject: Supply HDB_DB_DIR macro While we don't use the default HDB directories, the code needs this macro defined. Andrew Bartlett (This used to be commit b5dbdef1580a58c0f208e83491946391cd08e570) --- source4/heimdal_build/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4') diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h index 7a51def3c6..e2c735a65f 100644 --- a/source4/heimdal_build/config.h +++ b/source4/heimdal_build/config.h @@ -19,4 +19,6 @@ #define SIGRETURN(x) return (RETSIGTYPE)(x) #endif +#define HDB_DB_DIR "" + #endif -- cgit