/*************************************************************************** file : osspec.h created : Sat Mar 18 23:54:47 CET 2000 copyright : (C) 2000 by Eric Espie email : torcs@free.fr version : $Id: osspec.h,v 1.3 2003/03/23 19:43:13 torcs Exp $ ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #ifndef __OSSPEC__H__ #define __OSSPEC__H__ /* Files Extensions */ #define DLLEXT "so" /* for linux */ #define TRKEXT "xml" #define PARAMEXT ".xml" #endif /* __OSSPEC__H__ */