wxzlib_trees.o \
wxzlib_zutil.o \
wxzlib_inflate.o \
- wxzlib_infblock.o \
+ wxzlib_infback.o \
wxzlib_inftrees.o \
- wxzlib_infcodes.o \
- wxzlib_infutil.o \
wxzlib_inffast.o
WXPNG_CFLAGS = $(__INC_ZLIB_p) $(____SHARED) $(CPPFLAGS) $(CFLAGS)
WXPNG_OBJECTS = \
wx/fontmap.h \
wx/fs_mem.h \
wx/fs_zip.h \
- wx/gzstream.h \
wx/hash.h \
wx/hashmap.h \
wx/hashset.h \
src/common/filesys.cpp \
src/common/fmapbase.cpp \
src/common/fs_zip.cpp \
- src/common/gzstream.cpp \
src/common/hash.cpp \
src/common/hashmap.cpp \
src/common/init.cpp \
monodll_filesys.o \
monodll_fmapbase.o \
monodll_fs_zip.o \
- monodll_gzstream.o \
monodll_hash.o \
monodll_hashmap.o \
monodll_init.o \
monolib_filesys.o \
monolib_fmapbase.o \
monolib_fs_zip.o \
- monolib_gzstream.o \
monolib_hash.o \
monolib_hashmap.o \
monolib_init.o \
basedll_filesys.o \
basedll_fmapbase.o \
basedll_fs_zip.o \
- basedll_gzstream.o \
basedll_hash.o \
basedll_hashmap.o \
basedll_init.o \
baselib_filesys.o \
baselib_fmapbase.o \
baselib_fs_zip.o \
- baselib_gzstream.o \
baselib_hash.o \
baselib_hashmap.o \
baselib_init.o \
wxzlib_inflate.o: $(srcdir)/src/zlib/inflate.c
$(CCC) -c -o $@ $(WXZLIB_CFLAGS) $<
-wxzlib_infblock.o: $(srcdir)/src/zlib/infblock.c
+wxzlib_infback.o: $(srcdir)/src/zlib/infback.c
$(CCC) -c -o $@ $(WXZLIB_CFLAGS) $<
wxzlib_inftrees.o: $(srcdir)/src/zlib/inftrees.c
$(CCC) -c -o $@ $(WXZLIB_CFLAGS) $<
-wxzlib_infcodes.o: $(srcdir)/src/zlib/infcodes.c
- $(CCC) -c -o $@ $(WXZLIB_CFLAGS) $<
-
-wxzlib_infutil.o: $(srcdir)/src/zlib/infutil.c
- $(CCC) -c -o $@ $(WXZLIB_CFLAGS) $<
-
wxzlib_inffast.o: $(srcdir)/src/zlib/inffast.c
$(CCC) -c -o $@ $(WXZLIB_CFLAGS) $<
monodll_fs_zip.o: $(srcdir)/src/common/fs_zip.cpp $(MONODLL_ODEP)
$(CXXC) -c -o $@ $(MONODLL_CXXFLAGS) $<
-monodll_gzstream.o: $(srcdir)/src/common/gzstream.cpp $(MONODLL_ODEP)
- $(CXXC) -c -o $@ $(MONODLL_CXXFLAGS) $<
-
monodll_hash.o: $(srcdir)/src/common/hash.cpp $(MONODLL_ODEP)
$(CXXC) -c -o $@ $(MONODLL_CXXFLAGS) $<
monolib_fs_zip.o: $(srcdir)/src/common/fs_zip.cpp $(MONOLIB_ODEP)
$(CXXC) -c -o $@ $(MONOLIB_CXXFLAGS) $<
-monolib_gzstream.o: $(srcdir)/src/common/gzstream.cpp $(MONOLIB_ODEP)
- $(CXXC) -c -o $@ $(MONOLIB_CXXFLAGS) $<
-
monolib_hash.o: $(srcdir)/src/common/hash.cpp $(MONOLIB_ODEP)
$(CXXC) -c -o $@ $(MONOLIB_CXXFLAGS) $<
basedll_fs_zip.o: $(srcdir)/src/common/fs_zip.cpp $(BASEDLL_ODEP)
$(CXXC) -c -o $@ $(BASEDLL_CXXFLAGS) $<
-basedll_gzstream.o: $(srcdir)/src/common/gzstream.cpp $(BASEDLL_ODEP)
- $(CXXC) -c -o $@ $(BASEDLL_CXXFLAGS) $<
-
basedll_hash.o: $(srcdir)/src/common/hash.cpp $(BASEDLL_ODEP)
$(CXXC) -c -o $@ $(BASEDLL_CXXFLAGS) $<
baselib_fs_zip.o: $(srcdir)/src/common/fs_zip.cpp $(BASELIB_ODEP)
$(CXXC) -c -o $@ $(BASELIB_CXXFLAGS) $<
-baselib_gzstream.o: $(srcdir)/src/common/gzstream.cpp $(BASELIB_ODEP)
- $(CXXC) -c -o $@ $(BASELIB_CXXFLAGS) $<
-
baselib_hash.o: $(srcdir)/src/common/hash.cpp $(BASELIB_ODEP)
$(CXXC) -c -o $@ $(BASELIB_CXXFLAGS) $<
src/common/filesys.cpp
src/common/fmapbase.cpp
src/common/fs_zip.cpp
- src/common/gzstream.cpp
src/common/hash.cpp
src/common/hashmap.cpp
src/common/init.cpp
wx/fontmap.h
wx/fs_mem.h
wx/fs_zip.h
- wx/gzstream.h
wx/hash.h
wx/hashmap.h
wx/hashset.h
--enable-sound use wxSound class
--enable-wxprintfv use wxWindows implementation of vprintf()
--enable-zipstream use wxZipInputStream
- --enable-gzstream use wxGzipInputStream
--enable-url use wxURL class
--enable-protocol use wxProtocol class
--enable-protocol-http HTTP support in wxProtocol
DEFAULT_wxUSE_FS_ZIP=no
DEFAULT_wxUSE_BUSYINFO=no
DEFAULT_wxUSE_ZIPSTREAM=no
- DEFAULT_wxUSE_GZSTREAM=no
DEFAULT_wxUSE_VALIDATORS=no
DEFAULT_wxUSE_ACCEL=no
DEFAULT_wxUSE_FS_ZIP=yes
DEFAULT_wxUSE_BUSYINFO=yes
DEFAULT_wxUSE_ZIPSTREAM=yes
- DEFAULT_wxUSE_GZSTREAM=yes
DEFAULT_wxUSE_VALIDATORS=yes
DEFAULT_wxUSE_ACCEL=yes
fi
- enablestring=
- echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gzstream" >&5
-echo $ECHO_N "checking for --${enablestring:-enable}-gzstream... $ECHO_C" >&6
- no_cache=0
- # Check whether --enable-gzstream or --disable-gzstream was given.
-if test "${enable_gzstream+set}" = set; then
- enableval="$enable_gzstream"
-
- if test "$enableval" = yes; then
- ac_cv_use_gzstream='wxUSE_GZSTREAM=yes'
- else
- ac_cv_use_gzstream='wxUSE_GZSTREAM=no'
- fi
-
-else
-
- LINE=`grep "wxUSE_GZSTREAM" ${wx_arg_cache_file}`
- if test "x$LINE" != x ; then
- eval "DEFAULT_$LINE"
- else
- no_cache=1
- fi
-
- ac_cv_use_gzstream='wxUSE_GZSTREAM='$DEFAULT_wxUSE_GZSTREAM
-
-fi;
-
- eval "$ac_cv_use_gzstream"
- if test "$no_cache" != 1; then
- echo $ac_cv_use_gzstream >> ${wx_arg_cache_file}.tmp
- fi
-
- if test "$wxUSE_GZSTREAM" = yes; then
- echo "$as_me:$LINENO: result: yes" >&5
-echo "${ECHO_T}yes" >&6
- else
- echo "$as_me:$LINENO: result: no" >&5
-echo "${ECHO_T}no" >&6
- fi
-
-
enablestring=
echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
fi
-if test "$wxUSE_GZSTREAM" = "yes"; then
- cat >>confdefs.h <<\_ACEOF
-#define wxUSE_GZSTREAM 1
-_ACEOF
-
-fi
-
if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
cat >>confdefs.h <<\_ACEOF
#define wxUSE_ON_FATAL_EXCEPTION 1
-
# Check whether --enable-precomp-headers or --disable-precomp-headers was given.
if test "${enable_precomp_headers+set}" = set; then
enableval="$enable_precomp_headers"
DEFAULT_wxUSE_FS_ZIP=no
DEFAULT_wxUSE_BUSYINFO=no
DEFAULT_wxUSE_ZIPSTREAM=no
- DEFAULT_wxUSE_GZSTREAM=no
DEFAULT_wxUSE_VALIDATORS=no
DEFAULT_wxUSE_ACCEL=no
DEFAULT_wxUSE_FS_ZIP=yes
DEFAULT_wxUSE_BUSYINFO=yes
DEFAULT_wxUSE_ZIPSTREAM=yes
- DEFAULT_wxUSE_GZSTREAM=yes
DEFAULT_wxUSE_VALIDATORS=yes
DEFAULT_wxUSE_ACCEL=yes
WX_ARG_ENABLE(sound, [ --enable-sound use wxSound class], wxUSE_SOUND)
WX_ARG_ENABLE(wxprintfv, [ --enable-wxprintfv use wxWindows implementation of vprintf()], wxUSE_EXPERIMENTAL_PRINTF)
WX_ARG_ENABLE(zipstream, [ --enable-zipstream use wxZipInputStream], wxUSE_ZIPSTREAM)
-WX_ARG_ENABLE(gzstream, [ --enable-gzstream use wxGzipInputStream], wxUSE_GZSTREAM)
WX_ARG_ENABLE(url, [ --enable-url use wxURL class], wxUSE_URL)
WX_ARG_ENABLE(protocol, [ --enable-protocol use wxProtocol class], wxUSE_PROTOCOL)
AC_DEFINE(wxUSE_ZIPSTREAM)
fi
-if test "$wxUSE_GZSTREAM" = "yes"; then
- AC_DEFINE(wxUSE_GZSTREAM)
-fi
-
if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
AC_DEFINE(wxUSE_ON_FATAL_EXCEPTION)
fi
\input gridrend.tex
\input gridtbl.tex
\input gridsizr.tex
-\input gzstream.tex
\input hashmap.tex
\input hash.tex
\input helpinst.tex
# endif
#endif /* wxUSE_PROTOCOL */
-#if wxUSE_GZSTREAM
-# if !wxUSE_ZLIB
-# ifdef wxABORT_ON_CONFIG_ERROR
-# error "wxUSE_GZSTREAM requires wxUSE_ZLIB"
-# else
-# undef wxUSE_ZLIB
-# define wxUSE_ZLIB 1
-# endif
-# endif
-#endif /* wxUSE_GZSTREAM */
-
/* have to test for wxUSE_HTML before wxUSE_FILESYSTEM */
#if wxUSE_HTML
# if !wxUSE_FILESYSTEM
#define wxUSE_ZIPSTREAM 1
// Set to 1 to compile wxZlibInput/OutputStream classes. Also required by
-// wxUSE_LIBPNG and wxUSE_GZSTREAM.
+// wxUSE_LIBPNG
#define wxUSE_ZLIB 1
-// Set to 1 to compile wxGzipInput/OutputStream classes. Requires wxUSE_ZLIB.
-#define wxUSE_GZSTREAM 1
-
// If enabled, the code written by Apple will be used to write, in a portable
// way, float on the disk. See extended.c for the license which is different
// from wxWindows one.
#define wxUSE_ZIPSTREAM 1
// Set to 1 to compile wxZlibInput/OutputStream classes. Also required by
-// wxUSE_LIBPNG and wxUSE_GZSTREAM.
+// wxUSE_LIBPNG
#define wxUSE_ZLIB 1
-// Set to 1 to compile wxGzipInput/OutputStream classes. Requires wxUSE_ZLIB.
-#define wxUSE_GZSTREAM 1
-
// If enabled, the code written by Apple will be used to write, in a portable
// way, float on the disk. See extended.c for the license which is different
// from wxWindows one.
// and make the library thread safe
#define wxUSE_ZLIB 1
// Use zlib for compression in streams and PNG code
-#define wxUSE_GZSTREAM 1
- // Set to 1 to compile wxGzipInput/OutputStream classes.
- // Requires wxUSE_ZLIB.
#define wxUSE_IMAGE 1
// Set to 1 for wxImage support (recommended).
#define wxUSE_LIBPNG 1
#define wxUSE_ZIPSTREAM 1
// Set to 1 to compile wxZlibInput/OutputStream classes. Also required by
-// wxUSE_LIBPNG and wxUSE_GZSTREAM.
+// wxUSE_LIBPNG
#define wxUSE_ZLIB 1
-// Set to 1 to compile wxGzipInput/OutputStream classes. Requires wxUSE_ZLIB.
-#define wxUSE_GZSTREAM 1
-
// Set to 1 to enable virtual Internet filesystem (requires wxUSE_FILESYSTEM)
#define wxUSE_FS_INET 1
*/
#define wxUSE_ZIPSTREAM 0
-/*
- * Use gzip streams, requires wxUSE_ZLIB
- */
-#define wxUSE_GZSTREAM 0
-
/*
* wxPalette class
*/
*/
#define wxUSE_ZIPSTREAM 1
-/*
- * Use gzip streams, requires wxUSE_ZLIB
- */
-#define wxUSE_GZSTREAM 1
-
/*
* wxPalette class
*/