home *** CD-ROM | disk | FTP | other *** search
- /*
- * @(#) brk.h 2.1 88/05/18
- *
- * 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.
- */
-
- /* commands for brkctl */
- #define BR_ARGSEG 0001 /* specified segment */
- #define BR_NEWSEG 0002 /* new segment */
- #define BR_IMPSEG 0003 /* implied segment - last data segment */
- #define BR_FREESEG 0004 /* free the specified segment */
- #define BR_HUGE 0100 /* do the specified command in huge context */
-