Update of /cvsroot/firebird/interbase/jrd
In directory slayer.i.sourceforge.net:/tmp/cvs-serv31952
Modified Files:
why.c
Log Message:
AIX_PPC port
Index: why.c
===================================================================
RCS file: /cvsroot/firebird/interbase/jrd/why.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** why.c 2000/08/26 04:52:47 1.3
--- why.c 2000/09/29 14:49:47 1.4
***************
*** 21,24 ****
--- 21,27 ----
* Contributor(s): ______________________________________.
*/
+ /*
+ $Id$
+ */
#include <stdlib.h>
***************
*** 483,487 ****
#if (defined UNIX) && \
! !(defined SUPERCLIENT || defined SUPERSERVER || defined DECOSF || defined NCR3000 || defined DG_X86 || defined linux || defined FREEBSD /* platforms without a V3 bridge */)
#ifndef PIPE_SERVER_YVALUE
#define PIPE_BRIDGE_TO_V3
--- 486,490 ----
#if (defined UNIX) && \
! !(defined SUPERCLIENT || defined SUPERSERVER || defined DECOSF || defined NCR3000 || defined DG_X86 || defined linux || defined FREEBSD || AIX_PPC /* platforms without a V3 bridge */)
#ifndef PIPE_SERVER_YVALUE
#define PIPE_BRIDGE_TO_V3
|