mirror of https://github.com/BOINC/boinc.git
19 lines
387 B
C
19 lines
387 B
C
|
// This is a place for project specific defines that might be necessary for your
|
||
|
// builds. Put them here so configure doesn't clobber them
|
||
|
#ifndef _PROJECT_SPECIFIC_DEFINES_H_
|
||
|
#define _PROJECT_SPECIFIC_DEFINES_H_ 1
|
||
|
|
||
|
//#ifndef SETIATHOME
|
||
|
//#define SETIATHOME 1
|
||
|
//#endif
|
||
|
|
||
|
//#ifndef EINSTEIN_AT_HOME
|
||
|
//#define EINSTEIN_AT_HOME 1
|
||
|
//#endif
|
||
|
|
||
|
//#ifndef _WCG
|
||
|
//#define _WCG 1
|
||
|
//#endif
|
||
|
|
||
|
#endif
|