Re: [HACKERS] Date/time on glibc2 linux

From: Oleg Broytmann <phd(at)sun(dot)med(dot)ru>
To: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Date/time on glibc2 linux
Date: 1998-12-09 15:48:47
Message-ID: Pine.SOL2.3.96.SK.981209184641.8596A-100000@sun.med.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

It looks I am doing something wrong. The file
.../src/include/port/linux.h already has it:

#if (__GLIBC__ >= 2)
#ifdef HAVE_INT_TIMEZONE
#undef HAVE_INT_TIMEZONE
#endif

but it isn't working. It is all that needs to solve the timezone
problem.

Oleg.
----
Oleg Broytmann http://members.tripod.com/~phd2/ phd2(at)earthling(dot)net
Programmers don't die, they just GOSUB without RETURN.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1998-12-09 16:15:15 Re: [HACKERS] problem compiling with egcs 1.1.1
Previous Message Bruce Momjian 1998-12-09 15:48:40 Re: [HACKERS] problem compiling with egcs 1.1.1