mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 07:30:05 +00:00
removed __ORCAC_VERSION
This commit is contained in:
parent
1f006da069
commit
3b74d54927
@ -1,22 +1,12 @@
|
|||||||
/*************************************************
|
/*************************************************
|
||||||
* Start of GNO v2.0.6 definitions.
|
* Start of GNO v2.0.6 definitions.
|
||||||
*
|
*
|
||||||
* $Id: defaults.h,v 1.2 1997/02/28 04:56:19 gdr Exp $
|
* $Id: defaults.h,v 1.3 1997/09/04 15:49:31 gdr Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define __appleiigs__
|
#define __appleiigs__
|
||||||
#define __GNO__
|
#define __GNO__
|
||||||
|
|
||||||
/*
|
|
||||||
* __ORCAC_VERSION should be:
|
|
||||||
* undefined for Orca/C earlier than v2.1.0
|
|
||||||
* 210 for Orca/C v2.1.0 - v2.1.1b1
|
|
||||||
* 211 for Orca/C v2.1.1b2 and higher
|
|
||||||
* Note that if you have Orca/C v2.0.x or earlier, it doesn't even
|
|
||||||
* include this file by default.
|
|
||||||
*/
|
|
||||||
#define __ORCAC_VERSION 211
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* These should be identically equal. Orca/C headers use one, BSD headers
|
* These should be identically equal. Orca/C headers use one, BSD headers
|
||||||
* use the other. Unfortunately, this construct will miss definitions
|
* use the other. Unfortunately, this construct will miss definitions
|
||||||
|
Loading…
Reference in New Issue
Block a user