Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Warning mail rlimits.h to developers ?
- X-seq: zsh-workers 14518
- From: gonzoism <gonzoism@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Warning mail rlimits.h to developers ?
- Date: Mon, 28 May 2001 22:33:50 +0000 (GMT)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
i caught make telling me to mail this to yall.
so here it is.
maybe it will be of help.
thanks for zsh.
will be happy to get zsh-4.0.
/** rlimits.h **/
/** architecture-customized limits for zsh **/
#define ZSH_NLIMITS 11
static char const *recs[ZSH_NLIMITS] = {
"cputime",
"filesize",
"datasize",
"stacksize",
"coredumpsize",
"memoryuse",
"maxproc",
"descriptors",
"memorylocked",
"addressspace",
"LOCKS",
};
static int limtype[ZSH_NLIMITS] = {
ZLIMTYPE_TIME,
ZLIMTYPE_MEMORY,
ZLIMTYPE_MEMORY,
ZLIMTYPE_MEMORY,
ZLIMTYPE_MEMORY,
ZLIMTYPE_MEMORY,
ZLIMTYPE_NUMBER,
ZLIMTYPE_NUMBER,
ZLIMTYPE_MEMORY,
ZLIMTYPE_MEMORY,
ZLIMTYPE_UNKNOWN,
};
Messages sorted by:
Reverse Date,
Date,
Thread,
Author