home *** CD-ROM | disk | FTP | other *** search
- /*=====[ The TesSeRact(TM) CXL User Interface Development System ]======*
- | Copyright (c) 1987-1991, Innovative Data Concepts, Inc.
- | All Rights Reserved.
- |
- | This Library is part of IDC's TesSeRact Development Tools product
- | line. For information about other IDC products, call 1-215-443-9705.
- *-V--------------------------------------------------------------------*
- | $Header: tcxl_os.h 552.2 21 Apr 1991 12:58:42 $
- |
- | $Log: tcxl_os.h $
- *-D--------------------------------------------------------------------*
- | <TCXL_os.h> : TCXL multi-platform include file
- *-N-----------------------[ Notes and Caveats ]------------------------*
- |
- *======================================================================*/
- #ifndef _TCXL_os_
- # define _TCXL_os_ 1 /* only once! */
-
- /*--------------------[ Supported compilers ]---------------------------*/
-
- # if defined(__TURBOC__) || defined(__ZTC__) || ((defined(M_I86) && !defined(M_XENIX)))
- # include <TCXLdos.h>
- # else
- # if defined(__ATTUNIX__) || defined(__IBMAIX__)
- # include <TCXLunx.h>
- # else
- # error Cannot determine Compiler type. Cannot include OS include.
- # endif
- # endif
-
- #endif /*- _TCXL_os_ : End of TCXL_os.h ------------------------------*/