C CPP options file for atm_common package
C Use this file for selecting CPP options within the atm_common package

#ifndef ATM_COMMON_OPTIONS_H
#define ATM_COMMON_OPTIONS_H
#include "PACKAGES_CONFIG.h"
#include "CPP_OPTIONS.h"

#ifdef ALLOW_ATM_COMMON
C     Package-specific Options & Macros go here

#endif /* ALLOW_ATM_COMMON */
#endif /* ATM_COMMON_OPTIONS_H */
