mosesdecoder/util/have.hh

14 lines
270 B
C++
Raw Normal View History

2012-10-15 16:58:33 +04:00
/* Optional packages. You might want to integrate this with your build system e.g. config.h from ./configure. */
#ifndef UTIL_HAVE_H
#define UTIL_HAVE_H
2012-10-15 16:58:33 +04:00
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
2012-10-15 16:58:33 +04:00
#ifndef HAVE_ICU
//#define HAVE_ICU
#endif
#endif // UTIL_HAVE_H