How to set acrhive file directive?

From: Quan Zongliang <quanzongliang(at)gmail(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org(dot)
Subject: How to set acrhive file directive?
Date: 2009-11-09 09:28:14
Message-ID: 20091109171635.AC79.4125B4E5@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)com

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2009-11-09 09:31:38 Re: How to set acrhive file directive?
Previous Message Dave Page 2009-11-06 13:37:43 Re: import 2009/10/31