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