summaryrefslogtreecommitdiff
path: root/klm/util/have.hh
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-12-14 12:48:26 -0800
committerKenneth Heafield <github@kheafield.com>2012-12-14 12:48:26 -0800
commitdd0fdabb1db41a4230e487c80b61ace9697f150d (patch)
tree82686a3461645f83343a1926482007946d5a542c /klm/util/have.hh
parent5d42134cc676278189b0f77708908542fbb5ccc9 (diff)
Updated kenlm
Diffstat (limited to 'klm/util/have.hh')
-rw-r--r--klm/util/have.hh12
1 files changed, 1 insertions, 11 deletions
diff --git a/klm/util/have.hh b/klm/util/have.hh
index b8181e99..1523c0c5 100644
--- a/klm/util/have.hh
+++ b/klm/util/have.hh
@@ -2,22 +2,12 @@
#ifndef UTIL_HAVE__
#define UTIL_HAVE__
-#ifndef HAVE_ZLIB
-#if !defined(_WIN32) && !defined(_WIN64)
-#define HAVE_ZLIB
-#endif
-#endif
-
#ifndef HAVE_ICU
//#define HAVE_ICU
#endif
#ifndef HAVE_BOOST
-#define HAVE_BOOST
-#endif
-
-#ifndef HAVE_THREADS
-//#define HAVE_THREADS
+//#define HAVE_BOOST
#endif
#endif // UTIL_HAVE__