svn path=/trunk/boinc/; revision=25994

This commit is contained in:
Eric J. Korpela 2012-08-08 20:20:52 +00:00
parent 0c30ba9784
commit 04c485b8da
2 changed files with 20 additions and 0 deletions

View File

@ -575,6 +575,8 @@ AH_BOTTOM([
#define res_init() (0)
#endif
#include "project_specific_defines.h"
/* end double-inclusion protection for config.h */
#endif /* #ifndef BOINC_CONFIG_H */
])

View File

@ -0,0 +1,18 @@
// 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