Update of /cvsroot/pure-data/externals/build/src In directory sc8-pr-cvs1:/tmp/cvs-serv19164
Modified Files: linuxevent.c linuxjoystick.c linuxmouse.c Log Message: updated #ifdef LINUX to #ifdef __linux__
Index: linuxevent.c =================================================================== RCS file: /cvsroot/pure-data/externals/build/src/linuxevent.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** linuxevent.c 31 Aug 2003 14:43:34 -0000 1.2 --- linuxevent.c 17 Nov 2003 17:12:56 -0000 1.3 *************** *** 1,3 **** ! #ifdef LINUX #include "../../hcs/linuxevent.c" #endif --- 1,3 ---- ! #ifdef __linux__ #include "../../hcs/linuxevent.c" #endif
Index: linuxjoystick.c =================================================================== RCS file: /cvsroot/pure-data/externals/build/src/linuxjoystick.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** linuxjoystick.c 31 Aug 2003 14:43:34 -0000 1.2 --- linuxjoystick.c 17 Nov 2003 17:12:56 -0000 1.3 *************** *** 1,3 **** ! #ifdef LINUX #include "../../hcs/linuxjoystick.c" #endif --- 1,3 ---- ! #ifdef __linux__ #include "../../hcs/linuxjoystick.c" #endif
Index: linuxmouse.c =================================================================== RCS file: /cvsroot/pure-data/externals/build/src/linuxmouse.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** linuxmouse.c 31 Aug 2003 14:43:34 -0000 1.2 --- linuxmouse.c 17 Nov 2003 17:12:56 -0000 1.3 *************** *** 1,3 **** ! #ifdef LINUX #include "../../hcs/linuxmouse.c" #endif --- 1,3 ---- ! #ifdef __linux__ #include "../../hcs/linuxmouse.c" #endif