Rev 146 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 146 | Rev 167 | ||
|---|---|---|---|
| Line 9... | Line 9... | ||
| 9 | 9 | ||
| 10 | // Define if working computer is connected to IJS ethernet network (for fieldpoint) | 
            10 | // Define if working computer is connected to IJS ethernet network (for fieldpoint) | 
          
| 11 | #define IJSNET 0 | 
            11 | #define IJSNET 0 | 
          
| 12 | 12 | ||
| 13 | #ifdef WORKSTAT | 
            13 | #ifdef WORKSTAT | 
          
| 14 |    #define rootdir "/ | 
            14 |    #define rootdir "/data0/gkukec/private/ijs-sipm/sipmscan/trunk" | 
          
| 15 | #endif | 
            15 | #endif | 
          
| 16 | 16 | ||
| 17 | // Title colors and font | 
            17 | // Title colors and font | 
          
| 18 | #define FORECOLOR 0xfcfcfc | 
            18 | #define FORECOLOR 0xfcfcfc | 
          
| 19 | #define BACKCOLOR 0x2e5a86 | 
            19 | #define BACKCOLOR 0x2e5a86 |