diff options
Diffstat (limited to 'include/fabric.hrl')
-rw-r--r-- | include/fabric.hrl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/fabric.hrl b/include/fabric.hrl index cbd886e4..ba28e4a3 100644 --- a/include/fabric.hrl +++ b/include/fabric.hrl @@ -1,3 +1,11 @@ +-define(FABRIC, true). + +-ifndef(COUCH). -include("../../couch/src/couch_db.hrl"). +-endif. + +-ifndef(MEMBERSHIP). -include("../../dynomite/include/membership.hrl"). +-endif. + -include_lib("eunit/include/eunit.hrl"). |