Re: How to set acrhive file directive?

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Quan Zongliang <quanzongliang(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: How to set acrhive file directive?
Date: 2009-11-09 09:31:38
Message-ID: 937d27e10911090131j2b7a01beg498c718598734ec7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Mon, Nov 9, 2009 at 10:28 AM, Quan Zongliang <quanzongliang(at)gmail(dot)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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2009-11-09 09:34:53 Re: How to set acrhive file directive?
Previous Message Quan Zongliang 2009-11-09 09:28:14 How to set acrhive file directive?