Re: gcc ignoring defined macros? - Mailing list pgadmin-hackers

From Dave Page
Subject Re: gcc ignoring defined macros?
Date
Msg-id 03AF4E498C591348A42FC93DEA9661B844B735@mail.vale-housing.co.uk
Whole thread Raw
In response to gcc ignoring defined macros?  ("Dave Page" <dpage@vale-housing.co.uk>)
Responses Re: gcc ignoring defined macros?  ("Adam H. Pendleton" <fmonkey@fmonkey.net>)
List pgadmin-hackers

> -----Original Message-----
> From: Hiroshi Saito [mailto:saito@inetrt.skcapi.co.jp]
> Sent: 02 October 2003 12:23
> To: Dave Page
> Cc: pgadmin-hackers@postgresql.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.

pgadmin-hackers by date:

Previous
From: "Hiroshi Saito"
Date:
Subject: Re: gcc ignoring defined macros?
Next
From: "Adam H. Pendleton"
Date:
Subject: Re: pgAdmin III under wxCocoa