Parent Directory | Revision Log | Revision Graph
Converted to new pacakge configuration system. o made all packages consistent by referring to CPP_OPTIONS via PKG_OPTIONS.h o added CPP barriers (#ifndef PKG_OPTIONS_H) to instigate new policy o added plenty of missing or broken CVS $Header stuff
1 | C $Header: $ |
2 | C $Name: $ |
3 | |
4 | C CPP options file for mom_vecinv package |
5 | C |
6 | C Use this file for selecting CPP options within the mom_vecinv package |
7 | |
8 | #ifndef MOM_VECINV_OPTIONS_H |
9 | #define MOM_VECINV_OPTIONS_H |
10 | #include "PACKAGES_CONF.h" |
11 | #ifdef ALLOW_MOM_VECINV |
12 | |
13 | #include "CPP_OPTIONS.h" |
14 | |
15 | C CPP macros go here |
16 | |
17 | #endif /* ALLOW_MOM_VECINV */ |
18 | #endif /* MOM_VECINV_OPTIONS_H */ |
ViewVC Help | |
Powered by ViewVC 1.1.22 |