blob: f2f0cf901b35bf6a2b00454474d44f19b3122d88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* Optional packages. You might want to integrate this with your build system e.g. config.h from ./configure. */
#ifndef UTIL_HAVE__
#define UTIL_HAVE__
#ifndef HAVE_ZLIB
#define HAVE_ZLIB
#endif
// #define HAVE_ICU
#ifndef HAVE_BOOST
#define HAVE_BOOST
#endif
#endif // UTIL_HAVE__
|