#ifndef RESTRICT_PROCESS_SIZE_H
#define RESTRICT_PROCESS_SIZE_H
#ifdef HAVE_SYS_RESOURCE_H
# include <sys/resource.h>
#endif
/* Restrict max. process size. */
/* Restrict max. number of processes. */
/* Set fd limit to count. */
/* Get the core dump size limit. Returns 0 if ok, -1 if lookup failed. */
/* Get the process VSZ size limit. Returns 0 if ok, -1 if lookup failed. */
/* Get the process count limit. Returns 0 if ok, -1 if lookup failed. */
/* Get the fd limit. Returns 0 if ok, -1 if lookup failed. */
#endif