summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-03-19 11:10:19 +1100
committerAndrew Bartlett <abartlet@samba.org>2008-03-19 11:10:19 +1100
commit576540b25c6761978d1317334a647fead0155765 (patch)
tree4ca0b3f4d80283271d34d3b087888a0c838fbf24 /source4/heimdal_build
parentaaf62085dd425755d091c5f5270f36e4f7c9e3c0 (diff)
downloadsamba-576540b25c6761978d1317334a647fead0155765.tar.gz
samba-576540b25c6761978d1317334a647fead0155765.tar.bz2
samba-576540b25c6761978d1317334a647fead0155765.zip
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)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r--source4/heimdal_build/config.h2
1 files changed, 2 insertions, 0 deletions
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