Update of /cvsroot/firebird/interbase/jrd
In directory slayer.i.sourceforge.net:/tmp/cvs-serv1156
Modified Files:
flu.c
Log Message:
AIX_PPC
Index: flu.c
===================================================================
RCS file: /cvsroot/firebird/interbase/jrd/flu.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** flu.c 2000/08/23 21:16:26 1.3
--- flu.c 2000/09/27 23:53:31 1.4
***************
*** 65,69 ****
/* SGI, EPSON, UNIXWARE, M88K, DECOSF specific stuff */
! #if (defined SOLARIS || defined sgi || defined EPSON || defined M88K || defined UNIXWARE || defined NCR3000 || defined DECOSF || defined SCO_EV || defined linux)
#include <dlfcn.h>
#define DYNAMIC_SHARED_LIBRARIES
--- 65,69 ----
/* SGI, EPSON, UNIXWARE, M88K, DECOSF specific stuff */
! #if (defined SOLARIS || defined sgi || defined EPSON || defined M88K || defined UNIXWARE || defined NCR3000 || defined DECOSF || defined SCO_EV || defined linux || AIX_PPC)
#include <dlfcn.h>
#define DYNAMIC_SHARED_LIBRARIES
|