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

From Dave Page
Subject Re: How to set acrhive file directive?
Date
Msg-id 937d27e10911090131j2b7a01beg498c718598734ec7@mail.gmail.com
Whole thread Raw
In response to How to set acrhive file directive?  (Quan Zongliang <quanzongliang@gmail.com>)
Responses Re: How to set acrhive file directive?
List pgadmin-hackers
On Mon, Nov 9, 2009 at 10:28 AM, Quan Zongliang <quanzongliang@gmail.com> wrote:
> 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.

No - it should get pulled in vi wx.h though, so you can test those macros.

> And how to set it under other OSs?

It's created by the configure script - like windows though, it should
be pulled in via wx.h.


--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
PGDay.EU 2009 Conference: http://2009.pgday.eu/start

pgadmin-hackers by date:

Previous
From: Quan Zongliang
Date:
Subject: How to set acrhive file directive?
Next
From: Ashesh Vashi
Date:
Subject: Re: How to set acrhive file directive?