Re: [HACKERS] Current 6.3 issues

From: t-ishii(at)sra(dot)co(dot)jp
To: Tom I Helbekkmo <tih(at)Hamartun(dot)Priv(dot)NO>
Cc: t-ishii(at)sra(dot)co(dot)jp, Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Current 6.3 issues
Date: 1998-02-24 00:57:10
Message-ID: 199802240057.JAA00339@srapc451.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>> (2) 6.3 doesn't use -Dsunos4 anymore. However we have such codes as:
>>
>> #if defined(sunos4)
>> #define memmove(d, s, l) bcopy(s, d, l)
>> #include <unistd.h>
>> #endif
>>
>> this leads to compiling errors in various places. Should we use
>> #if defined(sparc) && !defined(__svr4)
>> instead?
>
>The above test does not necessarily mean that the system runs SunOS 4!
>It would be true on the machine I'm sending this from as well, an SS2
>running NetBSD/sparc...

Good point. What are predefined #define directives for NetBSD/sparc?
For SunOS we have -Dsparc -Dsun -Dunix -D__GCC_NEW_VARARGS__ ...
--
Tatsuo Ishii
t-ishii(at)sra(dot)co(dot)jp

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim B. Mikheev 1998-02-24 01:19:52 Re: [HACKERS] Open 6.3 issues
Previous Message Brett McCormick 1998-02-23 23:06:32 Re: [HACKERS] Here it is - view permissions