How to set acrhive file directive? - Mailing list pgadmin-hackers

From Quan Zongliang
Subject How to set acrhive file directive?
Date
Msg-id 20091109171635.AC79.4125B4E5@gmail.com
Whole thread Raw
Responses Re: How to set acrhive file directive?
Re: How to set acrhive file directive?
List pgadmin-hackers
Hi, all

To support archive file, wxWidgets has some directive:
wxUSE_ARCHIVE_STREAMS,
wxUSE_ZIPSTREAM,
wxUSE_TARSTREAM,
wxUSE_ZLIB,
and so on.
And under windows, all of them is default 1. (include/msvc/wx/setup.h)

Should I include setup.h file in header file? It seems not a good idea.
And how to set it under other OSs?

-----------------------------------------------
Quan Zongliang
quanzongliang@gmail.com


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: import 2009/10/31
Next
From: Dave Page
Date:
Subject: Re: How to set acrhive file directive?