Welcome to mirror list, hosted at ThFree Co, Russian Federation.

have.hh « util - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aca8c62646dfa1374068e40d208cc23f44ab88f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* 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_ZLIB
#define HAVE_ZLIB
#endif

#ifndef HAVE_ICU
//#define HAVE_ICU
#endif

#ifndef HAVE_BOOST
//#define HAVE_BOOST
#endif

#ifndef HAVE_THREADS
//#define HAVE_THREADS
#endif

#endif // UTIL_HAVE__