From: Tom C. <tm...@us...> - 2000-09-28 00:05:04
|
Update of /cvsroot/firebird/interbase/jrd In directory slayer.i.sourceforge.net:/tmp/cvs-serv18297 Modified Files: flu.c Log Message: AIX_PPC fix ifdef Index: flu.c =================================================================== RCS file: /cvsroot/firebird/interbase/jrd/flu.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** flu.c 2000/09/27 23:53:31 1.4 --- flu.c 2000/09/28 00:05:00 1.5 *************** *** 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 --- 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 || defined AIX_PPC) #include <dlfcn.h> #define DYNAMIC_SHARED_LIBRARIES |