summaryrefslogtreecommitdiffstats
path: root/src/st/croco/libcroco-config.h
blob: 1ffb758ea7702461a68f0c75b94b0cea23ea4153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef LIBCROCO_VERSION_NUMBER
#define LIBCROCO_VERSION_NUMBER 612
#endif

#ifndef LIBCROCO_VERSION
#define LIBCROCO_VERSION "0.6.12"
#endif

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