blob: b86ba11eebb5c58f85a4cbdf91f9e10251de0a50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* 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_ICU
//#define HAVE_ICU
#endif
#ifndef HAVE_BOOST
//#define HAVE_BOOST
#endif
#ifdef HAVE_CONFIG_H
// Chris; uncomment this line.
//#include "config.h"
#endif
#endif // UTIL_HAVE__
|