home *** CD-ROM | disk | FTP | other *** search
- /*
- * @(#) ulimit.h 2.2 88/05/23
- *
- * Copyright (C) The Santa Cruz Operation, 1984, 1985, 1986, 1987.
- * Copyright (C) Microsoft Corporation, 1984, 1985, 1986, 1987.
- * This Module contains Proprietary Information of
- * The Santa Cruz Operation, Microsoft Corporation
- * and AT&T, and should be treated as Confidential.
- */
-
- /*
- * THIS FILE CONTAINS CODE WHICH IS DESIGNED TO BE
- * PORTABLE BETWEEN DIFFERENT MACHINE ARCHITECTURES
- * AND CONFIGURATIONS. IT SHOULD NOT REQUIRE ANY
- * MODIFICATIONS WHEN ADAPTING XENIX TO NEW HARDWARE.
- */
-
- /*
- * The following are codes which can be
- * passed to the ulimit system call.
- */
-
- #define UL_GFILLIM 1 /* get file limit */
- #define UL_SFILLIM 2 /* set file limit */
- #define UL_GMEMLIM 3 /* get process size limit */
- #define UL_NOFILES 4 /* get number of open files per process */
- #define UL_GTXTOFF 64 /* get text offset */
-