mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=25994
This commit is contained in:
parent
0c30ba9784
commit
04c485b8da
|
@ -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 */
|
||||
])
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue