home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s053 / 8.ddi / usr / include / sys / proctl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-08  |  1.1 KB  |  38 lines

  1. /*    Copyright (c) 1990 UNIX System Laboratories, Inc.    */
  2. /*    Copyright (c) 1984, 1986, 1987, 1988, 1989, 1990 AT&T    */
  3. /*      All Rights Reserved      */
  4.  
  5. /*    THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF         */
  6. /*    UNIX System Laboratories, Inc.                         */
  7. /*    The copyright notice above does not evidence any       */
  8. /*    actual or intended publication of such source code.    */
  9.  
  10. #ifndef _SYS_PROCTL_H
  11. #define _SYS_PROCTL_H
  12.  
  13. #ident    "@(#)/usr/include/sys/proctl.h.sl 1.1 4.0 12/08/90 9606 AT&T-USL"
  14. /*    Copyright (c) 1987, 1988 Microsoft Corporation    */
  15. /*      All Rights Reserved    */
  16.  
  17. /*    This Module contains Proprietary Information of Microsoft  */
  18. /*    Corporation and should be treated as Confidential.       */
  19.  
  20.  
  21. /*
  22.  *    @(#) proctl.h 1.2 88/08/30 head.sys:proctl.h
  23.  */
  24.  
  25. /*
  26.  * THIS FILE CONTAINS CODE WHICH IS DESIGNED TO BE
  27.  * PORTABLE BETWEEN DIFFERENT MACHINE ARCHITECTURES
  28.  * AND CONFIGURATIONS. IT SHOULD NOT REQUIRE ANY
  29.  * MODIFICATIONS WHEN ADAPTING XENIX TO NEW HARDWARE.
  30.  */
  31.  
  32. /* proctl() requests */
  33.  
  34. #define PRHUGEX        1    /* allow process > swapper size to execute */
  35. #define PRNORMEX     2    /* remove PRHUGEX permission */
  36.  
  37. #endif    /* _SYS_PROCTL_H */
  38.