summaryrefslogtreecommitdiff
path: root/src/libcroco-config.h
blob: f16cc00f4994f7d1d83dad621ff3012f6ea88c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef LIBCROCO_VERSION_NUMBER
#define LIBCROCO_VERSION_NUMBER 400
#endif

#ifndef LIBCROCO_VERSION
#define LIBCROCO_VERSION "0.4.0"
#endif

#ifndef G_DISABLE_CHECKS
#if 0
#define G_DISABLE_CHECKS 0
#endif
#endif

#if 1
#define CROCO_HAVE_LIBXML2 1
#endif