Define test mode for logging.

This commit is contained in:
Andreas Schneider 2008-04-26 10:13:09 +02:00
parent 6820819c1e
commit 7bb4091787
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,6 @@
#include "support.h"
#define CSYNC_TEST 1
#include "csync_journal.c"
CSYNC *csync;

View file

@ -8,6 +8,7 @@
#include "support.h"
#define CSYNC_TEST 1
#include "std/c_file.h"
#include "csync_lock.h"