boinc/project_specific_defines.h

24 lines
544 B
C
Raw Normal View History

2012-08-08 20:20:52 +00:00
// 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
2012-08-09 20:34:35 +00:00
//#define MEGS (1048576.0)
//#define ATI_MIN_RAM 222*MEGS
//#define OPENCL_ATI_MIN_RAM ATI_MIN_RAM
//#define OPENCL_NVIDIA_MIN_RAM ATI_MIN_RAM
//#undef MEGS
2012-08-08 20:20:52 +00:00
//#endif
//#ifndef EINSTEIN_AT_HOME
//#define EINSTEIN_AT_HOME 1
//#endif
//#ifndef _WCG
//#define _WCG 1
//#endif
#endif