rtfsprorelease/include/packageproplusdvrfailsafe.h
2016-06-05 16:09:54 -04:00

29 lines
915 B
C

/*****************************************************************************
*Filename: RTFSPACKAGE.H - header file that identifies purchased options
*
*
* EBS - RTFS (Real Time File Manager)
*
* Copyright EBS Inc, 2006
* All rights reserved.
* This code may not be redistributed in source or linkable object form
* without the consent of its author.
*
* Description:
* This file contains tuning that identify purchased options.
* It is included by rtfsconf.h
*
****************************************************************************/
#ifndef __RTFSPACKAGE__
#define __RTFSPACKAGE__ 1
/* rtfspackage.h - Rtfs Pro Plus DVR with Failsafe Option setting. do not change */
#define INCLUDE_RTFS_PROPLUS 1
#define INCLUDE_RTFS_BASIC_ONLY 0
#define INCLUDE_RTFS_FAILSAFE_OPTION 1
#define INCLUDE_RTFS_DVR_OPTION 1
#define INCLUDE_MATH64 1
#endif /* __RTFSPACKAGE___ */