Re: gcc ignoring defined macros?

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: gcc ignoring defined macros?
Date: 2003-10-02 11:39:24
Message-ID: 03AF4E498C591348A42FC93DEA9661B844B735@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Hiroshi Saito [mailto:saito(at)inetrt(dot)skcapi(dot)co(dot)jp]
> Sent: 02 October 2003 12:23
> To: Dave Page
> Cc: pgadmin-hackers(at)postgresql(dot)org
> Subject: Re: [pgadmin-hackers] gcc ignoring defined macros?
>
>
> Hi Dave
>
> A cause is this.
>
> pg_config.h:#define HAVE_LIBSSL 1
> pg_config.h:/* Define to build with (Open)SSL support.
> (--with-openssl) */ pg_config.h:#define USE_SSL 1
>
> ssl.h
> SSL define...
>
> Is there a problem in -DSSL?

I don't think it's an SSL problem, because it seems to ignore
__WXDEBUG__ as well.

Regards, Dave.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Adam H. Pendleton 2003-10-02 13:40:35 Re: pgAdmin III under wxCocoa
Previous Message Hiroshi Saito 2003-10-02 11:22:56 Re: gcc ignoring defined macros?