summaryrefslogtreecommitdiff
path: root/ctdb/include/internal/includes.h
blob: 6c00c037d6c802619e9c00a1d1e2512631fc3c35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef _CTDB_INCLUDES_H
#define _CTDB_INCLUDES_H

/* Replace must be before broken tdb.h to define bool */
#include "replace.h"
#include "system/wait.h"
#include "system/network.h"

#include <talloc.h>
#include <tdb.h>

/* Allow use of deprecated function tevent_loop_allow_nesting() */
#define TEVENT_DEPRECATED
/* Saves ctdb from massive churn. */
#define TEVENT_COMPAT_DEFINES 1
#include <tevent.h>

#include "lib/util/debug.h"
#include "lib/util/samba_util.h"

#include "ctdb_client.h"
#include "ctdb_logging.h"

#endif /* _CTDB_INCLUDES_H */