/**************************************************************************/ /* config.h /\/\ */ /* Version 2.0 -- November 1994 \ / */ /* / \ */ /* Author: Arnoud Visser, Joris van Dam _ \/\/ _ */ /* University of Amsterdam | | | | */ /* Dept. of Computer Systems | | /\/\ | | */ /* Kruislaan 403, NL 1098 SJ Amsterdam | | \ / | | */ /* THE NETHERLANDS | | / \ | | */ /* arnoud@fwi.uva.nl, dam@fwi.uva.nl | | \/\/ | | */ /* | \______/ | */ /* This software has been written for the robot course \________/ */ /* at our department. No representations are made about */ /* the suitability of this software for any purpose other /\/\ */ /* than education. \ / */ /* / \ */ /* Release note 2.0: changed names! \/\/ */ /**************************************************************************/ #ifndef CONFIG_H #define CONFIG_H #ifdef GENE #define UMI_RTX "/home/stud/robotics/data/umi.rtx" #define PIECES "/home/stud/robotics/data/pieces.rtx" #define BOARD "/home/stud/robotics/data/board.rtx" #define GNUCHESS "/home/stud/robotics/bin/gnuchessr" #else #define UMI_RTX "/home/arnoud/src/robotica/data/umi.rtx" #define PIECES "/home/arnoud/src/robotica/data/pieces.rtx" #define BOARD "/home/arnoud/src/robotica/data/board.rtx" //#define GNUCHESS "/home/mtjspaan/linux/bin/gnuchessr" #define GNUCHESS "/home/student/onderwijs/ZSB/assistance/robotics/src/game/gnuchess/gnuchessr" #endif #define MYBOARD "board.rtx" #define MYPIECES "pieces.rtx" #endif /* CONFIG_H */