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

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

#endif /* ALLOW_DEBUG */
#endif /* DEBUG_OPTIONS_H */
