diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-03-19 11:10:19 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-03-19 11:10:19 +1100 |
commit | 576540b25c6761978d1317334a647fead0155765 (patch) | |
tree | 4ca0b3f4d80283271d34d3b087888a0c838fbf24 | |
parent | aaf62085dd425755d091c5f5270f36e4f7c9e3c0 (diff) | |
download | samba-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)
-rw-r--r-- | source4/heimdal_build/config.h | 2 |
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 |