From: Erik M. <er...@us...> - 2002-02-04 18:17:36
|
Update of /cvsroot/blob/blob/include/blob In directory usw-pr-cvs1:/tmp/cvs-serv23565/include/blob Modified Files: linux.h Log Message: Oops, this file is also needed for Accelent IDP support Index: linux.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/linux.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- linux.h 2002/02/01 14:38:55 1.6 +++ linux.h 2002/02/04 18:09:57 1.7 @@ -32,7 +32,9 @@ * -- Erik */ -#if defined ASSABET +#if defined ACCELENT_SA +# define ARCH_NUMBER (22) +#elif defined ASSABET # define ARCH_NUMBER (25) #elif defined FRODO # define ARCH_NUMBER (158) |