cvs commit: src/lib/libarchivearchive_read_support_compression_all.c
archive_read_support_compression_bzip2.c
archive_write_set_compression_bzip2.c archive_write_set_compression_gzip.c
Tim Kientzle
kientzle at FreeBSD.org
Thu Jul 29 21:14:48 PDT 2004
kientzle 2004-07-30 04:14:47 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_read_support_compression_all.c
archive_read_support_compression_bzip2.c
archive_read_support_compression_gzip.c
archive_write_set_compression_bzip2.c
archive_write_set_compression_gzip.c
Log:
Conditionalize the bzip2/gzip compression/decompression
code on the existence of the relevant libraries (actually,
the existence of the include files).
This will allow the library to be easily ported to systems
that don't have these libraries. (Of course, it also means
that clients using the library on such systems will not be
able to take advantage of the automatic compression format
detection.)
Revision Changes Path
1.5 +5 -0 src/lib/libarchive/archive_read_support_compression_all.c
1.5 +6 -0 src/lib/libarchive/archive_read_support_compression_bzip2.c
1.6 +6 -0 src/lib/libarchive/archive_read_support_compression_gzip.c
1.5 +6 -0 src/lib/libarchive/archive_write_set_compression_bzip2.c
1.6 +6 -0 src/lib/libarchive/archive_write_set_compression_gzip.c
More information about the cvs-src
mailing list