C $Header: /u/gcmpack/MITgcm/pkg/sbo/SBO_OPTIONS.h,v 1.5 2011/12/24 01:09:40 jmc Exp $ C $Name: $ C *==========================================================* C | SBO_OPTIONS.h C | o CPP options file for SBO package. C *==========================================================* C | Use this file for selecting options within the SBO C | package. C *==========================================================* #ifndef SBO_OPTIONS_H #define SBO_OPTIONS_H #include "PACKAGES_CONFIG.h" #include "CPP_OPTIONS.h" #ifdef ALLOW_SBO C Package-specific Options & Macros go here #endif /* ALLOW_SBO */ #endif /* SBO_OPTIONS_H */