Added experimental BZ2 support

This commit is contained in:
Michiel Broek
2005-06-19 14:53:54 +00:00
parent 5d37bf82aa
commit 42de42a82c
4 changed files with 255 additions and 27 deletions

View File

@@ -89,6 +89,9 @@
#ifdef HAVE_ZLIB_H
#include <zlib.h>
#endif
#ifdef HAVE_BZLIB_H
#include <bzlib.h>
#endif
#include <pthread.h>
#if !defined(__ppc__)
#include <sys/poll.h>