Deleted Added
full compact
limits.h (34328) limits.h (34925)
1/*-
2 * Copyright (c) 1988, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)limits.h 8.2 (Berkeley) 1/4/94
1/*-
2 * Copyright (c) 1988, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)limits.h 8.2 (Berkeley) 1/4/94
34 * $Id: limits.h,v 1.7 1998/03/08 17:24:31 dufault Exp $
34 * $Id: limits.h,v 1.8 1998/03/08 22:29:56 dufault Exp $
35 */
36
37#ifndef _LIMITS_H_
38#define _LIMITS_H_
39#include <sys/_posix.h>
40
41#ifndef _ANSI_SOURCE
42#define _POSIX_ARG_MAX 4096

--- 15 unchanged lines hidden (view full) ---

58#define _POSIX2_BC_SCALE_MAX 99
59#define _POSIX2_BC_STRING_MAX 1000
60#define _POSIX2_EQUIV_CLASS_MAX 2
61#define _POSIX2_EXPR_NEST_MAX 32
62#define _POSIX2_LINE_MAX 2048
63#define _POSIX2_RE_DUP_MAX 255
64
65
35 */
36
37#ifndef _LIMITS_H_
38#define _LIMITS_H_
39#include <sys/_posix.h>
40
41#ifndef _ANSI_SOURCE
42#define _POSIX_ARG_MAX 4096

--- 15 unchanged lines hidden (view full) ---

58#define _POSIX2_BC_SCALE_MAX 99
59#define _POSIX2_BC_STRING_MAX 1000
60#define _POSIX2_EQUIV_CLASS_MAX 2
61#define _POSIX2_EXPR_NEST_MAX 32
62#define _POSIX2_LINE_MAX 2048
63#define _POSIX2_RE_DUP_MAX 255
64
65
66#ifdef _POSIX4_VISIBLE
66#ifdef _P1003_1B_VISIBLE
67
68#define _POSIX_AIO_LISTIO_MAX 16
69#define _POSIX_AIO_MAX 1
70#define _POSIX_DELAYTIMER_MAX 32
71#define _POSIX_MQ_OPEN_MAX 8
72#define _POSIX_MQ_PRIO_MAX 32
73#define _POSIX_RTSIG_MAX 0
74#define _POSIX_SEM_NSEMS_MAX 256

--- 25 unchanged lines hidden ---
67
68#define _POSIX_AIO_LISTIO_MAX 16
69#define _POSIX_AIO_MAX 1
70#define _POSIX_DELAYTIMER_MAX 32
71#define _POSIX_MQ_OPEN_MAX 8
72#define _POSIX_MQ_PRIO_MAX 32
73#define _POSIX_RTSIG_MAX 0
74#define _POSIX_SEM_NSEMS_MAX 256

--- 25 unchanged lines hidden ---