# define wxUSE_ZLIB 1
# endif
# endif
-# if !wxUSE_ARCSTREAM
+# if !wxUSE_ARCHIVE_STREAMS
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxZip requires wxArchive"
# else
-# undef wxUSE_ARCSTREAM
-# define wxUSE_ARCSTREAM 1
+# undef wxUSE_ARCHIVE_STREAMS
+# define wxUSE_ARCHIVE_STREAMS 1
# endif
# endif
#endif /* wxUSE_ZIPSTREAM */
# endif
#endif /* wxUSE_XRC */
-/* The generic date picker uses a popup window */
-#if !wxUSE_POPUPWIN
-# undef wxUSE_DATEPICKCTRL
-# define wxUSE_DATEPICKCTRL 0
-#endif /* !wxUSE_POPUPWIN */
-
#endif /* wxUSE_GUI */