mcotargt.h

来自「PB 熟悉的哥们希望大家可以互相学习一下」· C头文件 代码 · 共 48 行

H
48
字号
/*******************************************************************
 *                                                                 *
 *  mcotargt.h                                                     *
 *                                                                 *
 *  This file is a part of the eXtremeDB source code               *
 *  Copyright (c) 2001-2007 McObject LLC                           * 
 *  All Rights Reserved                                            *
 *                                                                 *
 *  eXtremeDB runtime target platform definitions                  *
 *                                                                 *
 ***************************************************************** */
/*
 * ++
 * 
 * PROJECT:   eXtremeDB
 *
 * SUBSYSTEM: eXtremeDB target platform definitions  
 *
 * MODULE:    mcotargt.h
 *
 * ABSTRACT:  common definitions for schema compiler and runtime
 *
 *
 * HISTORY:
 *            1. 2000-2002   TP versions 1-2 created
 * --
 */

#ifndef MCO_TARGET__H__
    #define MCO_TARGET__H__

    #define MCO_TARGET_FLOAT_SUPPORTED   /* base float type supported in C runtime */

    #define MCO_TARGET_DOUBLE_SUPPORTED  /* base double type supported in C runtime */

    /*
     * R-Tree support
     *
     * Default: disabled
     */
    /*
    #ifndef MCO_CFG_RTREE_SUPPORT 
    #define MCO_CFG_RTREE_SUPPORT
    #endif //MCO_CFG_RTREE_SUPPORT
     */

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?