Subversion Repositories f9daq

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
117 f9daq 1
#ifndef _workstation_h_
2
#define _workstation_h_
3
 
4
// Define the working computer (O=offline, I=IJS/online) and the base directory
5
#define WORKSTAT 'N'
6
 
7
#ifdef WORKSTAT
8
   #define rootdir "path-to-installation"
9
#endif
10
 
11
#endif