Re: gcc ignoring defined macros?

From: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
To: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: gcc ignoring defined macros?
Date: 2003-10-02 11:22:56
Message-ID: 06de01c388d7$870edbf0$1f324d80@w2k
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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?

regards,
Hiroshi Saito

----- Original Message -----
From: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
To: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Sent: Thursday, October 02, 2003 8:05 PM
Subject: Re: [pgadmin-hackers] gcc ignoring defined macros?

> It is 3.2.2.
>
> bsd5% gcc -v
> Using built-in specs.
> Configured with: FreeBSD/i386 system compiler
> Thread model: posix
> gcc version 3.2.2 [FreeBSD] 20030205 (release)
>
> regards,
> Hiroshi Saito
>
> ----- Original Message -----
> From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
>
> > -----Original Message-----
> > From: Hiroshi Saito [mailto:saito(at)inetrt(dot)skcapi(dot)co(dot)jp]
> > Sent: 02 October 2003 11:55
> > To: Dave Page
> > Cc: pgadmin-hackers(at)postgresql(dot)org
> > Subject: Re: [pgadmin-hackers] gcc ignoring defined macros?
> >
> >
> > Ooops..
> > It was a problem even with FreeBSD.
> > Confirmation was neglected.!!
> > Why??
>
> What gcc do you have? I forgot to mention I have 3.2.2.
>
> Regards, Dave.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-10-02 11:39:24 Re: gcc ignoring defined macros?
Previous Message Hiroshi Saito 2003-10-02 11:05:53 Re: gcc ignoring defined macros?