home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Headers / mach / features.h < prev    next >
Text File  |  1992-07-29  |  919b  |  22 lines

  1. /*
  2.  * Mach Operating System
  3.  * Copyright (c) 1987 Carnegie-Mellon University!1sAll rights reserved.  The CMU software License Agreement specifies
  4.  * the terms and conditions for use and redistribution.
  5.  *
  6.  */
  7. /*
  8.  *  This file is used to pick up the various configuration options that affect
  9.  *  the use of kernel include files by special user mode system applications.
  10.  *
  11.  *  The entire file (and hence all configuration symbols which it indirectly
  12.  *  defines) is enclosed in the (KERNEL && !KERNEL_BUILD) conditional to
  13.  *  prevent accidental interference with normal user applications.  Only
  14.  *  special system applications need to know the precise layout of 
  15.  *  internal kernel structures and they will explicitly set the appropriate 
  16.  *  flags to obtain the proper environment.
  17.  */
  18.  
  19. #if    defined(KERNEL) && !defined(KERNEL_BUILD)
  20. #import <mach/machine/features.h>
  21. #endif    defined(KERNEL) && !defined(KERNEL_BUILD)
  22.