mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-29 06:52:34 +03:00
10 lines
221 B
C++
10 lines
221 B
C++
/* 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
|
|
|
|
#endif // UTIL_HAVE__
|