home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / UNIX3862.ZIP / U386-06.ZIP / U386-6.TD0 / usr / include / sys / ulimit.h < prev    next >
Encoding:
Text File  |  1988-06-26  |  1.0 KB  |  36 lines

  1. /*    Copyright (c) 1984, 1986, 1987, 1988 AT&T    */
  2. /*      All Rights Reserved      */
  3.  
  4. /*    THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T    */
  5. /*    The copyright notice above does not evidence any       */
  6. /*    actual or intended publication of such source code.    */
  7.  
  8. /*    Copyright (c) 1987, 1988 Microsoft Corporation    */
  9. /*      All Rights Reserved    */
  10.  
  11. /*    This Module contains Proprietary Information of Microsoft  */
  12. /*    Corporation and should be treated as Confidential.       */
  13.  
  14. #ident    "@(#)head.sys:ulimit.h    1.2"
  15.  
  16. /*
  17.  *    @(#) ulimit.h 1.2 88/05/04 head.sys:ulimit.h
  18.  */
  19.  
  20. /*
  21.  * THIS FILE CONTAINS CODE WHICH IS DESIGNED TO BE
  22.  * PORTABLE BETWEEN DIFFERENT MACHINE ARCHITECTURES
  23.  * AND CONFIGURATIONS. IT SHOULD NOT REQUIRE ANY
  24.  * MODIFICATIONS WHEN ADAPTING XENIX TO NEW HARDWARE.
  25.  */
  26.  
  27. /*
  28.  * The following are codes which can be
  29.  * passed to the ulimit system call.
  30.  */
  31.  
  32. #define UL_GFILLIM    1    /* get file limit */
  33. #define UL_SFILLIM    2    /* set file limit */
  34. #define UL_GMEMLIM    3    /* get process size limit */
  35. #define UL_GTXTOFF    64    /* get text offset */
  36.