From e20675412a5d4aadd861517b40ca200d9b605225 Mon Sep 17 00:00:00 2001 From: Pixel Date: Fri, 15 May 2009 18:22:00 -0700 Subject: Making UCL optionnal. --- include/Handle.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/Handle.h b/include/Handle.h index 64b4243..894ab8e 100644 --- a/include/Handle.h +++ b/include/Handle.h @@ -71,8 +71,10 @@ class Handle : public Base { static int GetNbHandles(); static int zlib_inflate(Handle * in, Handle * out) throw (GeneralException); static int zlib_deflate(Handle * in, Handle * out) throw (GeneralException); +#ifdef HAVE_UCL static int ucl_compress(Handle * in, Handle * out) throw (GeneralException); static int ucl_decompress(Handle * in, Handle * out) throw (GeneralException); +#endif protected: Handle(int h); int GetHandle() const; -- cgit v1.2.3