> -----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.