Supply HDB_DB_DIR macro
authorAndrew Bartlett <abartlet@samba.org>
Wed, 19 Mar 2008 00:10:19 +0000 (11:10 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 19 Mar 2008 00:10:19 +0000 (11:10 +1100)
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

index 7a51def3c614668a9bdee95fea3f5d1b02fac6d9..e2c735a65f83daf07cf1c294f23cbd67064c544a 100644 (file)
@@ -19,4 +19,6 @@
 #define SIGRETURN(x) return (RETSIGTYPE)(x)
 #endif
 
+#define HDB_DB_DIR ""
+
 #endif