C     *==========================================================*
C     | ICEFRONT_OPTIONS.h
C     | o CPP options file for ICEFRONT package.
C     *==========================================================*
C     | Use this file for selecting options within the ICEFRONT
C     | package.
C     *==========================================================*

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

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


#endif /* ALLOW_ICEFRONT */
#endif /* ICEFRONT_OPTIONS_H */
