136798Sbostic /* 236798Sbostic * Copyright (c) 1988 The Regents of the University of California. 336798Sbostic * All rights reserved. 436798Sbostic * 542611Sbostic * %sccs.include.redist.c% 636798Sbostic * 7*45678Sbostic * @(#)limits.h 5.8 (Berkeley) 12/02/90 836798Sbostic */ 936798Sbostic 1036804Sbostic #define _POSIX_ARG_MAX 4096 1136804Sbostic #define _POSIX_CHILD_MAX 6 1236804Sbostic #define _POSIX_LINK_MAX 8 1336804Sbostic #define _POSIX_MAX_CANON 255 1436804Sbostic #define _POSIX_MAX_INPUT 255 1536804Sbostic #define _POSIX_NAME_MAX 14 1636804Sbostic #define _POSIX_NGROUPS_MAX 0 1736804Sbostic #define _POSIX_OPEN_MAX 16 1836804Sbostic #define _POSIX_PATH_MAX 255 1936804Sbostic #define _POSIX_PIPE_BUF 512 2036804Sbostic 2145456Sbostic #define _POSIX2_BC_BASE_MAX 99 2245456Sbostic #define _POSIX2_BC_DIM_MAX 2048 2345456Sbostic #define _POSIX2_BC_SCALE_MAX 99 2445456Sbostic #define _POSIX2_BC_STRING_MAX 1000 2545456Sbostic #define _POSIX2_EQUIV_CLASS_MAX 2 2645456Sbostic #define _POSIX2_EXPR_NEST_MAX 32 2745456Sbostic #define _POSIX2_LINE_MAX 2048 2845456Sbostic #define _POSIX2_RE_DUP_MAX 255 2945456Sbostic 30*45678Sbostic #include <machine/limits.h> 3136803Sbostic #include <sys/syslimits.h> 32