1997-02-28 04:42:19 +00:00
|
|
|
/*************************************************
|
|
|
|
* Start of GNO v2.0.6 definitions.
|
|
|
|
*
|
1997-09-21 22:24:49 +00:00
|
|
|
* $Id: defaults.h,v 1.5 1997/09/21 22:24:49 gdr Exp $
|
1997-02-28 04:42:19 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#define __appleiigs__
|
|
|
|
#define __GNO__
|
|
|
|
|
1997-09-21 22:23:53 +00:00
|
|
|
#pragma path "/usr/include"
|
1997-09-21 22:24:49 +00:00
|
|
|
#pragma path "/HFSinclude"
|
1997-09-21 22:23:53 +00:00
|
|
|
#pragma path "/lang/orca/include"
|
|
|
|
|
1997-02-28 04:42:19 +00:00
|
|
|
/*
|
|
|
|
* These should be identically equal. Orca/C headers use one, BSD headers
|
|
|
|
* use the other. Unfortunately, this construct will miss definitions
|
|
|
|
* given in source files -- it is only caught on the occ command line.
|
|
|
|
*/
|
|
|
|
#if defined(__KeepNamespacePure__) && !defined(_ANSI_SOURCE)
|
|
|
|
#define _ANSI_SOURCE
|
|
|
|
#endif
|
|
|
|
#if defined(_ANSI_SOURCE) && !defined(__KeepNamespacePure__)
|
|
|
|
#define __KeepNamespacePure__
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/*
|
|
|
|
* End of GNO v2.0.6 definitions.
|
|
|
|
*************************************************/
|