From: Tom C. <tm...@us...> - 2000-09-29 14:51:30
|
Update of /cvsroot/firebird/interbase/utilities In directory slayer.i.sourceforge.net:/tmp/cvs-serv1075 Modified Files: drop.c Log Message: AIX_PPC port Index: drop.c =================================================================== RCS file: /cvsroot/firebird/interbase/utilities/drop.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** drop.c 2000/08/16 23:30:39 1.2 --- drop.c 2000/09/29 14:51:26 1.3 *************** *** 21,24 **** --- 21,27 ---- * Contributor(s): ______________________________________. */ + /* + $Id$ + */ #include "../jrd/ib_stdio.h" *************** *** 154,158 **** #endif ! #if !(defined WIN_NT || defined OS2_ONLY || defined NETWARE_386 || defined linux || defined FREEBSD) if (!sw_nobridge) { --- 157,161 ---- #endif ! #if !(defined WIN_NT || defined OS2_ONLY || defined NETWARE_386 || defined linux || defined FREEBSD || defined AIX_PPC ) if (!sw_nobridge) { |