Joshua
open source statistical hierarchical phrase-based machine translation system
|
00001 /* Optional packages. You might want to integrate this with your build system e.g. config.h from ./configure. */ 00002 #ifndef UTIL_HAVE_H 00003 #define UTIL_HAVE_H 00004 00005 #ifdef HAVE_CONFIG_H 00006 #include "config.h" 00007 #endif 00008 00009 #ifndef HAVE_ICU 00010 //#define HAVE_ICU 00011 #endif 00012 00013 #endif // UTIL_HAVE_H