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

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

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

#endif /* ALLOW_KL10 */
#endif /* KL10_OPTIONS_H */
