diff options
Diffstat (limited to 'klm/util/have.hh')
-rw-r--r-- | klm/util/have.hh | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/klm/util/have.hh b/klm/util/have.hh index 1d76a7fc..6e18529d 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 +#ifdef HAVE_CONFIG_H +#include "config.h" #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__ |