Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
src/joshua/decoder/ff/lm/kenlm/util/have.hh
00001 /* Optional packages.  You might want to integrate this with your build system e.g. config.h from ./configure. */
00002 #ifndef UTIL_HAVE__
00003 #define UTIL_HAVE__
00004 
00005 #define HAVE_ZLIB
00006 //#define HAVE_ICU
00007 //#define HAVE_BOOST
00008 
00009 #endif // UTIL_HAVE__